#570BCB

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

Shades of Purple Heart #570BCB

Tints of Purple Heart #570BCB

Color information

#570BCB (or 0x570BCB) is unknown color: approx Purple Heart. HEX triplet: 57, 0B and CB. RGB value is (87,11,203). Sum of RGB (Red+Green+Blue) = 87+11+203=301 (39% of max value = 765). Red value is 87 (34.38% from 255 or 28.90% from 301); Green value is 11 (4.69% from 255 or 3.65% from 301); Blue value is 203 (79.69% from 255 or 67.44% from 301); Max value from RGB is 203 - color contains mainly: blue. Hex color #570BCB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #570BCB is #A8F434. Grayscale: #363636. Windows color (decimal): -11072565 or 13306711. OLE color: 13306711.

HSL color Cylindrical-coordinate representation of color #570BCB: hue angle of 263.75º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #570BCB is Cyan = 0.57, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB8711203-
CMYK0.570.9500.20
HSL263.75º89.72%41.96%-
HSV(B)263.75º94.58%79.61%-
XYZ14.836.5856.99-
YUV55.61211.18150.39-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 28.90%
GREEN value IS 11 (4.69% from 255) = 3.65%
BLUE value IS 203 (79.69% from 255) = 67.44%
R=28.90%
G=3.65%
B=67.44%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal87112030.570.9500.20263.7589.7241.96
Hex57BCB395F0141085a2a
Octal127133137113702441013252
Binary101011110111100101111100110111110101001000010001011010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #570BCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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