Shades of Purple Heart #5116CE
Tints of Purple Heart #5116CE
RGB
CMYK
RGB Variations
Color information
#5116CE (or 0x5116CE) is known color: Purple Heart. HEX triplet: 51, 16 and CE. RGB value is (81,22,206). Sum of RGB (Red+Green+Blue) = 81+22+206=309 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.21% from 309); Green value is 22 (8.98% from 255 or 7.12% from 309); Blue value is 206 (80.86% from 255 or 66.67% from 309); Max value from RGB is 206 - color contains mainly: blue. Hex color #5116CE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5116CE is #AEE931. Grayscale: #3B3B3B. Windows color (decimal): -11462962 or 13506129. OLE color: 13506129.
HSL color Cylindrical-coordinate representation of color #5116CE: hue angle of 259.24º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #5116CE is Cyan = 0.61, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 81 | 22 | 206 | - |
| CMYK | 0.61 | 0.89 | 0 | 0.19 |
| HSL | 259.24º | 0.81% | 0.45% | - |
| HSV(B) | 259.24º | 0.89% | 0.81% | - |
| XYZ | 14.82 | 6.78 | 58.92 | - |
| YUV | 60.62 | 210.05 | 142.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 22 | 206 | 0.61 | 0.89 | 0 | 0.19 | 259.24 | 0.81 | 0.45 |
| Hex | 51 | 16 | CE | 3D | 59 | 0 | 13 | 103 | 51 | 2D |
| Octal | 121 | 26 | 316 | 75 | 131 | 0 | 23 | 403 | 121 | 55 |
| Binary | 1010001 | 10110 | 11001110 | 111101 | 1011001 | 0 | 10011 | 100000011 | 1010001 | 101101 |
Color Harmonies of #5116CE
Complementary color
Monochromatic Colors of #5116CE
Black with #5116CE
Text Example
Text Example
White with #5116CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5116CE; }
p { color: rgb(81,22,206); }
H1.HeaderClassName
{
color: #5116CE;
}
.AnyTagClassName
{
color: #5116CE;
}
</style>
background-color css
<style>
a { background-color: #5116CE; }
a { background-color: rgb(81,22,206); }
div.DivClassName
{
background-color: #5116CE;
}
.BgClassName
{
background-color: #5116CE;
}
</style>
border-color css
<style>
span { border-color: #5116CE; }
span { border-color: rgb(81,22,206); }
td.TdClassName
{
border-color: #5116CE;
}
.TagClassName
{
border-color: #5116CE;
}
</style>