Shades of Purple Heart #5109D0
Tints of Purple Heart #5109D0
RGB
CMYK
RGB Variations
Color information
#5109D0 (or 0x5109D0) is known color: Purple Heart. HEX triplet: 51, 09 and D0. RGB value is (81,9,208). Sum of RGB (Red+Green+Blue) = 81+9+208=298 (39% of max value = 765). Red value is 81 (32.03% from 255 or 27.18% from 298); Green value is 9 (3.91% from 255 or 3.02% from 298); Blue value is 208 (81.64% from 255 or 69.80% from 298); Max value from RGB is 208 - color contains mainly: blue. Hex color #5109D0 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5109D0 is #AEF62F. Grayscale: #343434. Windows color (decimal): -11466288 or 13633873. OLE color: 13633873.
HSL color Cylindrical-coordinate representation of color #5109D0: hue angle of 261.71º degrees, saturation: 0.92, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5109D0 is Cyan = 0.61, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 81 | 9 | 208 | - |
| CMYK | 0.61 | 0.96 | 0 | 0.18 |
| HSL | 261.71º | 0.92% | 0.43% | - |
| HSV(B) | 261.71º | 0.96% | 0.82% | - |
| XYZ | 14.88 | 6.5 | 60.14 | - |
| YUV | 53.21 | 215.35 | 147.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 9 | 208 | 0.61 | 0.96 | 0 | 0.18 | 261.71 | 0.92 | 0.43 |
| Hex | 51 | 9 | D0 | 3D | 60 | 0 | 12 | 106 | 5C | 2B |
| Octal | 121 | 11 | 320 | 75 | 140 | 0 | 22 | 406 | 134 | 53 |
| Binary | 1010001 | 1001 | 11010000 | 111101 | 1100000 | 0 | 10010 | 100000110 | 1011100 | 101011 |
Color Harmonies of #5109D0
Complementary color
Monochromatic Colors of #5109D0
Black with #5109D0
Text Example
Text Example
White with #5109D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5109D0; }
p { color: rgb(81,9,208); }
H1.HeaderClassName
{
color: #5109D0;
}
.AnyTagClassName
{
color: #5109D0;
}
</style>
background-color css
<style>
a { background-color: #5109D0; }
a { background-color: rgb(81,9,208); }
div.DivClassName
{
background-color: #5109D0;
}
.BgClassName
{
background-color: #5109D0;
}
</style>
border-color css
<style>
span { border-color: #5109D0; }
span { border-color: rgb(81,9,208); }
td.TdClassName
{
border-color: #5109D0;
}
.TagClassName
{
border-color: #5109D0;
}
</style>