#572DAF

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

Shades of Purple Heart #572DAF

Tints of Purple Heart #572DAF

Color information

#572DAF (or 0x572DAF) is unknown color: approx Purple Heart. HEX triplet: 57, 2D and AF. RGB value is (87,45,175). Sum of RGB (Red+Green+Blue) = 87+45+175=307 (40% of max value = 765). Red value is 87 (34.38% from 255 or 28.34% from 307); Green value is 45 (17.97% from 255 or 14.66% from 307); Blue value is 175 (68.75% from 255 or 57.00% from 307); Max value from RGB is 175 - color contains mainly: blue. Hex color #572DAF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #572DAF is #A8D250. Grayscale: #474747. Windows color (decimal): -11063889 or 11480407. OLE color: 11480407.

HSL color Cylindrical-coordinate representation of color #572DAF: hue angle of 259.38º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #572DAF is Cyan = 0.50, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB8745175-
CMYK0.500.7400.31
HSL259.38º59.09%43.14%-
HSV(B)259.38º74.29%68.63%-
XYZ12.61741.24-
YUV72.38185.91138.43-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 28.34%
GREEN value IS 45 (17.97% from 255) = 14.66%
BLUE value IS 175 (68.75% from 255) = 57.00%
R=28.34%
G=14.66%
B=57.00%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal87451750.500.7400.31259.3859.0943.14
Hex572DAF324A01F1033b2b
Octal12755257621120374037353
Binary1010111101101101011111100101001010011111100000011111011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #572DAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #572DAF; }

 p { color: rgb(87,45,175); }

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

<style>
 a { background-color: #572DAF; }

 a { background-color: rgb(87,45,175); }

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

<style>
 span { border-color: #572DAF; }

 span { border-color: rgb(87,45,175); }

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