#570BC0

Color #570BC0 Purple Heart (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple Heart #570BC0

Tints of Purple Heart #570BC0

Color information

#570BC0 (or 0x570BC0) is unknown color: approx Purple Heart. HEX triplet: 57, 0B and C0. RGB value is (87,11,192). Sum of RGB (Red+Green+Blue) = 87+11+192=290 (38% of max value = 765). Red value is 87 (34.38% from 255 or 30% from 290); Green value is 11 (4.69% from 255 or 3.79% from 290); Blue value is 192 (75.39% from 255 or 66.21% from 290); Max value from RGB is 192 - color contains mainly: blue. Hex color #570BC0 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #570BC0 is #A8F43F. Grayscale: #353535. Windows color (decimal): -11072576 or 12585815. OLE color: 12585815.

HSL color Cylindrical-coordinate representation of color #570BC0: hue angle of 265.19º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #570BC0 is Cyan = 0.55, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB8711192-
CMYK0.550.9400.25
HSL265.19º89.16%39.8%-
HSV(B)265.19º94.27%75.29%-
XYZ13.566.0750.33-
YUV54.36205.68151.28-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 87 (34.38% from 255) = 30%
GREEN value IS 11 (4.69% from 255) = 3.79%
BLUE value IS 192 (75.39% from 255) = 66.21%
R=30%
G=3.79%
B=66.21%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal87111920.550.9400.25265.1989.1639.8
Hex57BC0375E0191095928
Octal127133006713603141113150
Binary101011110111100000011011110111100110011000010011011001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #570BC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #570BC0; }

 p { color: rgb(87,11,192); }

 H1.HeaderClassName
 {
   color: #570BC0;
 }
 .AnyTagClassName
 {
   color: #570BC0;
 }
</style>
background-color css

<style>
 a { background-color: #570BC0; }

 a { background-color: rgb(87,11,192); }

 div.DivClassName
 {
   background-color: #570BC0;
 }
 .BgClassName
 {
   background-color: #570BC0;
 }
</style>
border-color css

<style>
 span { border-color: #570BC0; }

 span { border-color: rgb(87,11,192); }

 td.TdClassName
 {
   border-color: #570BC0;
 }
 .TagClassName
 {
   border-color: #570BC0;
 }
</style>