#570FAE

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

Shades of Purple Heart #570FAE

Tints of Purple Heart #570FAE

Color information

#570FAE (or 0x570FAE) is unknown color: approx Purple Heart. HEX triplet: 57, 0F and AE. RGB value is (87,15,174). Sum of RGB (Red+Green+Blue) = 87+15+174=276 (36% of max value = 765). Red value is 87 (34.38% from 255 or 31.52% from 276); Green value is 15 (6.25% from 255 or 5.43% from 276); Blue value is 174 (68.36% from 255 or 63.04% from 276); Max value from RGB is 174 - color contains mainly: blue. Hex color #570FAE is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #570FAE is #A8F051. Grayscale: #363636. Windows color (decimal): -11071570 or 11407191. OLE color: 11407191.

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

Color convert

RGB8715174-
CMYK0.50.9100.32
HSL267.17º84.13%37.06%-
HSV(B)267.17º91.38%68.24%-
XYZ11.745.4240.47-
YUV54.65195.35151.07-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 31.52%
GREEN value IS 15 (6.25% from 255) = 5.43%
BLUE value IS 174 (68.36% from 255) = 63.04%
R=31.52%
G=5.43%
B=63.04%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal87151740.50.9100.32267.1784.1337.06
Hex57FAE325B02010b5425
Octal127172566213304041312445
Binary1010111111110101110110010101101101000001000010111010100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #570FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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