Shades of Purple Heart #510DCB
Tints of Purple Heart #510DCB
RGB
CMYK
RGB Variations
Color information
#510DCB (or 0x510DCB) is known color: Purple Heart. HEX triplet: 51, 0D and CB. RGB value is (81,13,203). Sum of RGB (Red+Green+Blue) = 81+13+203=297 (39% of max value = 765). Red value is 81 (32.03% from 255 or 27.27% from 297); Green value is 13 (5.47% from 255 or 4.38% from 297); Blue value is 203 (79.69% from 255 or 68.35% from 297); Max value from RGB is 203 - color contains mainly: blue. Hex color #510DCB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #510DCB is #AEF234. Grayscale: #363636. Windows color (decimal): -11465269 or 13307217. OLE color: 13307217.
HSL color Cylindrical-coordinate representation of color #510DCB: hue angle of 261.47º degrees, saturation: 0.88, 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 #510DCB is Cyan = 0.60, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 81 | 13 | 203 | - |
| CMYK | 0.60 | 0.94 | 0 | 0.20 |
| HSL | 261.47º | 0.88% | 0.42% | - |
| HSV(B) | 261.47º | 0.94% | 0.8% | - |
| XYZ | 14.32 | 6.35 | 56.97 | - |
| YUV | 54.99 | 211.53 | 146.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 13 | 203 | 0.60 | 0.94 | 0 | 0.20 | 261.47 | 0.88 | 0.42 |
| Hex | 51 | D | CB | 3C | 5E | 0 | 14 | 105 | 58 | 2A |
| Octal | 121 | 15 | 313 | 74 | 136 | 0 | 24 | 405 | 130 | 52 |
| Binary | 1010001 | 1101 | 11001011 | 111100 | 1011110 | 0 | 10100 | 100000101 | 1011000 | 101010 |
Color Harmonies of #510DCB
Complementary color
Monochromatic Colors of #510DCB
Black with #510DCB
Text Example
Text Example
White with #510DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #510DCB; }
p { color: rgb(81,13,203); }
H1.HeaderClassName
{
color: #510DCB;
}
.AnyTagClassName
{
color: #510DCB;
}
</style>
background-color css
<style>
a { background-color: #510DCB; }
a { background-color: rgb(81,13,203); }
div.DivClassName
{
background-color: #510DCB;
}
.BgClassName
{
background-color: #510DCB;
}
</style>
border-color css
<style>
span { border-color: #510DCB; }
span { border-color: rgb(81,13,203); }
td.TdClassName
{
border-color: #510DCB;
}
.TagClassName
{
border-color: #510DCB;
}
</style>