Shades of Purple Heart #510DBE
Tints of Purple Heart #510DBE
RGB
CMYK
RGB Variations
Color information
#510DBE (or 0x510DBE) is known color: Purple Heart. HEX triplet: 51, 0D and BE. RGB value is (81,13,190). Sum of RGB (Red+Green+Blue) = 81+13+190=284 (37% of max value = 765). Red value is 81 (32.03% from 255 or 28.52% from 284); Green value is 13 (5.47% from 255 or 4.58% from 284); Blue value is 190 (74.61% from 255 or 66.90% from 284); Max value from RGB is 190 - color contains mainly: blue. Hex color #510DBE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #510DBE is #AEF241. Grayscale: #343434. Windows color (decimal): -11465282 or 12455249. OLE color: 12455249.
HSL color Cylindrical-coordinate representation of color #510DBE: hue angle of 263.05º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #510DBE is Cyan = 0.57, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 81 | 13 | 190 | - |
| CMYK | 0.57 | 0.93 | 0 | 0.25 |
| HSL | 263.05º | 0.87% | 0.4% | - |
| HSV(B) | 263.05º | 0.93% | 0.75% | - |
| XYZ | 12.83 | 5.75 | 49.15 | - |
| YUV | 53.51 | 205.03 | 147.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 13 | 190 | 0.57 | 0.93 | 0 | 0.25 | 263.05 | 0.87 | 0.4 |
| Hex | 51 | D | BE | 39 | 5D | 0 | 19 | 107 | 57 | 28 |
| Octal | 121 | 15 | 276 | 71 | 135 | 0 | 31 | 407 | 127 | 50 |
| Binary | 1010001 | 1101 | 10111110 | 111001 | 1011101 | 0 | 11001 | 100000111 | 1010111 | 101000 |
Color Harmonies of #510DBE
Complementary color
Monochromatic Colors of #510DBE
Black with #510DBE
Text Example
Text Example
White with #510DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #510DBE; }
p { color: rgb(81,13,190); }
H1.HeaderClassName
{
color: #510DBE;
}
.AnyTagClassName
{
color: #510DBE;
}
</style>
background-color css
<style>
a { background-color: #510DBE; }
a { background-color: rgb(81,13,190); }
div.DivClassName
{
background-color: #510DBE;
}
.BgClassName
{
background-color: #510DBE;
}
</style>
border-color css
<style>
span { border-color: #510DBE; }
span { border-color: rgb(81,13,190); }
td.TdClassName
{
border-color: #510DBE;
}
.TagClassName
{
border-color: #510DBE;
}
</style>