Shades of Purple Heart #5111AE
Tints of Purple Heart #5111AE
RGB
CMYK
RGB Variations
Color information
#5111AE (or 0x5111AE) is known color: Purple Heart. HEX triplet: 51, 11 and AE. RGB value is (81,17,174). Sum of RGB (Red+Green+Blue) = 81+17+174=272 (36% of max value = 765). Red value is 81 (32.03% from 255 or 29.78% from 272); Green value is 17 (7.03% from 255 or 6.25% from 272); Blue value is 174 (68.36% from 255 or 63.97% from 272); Max value from RGB is 174 - color contains mainly: blue. Hex color #5111AE is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5111AE is #AEEE51. Grayscale: #353535. Windows color (decimal): -11464274 or 11407697. OLE color: 11407697.
HSL color Cylindrical-coordinate representation of color #5111AE: hue angle of 264.46º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5111AE is Cyan = 0.53, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 81 | 17 | 174 | - |
| CMYK | 0.53 | 0.90 | 0 | 0.32 |
| HSL | 264.46º | 0.82% | 0.37% | - |
| HSV(B) | 264.46º | 0.9% | 0.68% | - |
| XYZ | 11.23 | 5.21 | 40.46 | - |
| YUV | 54.03 | 195.7 | 147.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 17 | 174 | 0.53 | 0.90 | 0 | 0.32 | 264.46 | 0.82 | 0.37 |
| Hex | 51 | 11 | AE | 35 | 5A | 0 | 20 | 108 | 52 | 25 |
| Octal | 121 | 21 | 256 | 65 | 132 | 0 | 40 | 410 | 122 | 45 |
| Binary | 1010001 | 10001 | 10101110 | 110101 | 1011010 | 0 | 100000 | 100001000 | 1010010 | 100101 |
Color Harmonies of #5111AE
Complementary color
Monochromatic Colors of #5111AE
Black with #5111AE
Text Example
Text Example
White with #5111AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5111AE; }
p { color: rgb(81,17,174); }
H1.HeaderClassName
{
color: #5111AE;
}
.AnyTagClassName
{
color: #5111AE;
}
</style>
background-color css
<style>
a { background-color: #5111AE; }
a { background-color: rgb(81,17,174); }
div.DivClassName
{
background-color: #5111AE;
}
.BgClassName
{
background-color: #5111AE;
}
</style>
border-color css
<style>
span { border-color: #5111AE; }
span { border-color: rgb(81,17,174); }
td.TdClassName
{
border-color: #5111AE;
}
.TagClassName
{
border-color: #5111AE;
}
</style>