Shades of Purple Heart #572DB2
Tints of Purple Heart #572DB2
RGB
CMYK
RGB Variations
Color information
#572DB2 (or 0x572DB2) is known color: Purple Heart. HEX triplet: 57, 2D and B2. RGB value is (87,45,178). Sum of RGB (Red+Green+Blue) = 87+45+178=310 (41% of max value = 765). Red value is 87 (34.38% from 255 or 28.06% from 310); Green value is 45 (17.97% from 255 or 14.52% from 310); Blue value is 178 (69.92% from 255 or 57.42% from 310); Max value from RGB is 178 - color contains mainly: blue. Hex color #572DB2 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #572DB2 is #A8D24D. Grayscale: #484848. Windows color (decimal): -11063886 or 11677015. OLE color: 11677015.
HSL color Cylindrical-coordinate representation of color #572DB2: hue angle of 258.95º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #572DB2 is Cyan = 0.51, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 87 | 45 | 178 | - |
| CMYK | 0.51 | 0.75 | 0 | 0.30 |
| HSL | 258.95º | 0.6% | 0.44% | - |
| HSV(B) | 258.95º | 0.75% | 0.7% | - |
| XYZ | 12.9 | 7.12 | 42.81 | - |
| YUV | 72.72 | 187.41 | 138.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 45 | 178 | 0.51 | 0.75 | 0 | 0.30 | 258.95 | 0.6 | 0.44 |
| Hex | 57 | 2D | B2 | 33 | 4B | 0 | 1E | 103 | 3C | 2C |
| Octal | 127 | 55 | 262 | 63 | 113 | 0 | 36 | 403 | 74 | 54 |
| Binary | 1010111 | 101101 | 10110010 | 110011 | 1001011 | 0 | 11110 | 100000011 | 111100 | 101100 |
Color Harmonies of #572DB2
Complementary color
Monochromatic Colors of #572DB2
Black with #572DB2
Text Example
Text Example
White with #572DB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #572DB2; }
p { color: rgb(87,45,178); }
H1.HeaderClassName
{
color: #572DB2;
}
.AnyTagClassName
{
color: #572DB2;
}
</style>
background-color css
<style>
a { background-color: #572DB2; }
a { background-color: rgb(87,45,178); }
div.DivClassName
{
background-color: #572DB2;
}
.BgClassName
{
background-color: #572DB2;
}
</style>
border-color css
<style>
span { border-color: #572DB2; }
span { border-color: rgb(87,45,178); }
td.TdClassName
{
border-color: #572DB2;
}
.TagClassName
{
border-color: #572DB2;
}
</style>