#570ECA

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

Shades of Purple Heart #570ECA

Tints of Purple Heart #570ECA

Color information

#570ECA (or 0x570ECA) is unknown color: approx Purple Heart. HEX triplet: 57, 0E and CA. RGB value is (87,14,202). Sum of RGB (Red+Green+Blue) = 87+14+202=303 (40% of max value = 765). Red value is 87 (34.38% from 255 or 28.71% from 303); Green value is 14 (5.86% from 255 or 4.62% from 303); Blue value is 202 (79.30% from 255 or 66.67% from 303); Max value from RGB is 202 - color contains mainly: blue. Hex color #570ECA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #570ECA is #A8F135. Grayscale: #383838. Windows color (decimal): -11071798 or 13241943. OLE color: 13241943.

HSL color Cylindrical-coordinate representation of color #570ECA: hue angle of 263.3º degrees, saturation: 0.87, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #570ECA is Cyan = 0.57, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB8714202-
CMYK0.570.9300.21
HSL263.3º87.04%42.35%-
HSV(B)263.3º93.07%79.22%-
XYZ14.756.656.37-
YUV57.26209.68149.21-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 28.71%
GREEN value IS 14 (5.86% from 255) = 4.62%
BLUE value IS 202 (79.30% from 255) = 66.67%
R=28.71%
G=4.62%
B=66.67%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal87142020.570.9300.21263.387.0442.35
Hex57ECA395D015107572a
Octal127163127113502540712752
Binary101011111101100101011100110111010101011000001111010111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #570ECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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