Shades of Purple Heart #5217C1
Tints of Purple Heart #5217C1
RGB
CMYK
RGB Variations
Color information
#5217C1 (or 0x5217C1) is known color: Purple Heart. HEX triplet: 52, 17 and C1. RGB value is (82,23,193). Sum of RGB (Red+Green+Blue) = 82+23+193=298 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.52% from 298); Green value is 23 (9.38% from 255 or 7.72% from 298); Blue value is 193 (75.78% from 255 or 64.77% from 298); Max value from RGB is 193 - color contains mainly: blue. Hex color #5217C1 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5217C1 is #ADE83E. Grayscale: #3B3B3B. Windows color (decimal): -11397183 or 12654418. OLE color: 12654418.
HSL color Cylindrical-coordinate representation of color #5217C1: hue angle of 260.82º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5217C1 is Cyan = 0.58, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 82 | 23 | 193 | - |
| CMYK | 0.58 | 0.88 | 0 | 0.24 |
| HSL | 260.82º | 0.79% | 0.42% | - |
| HSV(B) | 260.82º | 0.88% | 0.76% | - |
| XYZ | 13.41 | 6.26 | 50.95 | - |
| YUV | 60.02 | 203.05 | 143.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 23 | 193 | 0.58 | 0.88 | 0 | 0.24 | 260.82 | 0.79 | 0.42 |
| Hex | 52 | 17 | C1 | 3A | 58 | 0 | 18 | 105 | 4F | 2A |
| Octal | 122 | 27 | 301 | 72 | 130 | 0 | 30 | 405 | 117 | 52 |
| Binary | 1010010 | 10111 | 11000001 | 111010 | 1011000 | 0 | 11000 | 100000101 | 1001111 | 101010 |
Color Harmonies of #5217C1
Complementary color
Monochromatic Colors of #5217C1
Black with #5217C1
Text Example
Text Example
White with #5217C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5217C1; }
p { color: rgb(82,23,193); }
H1.HeaderClassName
{
color: #5217C1;
}
.AnyTagClassName
{
color: #5217C1;
}
</style>
background-color css
<style>
a { background-color: #5217C1; }
a { background-color: rgb(82,23,193); }
div.DivClassName
{
background-color: #5217C1;
}
.BgClassName
{
background-color: #5217C1;
}
</style>
border-color css
<style>
span { border-color: #5217C1; }
span { border-color: rgb(82,23,193); }
td.TdClassName
{
border-color: #5217C1;
}
.TagClassName
{
border-color: #5217C1;
}
</style>