Shades of Purple Heart #572BAC
Tints of Purple Heart #572BAC
RGB
CMYK
RGB Variations
Color information
#572BAC (or 0x572BAC) is known color: Purple Heart. HEX triplet: 57, 2B and AC. RGB value is (87,43,172). Sum of RGB (Red+Green+Blue) = 87+43+172=302 (40% of max value = 765). Red value is 87 (34.38% from 255 or 28.81% from 302); Green value is 43 (17.19% from 255 or 14.24% from 302); Blue value is 172 (67.58% from 255 or 56.95% from 302); Max value from RGB is 172 - color contains mainly: blue. Hex color #572BAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #572BAC is #A8D453. Grayscale: #464646. Windows color (decimal): -11064404 or 11283287. OLE color: 11283287.
HSL color Cylindrical-coordinate representation of color #572BAC: hue angle of 260.47º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #572BAC is Cyan = 0.49, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 87 | 43 | 172 | - |
| CMYK | 0.49 | 0.75 | 0 | 0.33 |
| HSL | 260.47º | 0.6% | 0.42% | - |
| HSV(B) | 260.47º | 0.75% | 0.67% | - |
| XYZ | 12.24 | 6.73 | 39.68 | - |
| YUV | 70.86 | 185.08 | 139.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 43 | 172 | 0.49 | 0.75 | 0 | 0.33 | 260.47 | 0.6 | 0.42 |
| Hex | 57 | 2B | AC | 31 | 4B | 0 | 21 | 104 | 3C | 2A |
| Octal | 127 | 53 | 254 | 61 | 113 | 0 | 41 | 404 | 74 | 52 |
| Binary | 1010111 | 101011 | 10101100 | 110001 | 1001011 | 0 | 100001 | 100000100 | 111100 | 101010 |
Color Harmonies of #572BAC
Complementary color
Monochromatic Colors of #572BAC
Black with #572BAC
Text Example
Text Example
White with #572BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #572BAC; }
p { color: rgb(87,43,172); }
H1.HeaderClassName
{
color: #572BAC;
}
.AnyTagClassName
{
color: #572BAC;
}
</style>
background-color css
<style>
a { background-color: #572BAC; }
a { background-color: rgb(87,43,172); }
div.DivClassName
{
background-color: #572BAC;
}
.BgClassName
{
background-color: #572BAC;
}
</style>
border-color css
<style>
span { border-color: #572BAC; }
span { border-color: rgb(87,43,172); }
td.TdClassName
{
border-color: #572BAC;
}
.TagClassName
{
border-color: #572BAC;
}
</style>