Shades of Purple Heart #572ACE
Tints of Purple Heart #572ACE
RGB
CMYK
RGB Variations
Color information
#572ACE (or 0x572ACE) is known color: Purple Heart. HEX triplet: 57, 2A and CE. RGB value is (87,42,206). Sum of RGB (Red+Green+Blue) = 87+42+206=335 (44% of max value = 765). Red value is 87 (34.38% from 255 or 25.97% from 335); Green value is 42 (16.80% from 255 or 12.54% from 335); Blue value is 206 (80.86% from 255 or 61.49% from 335); Max value from RGB is 206 - color contains mainly: blue. Hex color #572ACE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #572ACE is #A8D531. Grayscale: #494949. Windows color (decimal): -11064626 or 13511255. OLE color: 13511255.
HSL color Cylindrical-coordinate representation of color #572ACE: hue angle of 256.46º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #572ACE is Cyan = 0.58, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 87 | 42 | 206 | - |
| CMYK | 0.58 | 0.80 | 0 | 0.19 |
| HSL | 256.46º | 0.66% | 0.49% | - |
| HSV(B) | 256.46º | 0.8% | 0.81% | - |
| XYZ | 15.9 | 8.14 | 59.13 | - |
| YUV | 74.15 | 202.41 | 137.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 42 | 206 | 0.58 | 0.80 | 0 | 0.19 | 256.46 | 0.66 | 0.49 |
| Hex | 57 | 2A | CE | 3A | 50 | 0 | 13 | 100 | 42 | 31 |
| Octal | 127 | 52 | 316 | 72 | 120 | 0 | 23 | 400 | 102 | 61 |
| Binary | 1010111 | 101010 | 11001110 | 111010 | 1010000 | 0 | 10011 | 100000000 | 1000010 | 110001 |
Color Harmonies of #572ACE
Complementary color
Monochromatic Colors of #572ACE
Black with #572ACE
Text Example
Text Example
White with #572ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #572ACE; }
p { color: rgb(87,42,206); }
H1.HeaderClassName
{
color: #572ACE;
}
.AnyTagClassName
{
color: #572ACE;
}
</style>
background-color css
<style>
a { background-color: #572ACE; }
a { background-color: rgb(87,42,206); }
div.DivClassName
{
background-color: #572ACE;
}
.BgClassName
{
background-color: #572ACE;
}
</style>
border-color css
<style>
span { border-color: #572ACE; }
span { border-color: rgb(87,42,206); }
td.TdClassName
{
border-color: #572ACE;
}
.TagClassName
{
border-color: #572ACE;
}
</style>