#570BB4

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

Shades of Purple Heart #570BB4

Tints of Purple Heart #570BB4

Color information

#570BB4 (or 0x570BB4) is unknown color: approx Purple Heart. HEX triplet: 57, 0B and B4. RGB value is (87,11,180). Sum of RGB (Red+Green+Blue) = 87+11+180=278 (36% of max value = 765). Red value is 87 (34.38% from 255 or 31.29% from 278); Green value is 11 (4.69% from 255 or 3.96% from 278); Blue value is 180 (70.70% from 255 or 64.75% from 278); Max value from RGB is 180 - color contains mainly: blue. Hex color #570BB4 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #570BB4 is #A8F44B. Grayscale: #343434. Windows color (decimal): -11072588 or 11799383. OLE color: 11799383.

HSL color Cylindrical-coordinate representation of color #570BB4: hue angle of 266.98º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #570BB4 is Cyan = 0.52, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB8711180-
CMYK0.520.9400.29
HSL266.98º88.48%37.45%-
HSV(B)266.98º93.89%70.59%-
XYZ12.295.5643.61-
YUV52.99199.68152.26-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 31.29%
GREEN value IS 11 (4.69% from 255) = 3.96%
BLUE value IS 180 (70.70% from 255) = 64.75%
R=31.29%
G=3.96%
B=64.75%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal87111800.520.9400.29266.9888.4837.45
Hex57BB4345E01D10b5825
Octal127132646413603541313045
Binary101011110111011010011010010111100111011000010111011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #570BB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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