Shades of Purple Heart #5119CE
Tints of Purple Heart #5119CE
RGB
CMYK
RGB Variations
Color information
#5119CE (or 0x5119CE) is known color: Purple Heart. HEX triplet: 51, 19 and CE. RGB value is (81,25,206). Sum of RGB (Red+Green+Blue) = 81+25+206=312 (41% of max value = 765). Red value is 81 (32.03% from 255 or 25.96% from 312); Green value is 25 (10.16% from 255 or 8.01% from 312); Blue value is 206 (80.86% from 255 or 66.03% from 312); Max value from RGB is 206 - color contains mainly: blue. Hex color #5119CE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5119CE is #AEE631. Grayscale: #3D3D3D. Windows color (decimal): -11462194 or 13506897. OLE color: 13506897.
HSL color Cylindrical-coordinate representation of color #5119CE: hue angle of 258.56º degrees, saturation: 0.78, 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 #5119CE is Cyan = 0.61, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 81 | 25 | 206 | - |
| CMYK | 0.61 | 0.88 | 0 | 0.19 |
| HSL | 258.56º | 0.78% | 0.45% | - |
| HSV(B) | 258.56º | 0.88% | 0.81% | - |
| XYZ | 14.88 | 6.9 | 58.94 | - |
| YUV | 62.38 | 209.05 | 141.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 25 | 206 | 0.61 | 0.88 | 0 | 0.19 | 258.56 | 0.78 | 0.45 |
| Hex | 51 | 19 | CE | 3D | 58 | 0 | 13 | 103 | 4E | 2D |
| Octal | 121 | 31 | 316 | 75 | 130 | 0 | 23 | 403 | 116 | 55 |
| Binary | 1010001 | 11001 | 11001110 | 111101 | 1011000 | 0 | 10011 | 100000011 | 1001110 | 101101 |
Color Harmonies of #5119CE
Complementary color
Monochromatic Colors of #5119CE
Black with #5119CE
Text Example
Text Example
White with #5119CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5119CE; }
p { color: rgb(81,25,206); }
H1.HeaderClassName
{
color: #5119CE;
}
.AnyTagClassName
{
color: #5119CE;
}
</style>
background-color css
<style>
a { background-color: #5119CE; }
a { background-color: rgb(81,25,206); }
div.DivClassName
{
background-color: #5119CE;
}
.BgClassName
{
background-color: #5119CE;
}
</style>
border-color css
<style>
span { border-color: #5119CE; }
span { border-color: rgb(81,25,206); }
td.TdClassName
{
border-color: #5119CE;
}
.TagClassName
{
border-color: #5119CE;
}
</style>