Shades of Purple Heart #510CC5
Tints of Purple Heart #510CC5
RGB
CMYK
RGB Variations
Color information
#510CC5 (or 0x510CC5) is known color: Purple Heart. HEX triplet: 51, 0C and C5. RGB value is (81,12,197). Sum of RGB (Red+Green+Blue) = 81+12+197=290 (38% of max value = 765). Red value is 81 (32.03% from 255 or 27.93% from 290); Green value is 12 (5.08% from 255 or 4.14% from 290); Blue value is 197 (77.34% from 255 or 67.93% from 290); Max value from RGB is 197 - color contains mainly: blue. Hex color #510CC5 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #510CC5 is #AEF33A. Grayscale: #353535. Windows color (decimal): -11465531 or 12913745. OLE color: 12913745.
HSL color Cylindrical-coordinate representation of color #510CC5: hue angle of 262.38º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #510CC5 is Cyan = 0.59, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 81 | 12 | 197 | - |
| CMYK | 0.59 | 0.94 | 0 | 0.23 |
| HSL | 262.38º | 0.89% | 0.41% | - |
| HSV(B) | 262.38º | 0.94% | 0.77% | - |
| XYZ | 13.6 | 6.04 | 53.27 | - |
| YUV | 53.72 | 208.86 | 147.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 12 | 197 | 0.59 | 0.94 | 0 | 0.23 | 262.38 | 0.89 | 0.41 |
| Hex | 51 | C | C5 | 3B | 5E | 0 | 17 | 106 | 59 | 29 |
| Octal | 121 | 14 | 305 | 73 | 136 | 0 | 27 | 406 | 131 | 51 |
| Binary | 1010001 | 1100 | 11000101 | 111011 | 1011110 | 0 | 10111 | 100000110 | 1011001 | 101001 |
Color Harmonies of #510CC5
Complementary color
Monochromatic Colors of #510CC5
Black with #510CC5
Text Example
Text Example
White with #510CC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #510CC5; }
p { color: rgb(81,12,197); }
H1.HeaderClassName
{
color: #510CC5;
}
.AnyTagClassName
{
color: #510CC5;
}
</style>
background-color css
<style>
a { background-color: #510CC5; }
a { background-color: rgb(81,12,197); }
div.DivClassName
{
background-color: #510CC5;
}
.BgClassName
{
background-color: #510CC5;
}
</style>
border-color css
<style>
span { border-color: #510CC5; }
span { border-color: rgb(81,12,197); }
td.TdClassName
{
border-color: #510CC5;
}
.TagClassName
{
border-color: #510CC5;
}
</style>