Shades of Purple Heart #510FCB
Tints of Purple Heart #510FCB
RGB
CMYK
RGB Variations
Color information
#510FCB (or 0x510FCB) is known color: Purple Heart. HEX triplet: 51, 0F and CB. RGB value is (81,15,203). Sum of RGB (Red+Green+Blue) = 81+15+203=299 (39% of max value = 765). Red value is 81 (32.03% from 255 or 27.09% from 299); Green value is 15 (6.25% from 255 or 5.02% from 299); Blue value is 203 (79.69% from 255 or 67.89% from 299); Max value from RGB is 203 - color contains mainly: blue. Hex color #510FCB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #510FCB is #AEF034. Grayscale: #373737. Windows color (decimal): -11464757 or 13307729. OLE color: 13307729.
HSL color Cylindrical-coordinate representation of color #510FCB: hue angle of 261.06º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #510FCB is Cyan = 0.60, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 81 | 15 | 203 | - |
| CMYK | 0.60 | 0.93 | 0 | 0.20 |
| HSL | 261.06º | 0.86% | 0.43% | - |
| HSV(B) | 261.06º | 0.93% | 0.8% | - |
| XYZ | 14.34 | 6.4 | 56.98 | - |
| YUV | 56.17 | 210.87 | 145.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 15 | 203 | 0.60 | 0.93 | 0 | 0.20 | 261.06 | 0.86 | 0.43 |
| Hex | 51 | F | CB | 3C | 5D | 0 | 14 | 105 | 56 | 2B |
| Octal | 121 | 17 | 313 | 74 | 135 | 0 | 24 | 405 | 126 | 53 |
| Binary | 1010001 | 1111 | 11001011 | 111100 | 1011101 | 0 | 10100 | 100000101 | 1010110 | 101011 |
Color Harmonies of #510FCB
Complementary color
Monochromatic Colors of #510FCB
Black with #510FCB
Text Example
Text Example
White with #510FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #510FCB; }
p { color: rgb(81,15,203); }
H1.HeaderClassName
{
color: #510FCB;
}
.AnyTagClassName
{
color: #510FCB;
}
</style>
background-color css
<style>
a { background-color: #510FCB; }
a { background-color: rgb(81,15,203); }
div.DivClassName
{
background-color: #510FCB;
}
.BgClassName
{
background-color: #510FCB;
}
</style>
border-color css
<style>
span { border-color: #510FCB; }
span { border-color: rgb(81,15,203); }
td.TdClassName
{
border-color: #510FCB;
}
.TagClassName
{
border-color: #510FCB;
}
</style>