Shades of Purple Heart #5129BD
Tints of Purple Heart #5129BD
RGB
CMYK
RGB Variations
Color information
#5129BD (or 0x5129BD) is known color: Purple Heart. HEX triplet: 51, 29 and BD. RGB value is (81,41,189). Sum of RGB (Red+Green+Blue) = 81+41+189=311 (41% of max value = 765). Red value is 81 (32.03% from 255 or 26.05% from 311); Green value is 41 (16.41% from 255 or 13.18% from 311); Blue value is 189 (74.22% from 255 or 60.77% from 311); Max value from RGB is 189 - color contains mainly: blue. Hex color #5129BD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5129BD is #AED642. Grayscale: #454545. Windows color (decimal): -11458115 or 12396881. OLE color: 12396881.
HSL color Cylindrical-coordinate representation of color #5129BD: hue angle of 256.22º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5129BD is Cyan = 0.57, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 81 | 41 | 189 | - |
| CMYK | 0.57 | 0.78 | 0 | 0.26 |
| HSL | 256.22º | 0.64% | 0.45% | - |
| HSV(B) | 256.22º | 0.78% | 0.74% | - |
| XYZ | 13.37 | 7.01 | 48.79 | - |
| YUV | 69.83 | 195.25 | 135.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 41 | 189 | 0.57 | 0.78 | 0 | 0.26 | 256.22 | 0.64 | 0.45 |
| Hex | 51 | 29 | BD | 39 | 4E | 0 | 1A | 100 | 40 | 2D |
| Octal | 121 | 51 | 275 | 71 | 116 | 0 | 32 | 400 | 100 | 55 |
| Binary | 1010001 | 101001 | 10111101 | 111001 | 1001110 | 0 | 11010 | 100000000 | 1000000 | 101101 |
Color Harmonies of #5129BD
Complementary color
Monochromatic Colors of #5129BD
Black with #5129BD
Text Example
Text Example
White with #5129BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5129BD; }
p { color: rgb(81,41,189); }
H1.HeaderClassName
{
color: #5129BD;
}
.AnyTagClassName
{
color: #5129BD;
}
</style>
background-color css
<style>
a { background-color: #5129BD; }
a { background-color: rgb(81,41,189); }
div.DivClassName
{
background-color: #5129BD;
}
.BgClassName
{
background-color: #5129BD;
}
</style>
border-color css
<style>
span { border-color: #5129BD; }
span { border-color: rgb(81,41,189); }
td.TdClassName
{
border-color: #5129BD;
}
.TagClassName
{
border-color: #5129BD;
}
</style>