Shades of Purple Heart #5217CC
Tints of Purple Heart #5217CC
RGB
CMYK
RGB Variations
Color information
#5217CC (or 0x5217CC) is known color: Purple Heart. HEX triplet: 52, 17 and CC. RGB value is (82,23,204). Sum of RGB (Red+Green+Blue) = 82+23+204=309 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.54% from 309); Green value is 23 (9.38% from 255 or 7.44% from 309); Blue value is 204 (80.08% from 255 or 66.02% from 309); Max value from RGB is 204 - color contains mainly: blue. Hex color #5217CC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5217CC is #ADE833. Grayscale: #3C3C3C. Windows color (decimal): -11397172 or 13375314. OLE color: 13375314.
HSL color Cylindrical-coordinate representation of color #5217CC: hue angle of 259.56º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #5217CC is Cyan = 0.60, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 82 | 23 | 204 | - |
| CMYK | 0.60 | 0.89 | 0 | 0.2 |
| HSL | 259.56º | 0.8% | 0.45% | - |
| HSV(B) | 259.56º | 0.89% | 0.8% | - |
| XYZ | 14.69 | 6.77 | 57.66 | - |
| YUV | 61.28 | 208.55 | 142.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 23 | 204 | 0.60 | 0.89 | 0 | 0.2 | 259.56 | 0.8 | 0.45 |
| Hex | 52 | 17 | CC | 3C | 59 | 0 | 14 | 104 | 50 | 2D |
| Octal | 122 | 27 | 314 | 74 | 131 | 0 | 24 | 404 | 120 | 55 |
| Binary | 1010010 | 10111 | 11001100 | 111100 | 1011001 | 0 | 10100 | 100000100 | 1010000 | 101101 |
Color Harmonies of #5217CC
Complementary color
Monochromatic Colors of #5217CC
Black with #5217CC
Text Example
Text Example
White with #5217CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5217CC; }
p { color: rgb(82,23,204); }
H1.HeaderClassName
{
color: #5217CC;
}
.AnyTagClassName
{
color: #5217CC;
}
</style>
background-color css
<style>
a { background-color: #5217CC; }
a { background-color: rgb(82,23,204); }
div.DivClassName
{
background-color: #5217CC;
}
.BgClassName
{
background-color: #5217CC;
}
</style>
border-color css
<style>
span { border-color: #5217CC; }
span { border-color: rgb(82,23,204); }
td.TdClassName
{
border-color: #5217CC;
}
.TagClassName
{
border-color: #5217CC;
}
</style>