Shades of Purple Heart #572AA7
Tints of Purple Heart #572AA7
RGB
CMYK
RGB Variations
Color information
#572AA7 (or 0x572AA7) is known color: Purple Heart. HEX triplet: 57, 2A and A7. RGB value is (87,42,167). Sum of RGB (Red+Green+Blue) = 87+42+167=296 (39% of max value = 765). Red value is 87 (34.38% from 255 or 29.39% from 296); Green value is 42 (16.80% from 255 or 14.19% from 296); Blue value is 167 (65.62% from 255 or 56.42% from 296); Max value from RGB is 167 - color contains mainly: blue. Hex color #572AA7 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #572AA7 is #A8D558. Grayscale: #454545. Windows color (decimal): -11064665 or 10955351. OLE color: 10955351.
HSL color Cylindrical-coordinate representation of color #572AA7: hue angle of 261.6º degrees, saturation: 0.6, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #572AA7 is Cyan = 0.48, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 87 | 42 | 167 | - |
| CMYK | 0.48 | 0.75 | 0 | 0.35 |
| HSL | 261.6º | 0.6% | 0.41% | - |
| HSV(B) | 261.6º | 0.75% | 0.65% | - |
| XYZ | 11.73 | 6.47 | 37.19 | - |
| YUV | 69.71 | 182.91 | 140.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 42 | 167 | 0.48 | 0.75 | 0 | 0.35 | 261.6 | 0.6 | 0.41 |
| Hex | 57 | 2A | A7 | 30 | 4B | 0 | 23 | 106 | 3C | 29 |
| Octal | 127 | 52 | 247 | 60 | 113 | 0 | 43 | 406 | 74 | 51 |
| Binary | 1010111 | 101010 | 10100111 | 110000 | 1001011 | 0 | 100011 | 100000110 | 111100 | 101001 |
Color Harmonies of #572AA7
Complementary color
Monochromatic Colors of #572AA7
Black with #572AA7
Text Example
Text Example
White with #572AA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #572AA7; }
p { color: rgb(87,42,167); }
H1.HeaderClassName
{
color: #572AA7;
}
.AnyTagClassName
{
color: #572AA7;
}
</style>
background-color css
<style>
a { background-color: #572AA7; }
a { background-color: rgb(87,42,167); }
div.DivClassName
{
background-color: #572AA7;
}
.BgClassName
{
background-color: #572AA7;
}
</style>
border-color css
<style>
span { border-color: #572AA7; }
span { border-color: rgb(87,42,167); }
td.TdClassName
{
border-color: #572AA7;
}
.TagClassName
{
border-color: #572AA7;
}
</style>