#570AAE

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

Shades of Purple Heart #570AAE

Tints of Purple Heart #570AAE

Color information

#570AAE (or 0x570AAE) is unknown color: approx Purple Heart. HEX triplet: 57, 0A and AE. RGB value is (87,10,174). Sum of RGB (Red+Green+Blue) = 87+10+174=271 (35% of max value = 765). Red value is 87 (34.38% from 255 or 32.10% from 271); Green value is 10 (4.30% from 255 or 3.69% from 271); Blue value is 174 (68.36% from 255 or 64.21% from 271); Max value from RGB is 174 - color contains mainly: blue. Hex color #570AAE is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #570AAE is #A8F551. Grayscale: #333333. Windows color (decimal): -11072850 or 11405911. OLE color: 11405911.

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

Color convert

RGB8710174-
CMYK0.50.9400.32
HSL268.17º89.13%36.08%-
HSV(B)268.17º94.25%68.24%-
XYZ11.685.340.45-
YUV51.72197.01153.16-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 32.10%
GREEN value IS 10 (4.30% from 255) = 3.69%
BLUE value IS 174 (68.36% from 255) = 64.21%
R=32.10%
G=3.69%
B=64.21%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal87101740.50.9400.32268.1789.1336.08
Hex57AAE325E02010c5924
Octal127122566213604041413144
Binary1010111101010101110110010101111001000001000011001011001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #570AAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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