Shades of Purple Heart #5114BD
Tints of Purple Heart #5114BD
RGB
CMYK
RGB Variations
Color information
#5114BD (or 0x5114BD) is known color: Purple Heart. HEX triplet: 51, 14 and BD. RGB value is (81,20,189). Sum of RGB (Red+Green+Blue) = 81+20+189=290 (38% of max value = 765). Red value is 81 (32.03% from 255 or 27.93% from 290); Green value is 20 (8.20% from 255 or 6.90% from 290); Blue value is 189 (74.22% from 255 or 65.17% from 290); Max value from RGB is 189 - color contains mainly: blue. Hex color #5114BD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5114BD is #AEEB42. Grayscale: #383838. Windows color (decimal): -11463491 or 12391505. OLE color: 12391505.
HSL color Cylindrical-coordinate representation of color #5114BD: hue angle of 261.66º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #5114BD is Cyan = 0.57, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 81 | 20 | 189 | - |
| CMYK | 0.57 | 0.89 | 0 | 0.26 |
| HSL | 261.66º | 0.81% | 0.41% | - |
| HSV(B) | 261.66º | 0.89% | 0.74% | - |
| XYZ | 12.83 | 5.92 | 48.61 | - |
| YUV | 57.51 | 202.21 | 144.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 20 | 189 | 0.57 | 0.89 | 0 | 0.26 | 261.66 | 0.81 | 0.41 |
| Hex | 51 | 14 | BD | 39 | 59 | 0 | 1A | 106 | 51 | 29 |
| Octal | 121 | 24 | 275 | 71 | 131 | 0 | 32 | 406 | 121 | 51 |
| Binary | 1010001 | 10100 | 10111101 | 111001 | 1011001 | 0 | 11010 | 100000110 | 1010001 | 101001 |
Color Harmonies of #5114BD
Complementary color
Monochromatic Colors of #5114BD
Black with #5114BD
Text Example
Text Example
White with #5114BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5114BD; }
p { color: rgb(81,20,189); }
H1.HeaderClassName
{
color: #5114BD;
}
.AnyTagClassName
{
color: #5114BD;
}
</style>
background-color css
<style>
a { background-color: #5114BD; }
a { background-color: rgb(81,20,189); }
div.DivClassName
{
background-color: #5114BD;
}
.BgClassName
{
background-color: #5114BD;
}
</style>
border-color css
<style>
span { border-color: #5114BD; }
span { border-color: rgb(81,20,189); }
td.TdClassName
{
border-color: #5114BD;
}
.TagClassName
{
border-color: #5114BD;
}
</style>