Shades of Purple Heart #5114BA
Tints of Purple Heart #5114BA
RGB
CMYK
RGB Variations
Color information
#5114BA (or 0x5114BA) is known color: Purple Heart. HEX triplet: 51, 14 and BA. RGB value is (81,20,186). Sum of RGB (Red+Green+Blue) = 81+20+186=287 (38% of max value = 765). Red value is 81 (32.03% from 255 or 28.22% from 287); Green value is 20 (8.20% from 255 or 6.97% from 287); Blue value is 186 (73.05% from 255 or 64.81% from 287); Max value from RGB is 186 - color contains mainly: blue. Hex color #5114BA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5114BA is #AEEB45. Grayscale: #383838. Windows color (decimal): -11463494 or 12194897. OLE color: 12194897.
HSL color Cylindrical-coordinate representation of color #5114BA: hue angle of 262.05º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #5114BA is Cyan = 0.56, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 81 | 20 | 186 | - |
| CMYK | 0.56 | 0.89 | 0 | 0.27 |
| HSL | 262.05º | 0.81% | 0.4% | - |
| HSV(B) | 262.05º | 0.89% | 0.73% | - |
| XYZ | 12.51 | 5.79 | 46.91 | - |
| YUV | 57.16 | 200.71 | 145 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 20 | 186 | 0.56 | 0.89 | 0 | 0.27 | 262.05 | 0.81 | 0.4 |
| Hex | 51 | 14 | BA | 38 | 59 | 0 | 1B | 106 | 51 | 28 |
| Octal | 121 | 24 | 272 | 70 | 131 | 0 | 33 | 406 | 121 | 50 |
| Binary | 1010001 | 10100 | 10111010 | 111000 | 1011001 | 0 | 11011 | 100000110 | 1010001 | 101000 |
Color Harmonies of #5114BA
Complementary color
Monochromatic Colors of #5114BA
Black with #5114BA
Text Example
Text Example
White with #5114BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5114BA; }
p { color: rgb(81,20,186); }
H1.HeaderClassName
{
color: #5114BA;
}
.AnyTagClassName
{
color: #5114BA;
}
</style>
background-color css
<style>
a { background-color: #5114BA; }
a { background-color: rgb(81,20,186); }
div.DivClassName
{
background-color: #5114BA;
}
.BgClassName
{
background-color: #5114BA;
}
</style>
border-color css
<style>
span { border-color: #5114BA; }
span { border-color: rgb(81,20,186); }
td.TdClassName
{
border-color: #5114BA;
}
.TagClassName
{
border-color: #5114BA;
}
</style>