#572DA8

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

Shades of Purple Heart #572DA8

Tints of Purple Heart #572DA8

Color information

#572DA8 (or 0x572DA8) is unknown color: approx Purple Heart. HEX triplet: 57, 2D and A8. RGB value is (87,45,168). Sum of RGB (Red+Green+Blue) = 87+45+168=300 (39% of max value = 765). Red value is 87 (34.38% from 255 or 29% from 300); Green value is 45 (17.97% from 255 or 15% from 300); Blue value is 168 (66.02% from 255 or 56% from 300); Max value from RGB is 168 - color contains mainly: blue. Hex color #572DA8 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #572DA8 is #A8D257. Grayscale: #474747. Windows color (decimal): -11063896 or 11021655. OLE color: 11021655.

HSL color Cylindrical-coordinate representation of color #572DA8: hue angle of 260.49º degrees, saturation: 0.58, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #572DA8 is Cyan = 0.48, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB8745168-
CMYK0.480.7300.34
HSL260.49º57.75%41.76%-
HSV(B)260.49º73.21%65.88%-
XYZ11.946.7337.72-
YUV71.58182.41139-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 29%
GREEN value IS 45 (17.97% from 255) = 15%
BLUE value IS 168 (66.02% from 255) = 56%
R=29%
G=15%
B=56%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal87451680.480.7300.34260.4957.7541.76
Hex572DA830490221043a2a
Octal12755250601110424047252
Binary10101111011011010100011000010010010100010100000100111010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #572DA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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