Shades of Purple Heart #5211CE
Tints of Purple Heart #5211CE
RGB
CMYK
RGB Variations
Color information
#5211CE (or 0x5211CE) is known color: Purple Heart. HEX triplet: 52, 11 and CE. RGB value is (82,17,206). Sum of RGB (Red+Green+Blue) = 82+17+206=305 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.89% from 305); Green value is 17 (7.03% from 255 or 5.57% from 305); Blue value is 206 (80.86% from 255 or 67.54% from 305); Max value from RGB is 206 - color contains mainly: blue. Hex color #5211CE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5211CE is #ADEE31. Grayscale: #393939. Windows color (decimal): -11398706 or 13504850. OLE color: 13504850.
HSL color Cylindrical-coordinate representation of color #5211CE: hue angle of 260.63º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #5211CE is Cyan = 0.60, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 82 | 17 | 206 | - |
| CMYK | 0.60 | 0.92 | 0 | 0.19 |
| HSL | 260.63º | 0.85% | 0.44% | - |
| HSV(B) | 260.63º | 0.92% | 0.81% | - |
| XYZ | 14.82 | 6.65 | 58.9 | - |
| YUV | 57.98 | 211.53 | 145.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 17 | 206 | 0.60 | 0.92 | 0 | 0.19 | 260.63 | 0.85 | 0.44 |
| Hex | 52 | 11 | CE | 3C | 5C | 0 | 13 | 105 | 55 | 2C |
| Octal | 122 | 21 | 316 | 74 | 134 | 0 | 23 | 405 | 125 | 54 |
| Binary | 1010010 | 10001 | 11001110 | 111100 | 1011100 | 0 | 10011 | 100000101 | 1010101 | 101100 |
Color Harmonies of #5211CE
Complementary color
Monochromatic Colors of #5211CE
Black with #5211CE
Text Example
Text Example
White with #5211CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5211CE; }
p { color: rgb(82,17,206); }
H1.HeaderClassName
{
color: #5211CE;
}
.AnyTagClassName
{
color: #5211CE;
}
</style>
background-color css
<style>
a { background-color: #5211CE; }
a { background-color: rgb(82,17,206); }
div.DivClassName
{
background-color: #5211CE;
}
.BgClassName
{
background-color: #5211CE;
}
</style>
border-color css
<style>
span { border-color: #5211CE; }
span { border-color: rgb(82,17,206); }
td.TdClassName
{
border-color: #5211CE;
}
.TagClassName
{
border-color: #5211CE;
}
</style>