Shades of Purple Heart #572AAF
Tints of Purple Heart #572AAF
RGB
CMYK
RGB Variations
Color information
#572AAF (or 0x572AAF) is known color: Purple Heart. HEX triplet: 57, 2A and AF. RGB value is (87,42,175). Sum of RGB (Red+Green+Blue) = 87+42+175=304 (40% of max value = 765). Red value is 87 (34.38% from 255 or 28.62% from 304); Green value is 42 (16.80% from 255 or 13.82% from 304); Blue value is 175 (68.75% from 255 or 57.57% from 304); Max value from RGB is 175 - color contains mainly: blue. Hex color #572AAF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #572AAF is #A8D550. Grayscale: #464646. Windows color (decimal): -11064657 or 11479639. OLE color: 11479639.
HSL color Cylindrical-coordinate representation of color #572AAF: hue angle of 260.3º degrees, saturation: 0.61, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #572AAF is Cyan = 0.50, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 87 | 42 | 175 | - |
| CMYK | 0.50 | 0.76 | 0 | 0.31 |
| HSL | 260.3º | 0.61% | 0.43% | - |
| HSV(B) | 260.3º | 0.76% | 0.69% | - |
| XYZ | 12.5 | 6.78 | 41.21 | - |
| YUV | 70.62 | 186.91 | 139.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 42 | 175 | 0.50 | 0.76 | 0 | 0.31 | 260.3 | 0.61 | 0.43 |
| Hex | 57 | 2A | AF | 32 | 4C | 0 | 1F | 104 | 3D | 2B |
| Octal | 127 | 52 | 257 | 62 | 114 | 0 | 37 | 404 | 75 | 53 |
| Binary | 1010111 | 101010 | 10101111 | 110010 | 1001100 | 0 | 11111 | 100000100 | 111101 | 101011 |
Color Harmonies of #572AAF
Complementary color
Monochromatic Colors of #572AAF
Black with #572AAF
Text Example
Text Example
White with #572AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #572AAF; }
p { color: rgb(87,42,175); }
H1.HeaderClassName
{
color: #572AAF;
}
.AnyTagClassName
{
color: #572AAF;
}
</style>
background-color css
<style>
a { background-color: #572AAF; }
a { background-color: rgb(87,42,175); }
div.DivClassName
{
background-color: #572AAF;
}
.BgClassName
{
background-color: #572AAF;
}
</style>
border-color css
<style>
span { border-color: #572AAF; }
span { border-color: rgb(87,42,175); }
td.TdClassName
{
border-color: #572AAF;
}
.TagClassName
{
border-color: #572AAF;
}
</style>