Shades of Purple Heart #5100CE
Tints of Purple Heart #5100CE
RGB
CMYK
RGB Variations
Color information
#5100CE (or 0x5100CE) is known color: Purple Heart. HEX triplet: 51, 00 and CE. RGB value is (81,0,206). Sum of RGB (Red+Green+Blue) = 81+0+206=287 (38% of max value = 765). Red value is 81 (32.03% from 255 or 28.22% from 287); Green value is 0 (0.39% from 255 or 0% from 287); Blue value is 206 (80.86% from 255 or 71.78% from 287); Max value from RGB is 206 - color contains mainly: blue. Hex color #5100CE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5100CE is #AEFF31. Grayscale: #2E2E2E. Windows color (decimal): -11468594 or 13500497. OLE color: 13500497.
HSL color Cylindrical-coordinate representation of color #5100CE: hue angle of 263.59º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5100CE is Cyan = 0.61, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 81 | 0 | 206 | - |
| CMYK | 0.61 | 1 | 0 | 0.19 |
| HSL | 263.59º | 1% | 0.4% | - |
| HSV(B) | 263.59º | 1% | 0.81% | - |
| XYZ | 14.53 | 6.21 | 58.82 | - |
| YUV | 47.7 | 217.34 | 151.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 0 | 206 | 0.61 | 1 | 0 | 0.19 | 263.59 | 1 | 0.4 |
| Hex | 51 | 0 | CE | 3D | 64 | 0 | 13 | 108 | 64 | 28 |
| Octal | 121 | 0 | 316 | 75 | 144 | 0 | 23 | 410 | 144 | 50 |
| Binary | 1010001 | 0 | 11001110 | 111101 | 1100100 | 0 | 10011 | 100001000 | 1100100 | 101000 |
Color Harmonies of #5100CE
Complementary color
Monochromatic Colors of #5100CE
Black with #5100CE
Text Example
Text Example
White with #5100CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5100CE; }
p { color: rgb(81,0,206); }
H1.HeaderClassName
{
color: #5100CE;
}
.AnyTagClassName
{
color: #5100CE;
}
</style>
background-color css
<style>
a { background-color: #5100CE; }
a { background-color: rgb(81,0,206); }
div.DivClassName
{
background-color: #5100CE;
}
.BgClassName
{
background-color: #5100CE;
}
</style>
border-color css
<style>
span { border-color: #5100CE; }
span { border-color: rgb(81,0,206); }
td.TdClassName
{
border-color: #5100CE;
}
.TagClassName
{
border-color: #5100CE;
}
</style>