Shades of Purple Heart #510CCC
Tints of Purple Heart #510CCC
RGB
CMYK
RGB Variations
Color information
#510CCC (or 0x510CCC) is known color: Purple Heart. HEX triplet: 51, 0C and CC. RGB value is (81,12,204). Sum of RGB (Red+Green+Blue) = 81+12+204=297 (39% of max value = 765). Red value is 81 (32.03% from 255 or 27.27% from 297); Green value is 12 (5.08% from 255 or 4.04% from 297); Blue value is 204 (80.08% from 255 or 68.69% from 297); Max value from RGB is 204 - color contains mainly: blue. Hex color #510CCC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #510CCC is #AEF333. Grayscale: #353535. Windows color (decimal): -11465524 or 13372497. OLE color: 13372497.
HSL color Cylindrical-coordinate representation of color #510CCC: hue angle of 261.56º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #510CCC is Cyan = 0.60, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 81 | 12 | 204 | - |
| CMYK | 0.60 | 0.94 | 0 | 0.2 |
| HSL | 261.56º | 0.89% | 0.42% | - |
| HSV(B) | 261.56º | 0.94% | 0.8% | - |
| XYZ | 14.42 | 6.37 | 57.6 | - |
| YUV | 54.52 | 212.36 | 146.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 12 | 204 | 0.60 | 0.94 | 0 | 0.2 | 261.56 | 0.89 | 0.42 |
| Hex | 51 | C | CC | 3C | 5E | 0 | 14 | 106 | 59 | 2A |
| Octal | 121 | 14 | 314 | 74 | 136 | 0 | 24 | 406 | 131 | 52 |
| Binary | 1010001 | 1100 | 11001100 | 111100 | 1011110 | 0 | 10100 | 100000110 | 1011001 | 101010 |
Color Harmonies of #510CCC
Complementary color
Monochromatic Colors of #510CCC
Black with #510CCC
Text Example
Text Example
White with #510CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #510CCC; }
p { color: rgb(81,12,204); }
H1.HeaderClassName
{
color: #510CCC;
}
.AnyTagClassName
{
color: #510CCC;
}
</style>
background-color css
<style>
a { background-color: #510CCC; }
a { background-color: rgb(81,12,204); }
div.DivClassName
{
background-color: #510CCC;
}
.BgClassName
{
background-color: #510CCC;
}
</style>
border-color css
<style>
span { border-color: #510CCC; }
span { border-color: rgb(81,12,204); }
td.TdClassName
{
border-color: #510CCC;
}
.TagClassName
{
border-color: #510CCC;
}
</style>