Shades of Purple Heart #5118CE
Tints of Purple Heart #5118CE
RGB
CMYK
RGB Variations
Color information
#5118CE (or 0x5118CE) is known color: Purple Heart. HEX triplet: 51, 18 and CE. RGB value is (81,24,206). Sum of RGB (Red+Green+Blue) = 81+24+206=311 (41% of max value = 765). Red value is 81 (32.03% from 255 or 26.05% from 311); Green value is 24 (9.77% from 255 or 7.72% from 311); Blue value is 206 (80.86% from 255 or 66.24% from 311); Max value from RGB is 206 - color contains mainly: blue. Hex color #5118CE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5118CE is #AEE731. Grayscale: #3D3D3D. Windows color (decimal): -11462450 or 13506641. OLE color: 13506641.
HSL color Cylindrical-coordinate representation of color #5118CE: hue angle of 258.79º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5118CE is Cyan = 0.61, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 81 | 24 | 206 | - |
| CMYK | 0.61 | 0.88 | 0 | 0.19 |
| HSL | 258.79º | 0.79% | 0.45% | - |
| HSV(B) | 258.79º | 0.88% | 0.81% | - |
| XYZ | 14.86 | 6.86 | 58.93 | - |
| YUV | 61.79 | 209.38 | 141.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 24 | 206 | 0.61 | 0.88 | 0 | 0.19 | 258.79 | 0.79 | 0.45 |
| Hex | 51 | 18 | CE | 3D | 58 | 0 | 13 | 103 | 4F | 2D |
| Octal | 121 | 30 | 316 | 75 | 130 | 0 | 23 | 403 | 117 | 55 |
| Binary | 1010001 | 11000 | 11001110 | 111101 | 1011000 | 0 | 10011 | 100000011 | 1001111 | 101101 |
Color Harmonies of #5118CE
Complementary color
Monochromatic Colors of #5118CE
Black with #5118CE
Text Example
Text Example
White with #5118CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5118CE; }
p { color: rgb(81,24,206); }
H1.HeaderClassName
{
color: #5118CE;
}
.AnyTagClassName
{
color: #5118CE;
}
</style>
background-color css
<style>
a { background-color: #5118CE; }
a { background-color: rgb(81,24,206); }
div.DivClassName
{
background-color: #5118CE;
}
.BgClassName
{
background-color: #5118CE;
}
</style>
border-color css
<style>
span { border-color: #5118CE; }
span { border-color: rgb(81,24,206); }
td.TdClassName
{
border-color: #5118CE;
}
.TagClassName
{
border-color: #5118CE;
}
</style>