Shades of Purple Heart #5117AE
Tints of Purple Heart #5117AE
RGB
CMYK
RGB Variations
Color information
#5117AE (or 0x5117AE) is known color: Purple Heart. HEX triplet: 51, 17 and AE. RGB value is (81,23,174). Sum of RGB (Red+Green+Blue) = 81+23+174=278 (36% of max value = 765). Red value is 81 (32.03% from 255 or 29.14% from 278); Green value is 23 (9.38% from 255 or 8.27% from 278); Blue value is 174 (68.36% from 255 or 62.59% from 278); Max value from RGB is 174 - color contains mainly: blue. Hex color #5117AE is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5117AE is #AEE851. Grayscale: #393939. Windows color (decimal): -11462738 or 11409233. OLE color: 11409233.
HSL color Cylindrical-coordinate representation of color #5117AE: hue angle of 263.05º degrees, saturation: 0.77, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #5117AE is Cyan = 0.53, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 81 | 23 | 174 | - |
| CMYK | 0.53 | 0.87 | 0 | 0.32 |
| HSL | 263.05º | 0.77% | 0.39% | - |
| HSV(B) | 263.05º | 0.87% | 0.68% | - |
| XYZ | 11.34 | 5.42 | 40.49 | - |
| YUV | 57.56 | 193.72 | 144.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 23 | 174 | 0.53 | 0.87 | 0 | 0.32 | 263.05 | 0.77 | 0.39 |
| Hex | 51 | 17 | AE | 35 | 57 | 0 | 20 | 107 | 4D | 27 |
| Octal | 121 | 27 | 256 | 65 | 127 | 0 | 40 | 407 | 115 | 47 |
| Binary | 1010001 | 10111 | 10101110 | 110101 | 1010111 | 0 | 100000 | 100000111 | 1001101 | 100111 |
Color Harmonies of #5117AE
Complementary color
Monochromatic Colors of #5117AE
Black with #5117AE
Text Example
Text Example
White with #5117AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5117AE; }
p { color: rgb(81,23,174); }
H1.HeaderClassName
{
color: #5117AE;
}
.AnyTagClassName
{
color: #5117AE;
}
</style>
background-color css
<style>
a { background-color: #5117AE; }
a { background-color: rgb(81,23,174); }
div.DivClassName
{
background-color: #5117AE;
}
.BgClassName
{
background-color: #5117AE;
}
</style>
border-color css
<style>
span { border-color: #5117AE; }
span { border-color: rgb(81,23,174); }
td.TdClassName
{
border-color: #5117AE;
}
.TagClassName
{
border-color: #5117AE;
}
</style>