Shades of Purple Heart #572ACB
Tints of Purple Heart #572ACB
RGB
CMYK
RGB Variations
Color information
#572ACB (or 0x572ACB) is known color: Purple Heart. HEX triplet: 57, 2A and CB. RGB value is (87,42,203). Sum of RGB (Red+Green+Blue) = 87+42+203=332 (43% of max value = 765). Red value is 87 (34.38% from 255 or 26.20% from 332); Green value is 42 (16.80% from 255 or 12.65% from 332); Blue value is 203 (79.69% from 255 or 61.14% from 332); Max value from RGB is 203 - color contains mainly: blue. Hex color #572ACB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #572ACB is #A8D534. Grayscale: #494949. Windows color (decimal): -11064629 or 13314647. OLE color: 13314647.
HSL color Cylindrical-coordinate representation of color #572ACB: hue angle of 256.77º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #572ACB is Cyan = 0.57, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 87 | 42 | 203 | - |
| CMYK | 0.57 | 0.79 | 0 | 0.20 |
| HSL | 256.77º | 0.66% | 0.48% | - |
| HSV(B) | 256.77º | 0.79% | 0.8% | - |
| XYZ | 15.54 | 7.99 | 57.22 | - |
| YUV | 73.81 | 200.91 | 137.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 42 | 203 | 0.57 | 0.79 | 0 | 0.20 | 256.77 | 0.66 | 0.48 |
| Hex | 57 | 2A | CB | 39 | 4F | 0 | 14 | 101 | 42 | 30 |
| Octal | 127 | 52 | 313 | 71 | 117 | 0 | 24 | 401 | 102 | 60 |
| Binary | 1010111 | 101010 | 11001011 | 111001 | 1001111 | 0 | 10100 | 100000001 | 1000010 | 110000 |
Color Harmonies of #572ACB
Complementary color
Monochromatic Colors of #572ACB
Black with #572ACB
Text Example
Text Example
White with #572ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #572ACB; }
p { color: rgb(87,42,203); }
H1.HeaderClassName
{
color: #572ACB;
}
.AnyTagClassName
{
color: #572ACB;
}
</style>
background-color css
<style>
a { background-color: #572ACB; }
a { background-color: rgb(87,42,203); }
div.DivClassName
{
background-color: #572ACB;
}
.BgClassName
{
background-color: #572ACB;
}
</style>
border-color css
<style>
span { border-color: #572ACB; }
span { border-color: rgb(87,42,203); }
td.TdClassName
{
border-color: #572ACB;
}
.TagClassName
{
border-color: #572ACB;
}
</style>