Shades of Purple Heart #572DDD
Tints of Purple Heart #572DDD
RGB
CMYK
RGB Variations
Color information
#572DDD (or 0x572DDD) is known color: Purple Heart. HEX triplet: 57, 2D and DD. RGB value is (87,45,221). Sum of RGB (Red+Green+Blue) = 87+45+221=353 (46% of max value = 765). Red value is 87 (34.38% from 255 or 24.65% from 353); Green value is 45 (17.97% from 255 or 12.75% from 353); Blue value is 221 (86.72% from 255 or 62.61% from 353); Max value from RGB is 221 - color contains mainly: blue. Hex color #572DDD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #572DDD is #A8D222. Grayscale: #4C4C4C. Windows color (decimal): -11063843 or 14495063. OLE color: 14495063.
HSL color Cylindrical-coordinate representation of color #572DDD: hue angle of 254.32º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #572DDD is Cyan = 0.61, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 87 | 45 | 221 | - |
| CMYK | 0.61 | 0.80 | 0 | 0.13 |
| HSL | 254.32º | 0.72% | 0.52% | - |
| HSV(B) | 254.32º | 0.8% | 0.87% | - |
| XYZ | 17.92 | 9.12 | 69.22 | - |
| YUV | 77.62 | 208.91 | 134.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 45 | 221 | 0.61 | 0.80 | 0 | 0.13 | 254.32 | 0.72 | 0.52 |
| Hex | 57 | 2D | DD | 3D | 50 | 0 | D | FE | 48 | 34 |
| Octal | 127 | 55 | 335 | 75 | 120 | 0 | 15 | 376 | 110 | 64 |
| Binary | 1010111 | 101101 | 11011101 | 111101 | 1010000 | 0 | 1101 | 11111110 | 1001000 | 110100 |
Color Harmonies of #572DDD
Complementary color
Monochromatic Colors of #572DDD
Black with #572DDD
Text Example
Text Example
White with #572DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #572DDD; }
p { color: rgb(87,45,221); }
H1.HeaderClassName
{
color: #572DDD;
}
.AnyTagClassName
{
color: #572DDD;
}
</style>
background-color css
<style>
a { background-color: #572DDD; }
a { background-color: rgb(87,45,221); }
div.DivClassName
{
background-color: #572DDD;
}
.BgClassName
{
background-color: #572DDD;
}
</style>
border-color css
<style>
span { border-color: #572DDD; }
span { border-color: rgb(87,45,221); }
td.TdClassName
{
border-color: #572DDD;
}
.TagClassName
{
border-color: #572DDD;
}
</style>