#570EAE

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

Shades of Purple Heart #570EAE

Tints of Purple Heart #570EAE

Color information

#570EAE (or 0x570EAE) is unknown color: approx Purple Heart. HEX triplet: 57, 0E and AE. RGB value is (87,14,174). Sum of RGB (Red+Green+Blue) = 87+14+174=275 (36% of max value = 765). Red value is 87 (34.38% from 255 or 31.64% from 275); Green value is 14 (5.86% from 255 or 5.09% from 275); Blue value is 174 (68.36% from 255 or 63.27% from 275); Max value from RGB is 174 - color contains mainly: blue. Hex color #570EAE is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #570EAE is #A8F151. Grayscale: #353535. Windows color (decimal): -11071826 or 11406935. OLE color: 11406935.

HSL color Cylindrical-coordinate representation of color #570EAE: hue angle of 267.38º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #570EAE is Cyan = 0.5, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB8714174-
CMYK0.50.9200.32
HSL267.38º85.11%36.86%-
HSV(B)267.38º91.95%68.24%-
XYZ11.735.440.47-
YUV54.07195.68151.49-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 31.64%
GREEN value IS 14 (5.86% from 255) = 5.09%
BLUE value IS 174 (68.36% from 255) = 63.27%
R=31.64%
G=5.09%
B=63.27%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal87141740.50.9200.32267.3885.1136.86
Hex57EAE325C02010b5525
Octal127162566213404041312545
Binary1010111111010101110110010101110001000001000010111010101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #570EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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