#570EA9

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

Shades of Purple Heart #570EA9

Tints of Purple Heart #570EA9

Color information

#570EA9 (or 0x570EA9) is unknown color: approx Purple Heart. HEX triplet: 57, 0E and A9. RGB value is (87,14,169). Sum of RGB (Red+Green+Blue) = 87+14+169=270 (35% of max value = 765). Red value is 87 (34.38% from 255 or 32.22% from 270); Green value is 14 (5.86% from 255 or 5.19% from 270); Blue value is 169 (66.41% from 255 or 62.59% from 270); Max value from RGB is 169 - color contains mainly: blue. Hex color #570EA9 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #570EA9 is #A8F156. Grayscale: #343434. Windows color (decimal): -11071831 or 11079255. OLE color: 11079255.

HSL color Cylindrical-coordinate representation of color #570EA9: hue angle of 268.26º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #570EA9 is Cyan = 0.49, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB8714169-
CMYK0.490.9200.34
HSL268.26º84.7%35.88%-
HSV(B)268.26º91.72%66.27%-
XYZ11.255.237.95-
YUV53.5193.18151.9-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 32.22%
GREEN value IS 14 (5.86% from 255) = 5.19%
BLUE value IS 169 (66.41% from 255) = 62.59%
R=32.22%
G=5.19%
B=62.59%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal87141690.490.9200.34268.2684.735.88
Hex57EA9315C02210c5524
Octal127162516113404241412544
Binary1010111111010101001110001101110001000101000011001010101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #570EA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,14,169); }

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

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

 a { background-color: rgb(87,14,169); }

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

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

 span { border-color: rgb(87,14,169); }

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