Shades of Purple Heart #5118AE
Tints of Purple Heart #5118AE
RGB
CMYK
RGB Variations
Color information
#5118AE (or 0x5118AE) is known color: Purple Heart. HEX triplet: 51, 18 and AE. RGB value is (81,24,174). Sum of RGB (Red+Green+Blue) = 81+24+174=279 (36% of max value = 765). Red value is 81 (32.03% from 255 or 29.03% from 279); Green value is 24 (9.77% from 255 or 8.60% from 279); Blue value is 174 (68.36% from 255 or 62.37% from 279); Max value from RGB is 174 - color contains mainly: blue. Hex color #5118AE is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5118AE is #AEE751. Grayscale: #393939. Windows color (decimal): -11462482 or 11409489. OLE color: 11409489.
HSL color Cylindrical-coordinate representation of color #5118AE: hue angle of 262.8º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #5118AE is Cyan = 0.53, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 81 | 24 | 174 | - |
| CMYK | 0.53 | 0.86 | 0 | 0.32 |
| HSL | 262.8º | 0.76% | 0.39% | - |
| HSV(B) | 262.8º | 0.86% | 0.68% | - |
| XYZ | 11.36 | 5.46 | 40.5 | - |
| YUV | 58.14 | 193.38 | 144.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 24 | 174 | 0.53 | 0.86 | 0 | 0.32 | 262.8 | 0.76 | 0.39 |
| Hex | 51 | 18 | AE | 35 | 56 | 0 | 20 | 107 | 4C | 27 |
| Octal | 121 | 30 | 256 | 65 | 126 | 0 | 40 | 407 | 114 | 47 |
| Binary | 1010001 | 11000 | 10101110 | 110101 | 1010110 | 0 | 100000 | 100000111 | 1001100 | 100111 |
Color Harmonies of #5118AE
Complementary color
Monochromatic Colors of #5118AE
Black with #5118AE
Text Example
Text Example
White with #5118AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5118AE; }
p { color: rgb(81,24,174); }
H1.HeaderClassName
{
color: #5118AE;
}
.AnyTagClassName
{
color: #5118AE;
}
</style>
background-color css
<style>
a { background-color: #5118AE; }
a { background-color: rgb(81,24,174); }
div.DivClassName
{
background-color: #5118AE;
}
.BgClassName
{
background-color: #5118AE;
}
</style>
border-color css
<style>
span { border-color: #5118AE; }
span { border-color: rgb(81,24,174); }
td.TdClassName
{
border-color: #5118AE;
}
.TagClassName
{
border-color: #5118AE;
}
</style>