Shades of Purple Heart #510FC7
Tints of Purple Heart #510FC7
RGB
CMYK
RGB Variations
Color information
#510FC7 (or 0x510FC7) is known color: Purple Heart. HEX triplet: 51, 0F and C7. RGB value is (81,15,199). Sum of RGB (Red+Green+Blue) = 81+15+199=295 (39% of max value = 765). Red value is 81 (32.03% from 255 or 27.46% from 295); Green value is 15 (6.25% from 255 or 5.08% from 295); Blue value is 199 (78.12% from 255 or 67.46% from 295); Max value from RGB is 199 - color contains mainly: blue. Hex color #510FC7 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #510FC7 is #AEF038. Grayscale: #373737. Windows color (decimal): -11464761 or 13045585. OLE color: 13045585.
HSL color Cylindrical-coordinate representation of color #510FC7: hue angle of 261.52º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #510FC7 is Cyan = 0.59, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 81 | 15 | 199 | - |
| CMYK | 0.59 | 0.92 | 0 | 0.22 |
| HSL | 261.52º | 0.86% | 0.42% | - |
| HSV(B) | 261.52º | 0.92% | 0.78% | - |
| XYZ | 13.87 | 6.21 | 54.5 | - |
| YUV | 55.71 | 208.87 | 146.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 15 | 199 | 0.59 | 0.92 | 0 | 0.22 | 261.52 | 0.86 | 0.42 |
| Hex | 51 | F | C7 | 3B | 5C | 0 | 16 | 106 | 56 | 2A |
| Octal | 121 | 17 | 307 | 73 | 134 | 0 | 26 | 406 | 126 | 52 |
| Binary | 1010001 | 1111 | 11000111 | 111011 | 1011100 | 0 | 10110 | 100000110 | 1010110 | 101010 |
Color Harmonies of #510FC7
Complementary color
Monochromatic Colors of #510FC7
Black with #510FC7
Text Example
Text Example
White with #510FC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #510FC7; }
p { color: rgb(81,15,199); }
H1.HeaderClassName
{
color: #510FC7;
}
.AnyTagClassName
{
color: #510FC7;
}
</style>
background-color css
<style>
a { background-color: #510FC7; }
a { background-color: rgb(81,15,199); }
div.DivClassName
{
background-color: #510FC7;
}
.BgClassName
{
background-color: #510FC7;
}
</style>
border-color css
<style>
span { border-color: #510FC7; }
span { border-color: rgb(81,15,199); }
td.TdClassName
{
border-color: #510FC7;
}
.TagClassName
{
border-color: #510FC7;
}
</style>