Shades of Purple Heart #510FCE
Tints of Purple Heart #510FCE
RGB
CMYK
RGB Variations
Color information
#510FCE (or 0x510FCE) is known color: Purple Heart. HEX triplet: 51, 0F and CE. RGB value is (81,15,206). Sum of RGB (Red+Green+Blue) = 81+15+206=302 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.82% from 302); Green value is 15 (6.25% from 255 or 4.97% from 302); Blue value is 206 (80.86% from 255 or 68.21% from 302); Max value from RGB is 206 - color contains mainly: blue. Hex color #510FCE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #510FCE is #AEF031. Grayscale: #373737. Windows color (decimal): -11464754 or 13504337. OLE color: 13504337.
HSL color Cylindrical-coordinate representation of color #510FCE: hue angle of 260.73º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #510FCE is Cyan = 0.61, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 81 | 15 | 206 | - |
| CMYK | 0.61 | 0.93 | 0 | 0.19 |
| HSL | 260.73º | 0.86% | 0.43% | - |
| HSV(B) | 260.73º | 0.93% | 0.81% | - |
| XYZ | 14.7 | 6.55 | 58.88 | - |
| YUV | 56.51 | 212.37 | 145.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 15 | 206 | 0.61 | 0.93 | 0 | 0.19 | 260.73 | 0.86 | 0.43 |
| Hex | 51 | F | CE | 3D | 5D | 0 | 13 | 105 | 56 | 2B |
| Octal | 121 | 17 | 316 | 75 | 135 | 0 | 23 | 405 | 126 | 53 |
| Binary | 1010001 | 1111 | 11001110 | 111101 | 1011101 | 0 | 10011 | 100000101 | 1010110 | 101011 |
Color Harmonies of #510FCE
Complementary color
Monochromatic Colors of #510FCE
Black with #510FCE
Text Example
Text Example
White with #510FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #510FCE; }
p { color: rgb(81,15,206); }
H1.HeaderClassName
{
color: #510FCE;
}
.AnyTagClassName
{
color: #510FCE;
}
</style>
background-color css
<style>
a { background-color: #510FCE; }
a { background-color: rgb(81,15,206); }
div.DivClassName
{
background-color: #510FCE;
}
.BgClassName
{
background-color: #510FCE;
}
</style>
border-color css
<style>
span { border-color: #510FCE; }
span { border-color: rgb(81,15,206); }
td.TdClassName
{
border-color: #510FCE;
}
.TagClassName
{
border-color: #510FCE;
}
</style>