Shades of Purple Heart #510CC8
Tints of Purple Heart #510CC8
RGB
CMYK
RGB Variations
Color information
#510CC8 (or 0x510CC8) is known color: Purple Heart. HEX triplet: 51, 0C and C8. RGB value is (81,12,200). Sum of RGB (Red+Green+Blue) = 81+12+200=293 (38% of max value = 765). Red value is 81 (32.03% from 255 or 27.65% from 293); Green value is 12 (5.08% from 255 or 4.10% from 293); Blue value is 200 (78.52% from 255 or 68.26% from 293); Max value from RGB is 200 - color contains mainly: blue. Hex color #510CC8 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #510CC8 is #AEF337. Grayscale: #353535. Windows color (decimal): -11465528 or 13110353. OLE color: 13110353.
HSL color Cylindrical-coordinate representation of color #510CC8: hue angle of 262.02º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #510CC8 is Cyan = 0.59, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 81 | 12 | 200 | - |
| CMYK | 0.59 | 0.94 | 0 | 0.22 |
| HSL | 262.02º | 0.89% | 0.42% | - |
| HSV(B) | 262.02º | 0.94% | 0.78% | - |
| XYZ | 13.95 | 6.18 | 55.1 | - |
| YUV | 54.06 | 210.36 | 147.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 12 | 200 | 0.59 | 0.94 | 0 | 0.22 | 262.02 | 0.89 | 0.42 |
| Hex | 51 | C | C8 | 3B | 5E | 0 | 16 | 106 | 59 | 2A |
| Octal | 121 | 14 | 310 | 73 | 136 | 0 | 26 | 406 | 131 | 52 |
| Binary | 1010001 | 1100 | 11001000 | 111011 | 1011110 | 0 | 10110 | 100000110 | 1011001 | 101010 |
Color Harmonies of #510CC8
Complementary color
Monochromatic Colors of #510CC8
Black with #510CC8
Text Example
Text Example
White with #510CC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #510CC8; }
p { color: rgb(81,12,200); }
H1.HeaderClassName
{
color: #510CC8;
}
.AnyTagClassName
{
color: #510CC8;
}
</style>
background-color css
<style>
a { background-color: #510CC8; }
a { background-color: rgb(81,12,200); }
div.DivClassName
{
background-color: #510CC8;
}
.BgClassName
{
background-color: #510CC8;
}
</style>
border-color css
<style>
span { border-color: #510CC8; }
span { border-color: rgb(81,12,200); }
td.TdClassName
{
border-color: #510CC8;
}
.TagClassName
{
border-color: #510CC8;
}
</style>