Shades of Purple Heart #5018AE
Tints of Purple Heart #5018AE
RGB
CMYK
RGB Variations
Color information
#5018AE (or 0x5018AE) is known color: Purple Heart. HEX triplet: 50, 18 and AE. RGB value is (80,24,174). Sum of RGB (Red+Green+Blue) = 80+24+174=278 (36% of max value = 765). Red value is 80 (31.64% from 255 or 28.78% from 278); Green value is 24 (9.77% from 255 or 8.63% 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 #5018AE is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5018AE is #AFE751. Grayscale: #393939. Windows color (decimal): -11528018 or 11409488. OLE color: 11409488.
HSL color Cylindrical-coordinate representation of color #5018AE: hue angle of 262.4º 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 #5018AE is Cyan = 0.54, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 80 | 24 | 174 | - |
| CMYK | 0.54 | 0.86 | 0 | 0.32 |
| HSL | 262.4º | 0.76% | 0.39% | - |
| HSV(B) | 262.4º | 0.86% | 0.68% | - |
| XYZ | 11.27 | 5.41 | 40.5 | - |
| YUV | 57.84 | 193.55 | 143.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 24 | 174 | 0.54 | 0.86 | 0 | 0.32 | 262.4 | 0.76 | 0.39 |
| Hex | 50 | 18 | AE | 36 | 56 | 0 | 20 | 106 | 4C | 27 |
| Octal | 120 | 30 | 256 | 66 | 126 | 0 | 40 | 406 | 114 | 47 |
| Binary | 1010000 | 11000 | 10101110 | 110110 | 1010110 | 0 | 100000 | 100000110 | 1001100 | 100111 |
Color Harmonies of #5018AE
Complementary color
Monochromatic Colors of #5018AE
Black with #5018AE
Text Example
Text Example
White with #5018AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5018AE; }
p { color: rgb(80,24,174); }
H1.HeaderClassName
{
color: #5018AE;
}
.AnyTagClassName
{
color: #5018AE;
}
</style>
background-color css
<style>
a { background-color: #5018AE; }
a { background-color: rgb(80,24,174); }
div.DivClassName
{
background-color: #5018AE;
}
.BgClassName
{
background-color: #5018AE;
}
</style>
border-color css
<style>
span { border-color: #5018AE; }
span { border-color: rgb(80,24,174); }
td.TdClassName
{
border-color: #5018AE;
}
.TagClassName
{
border-color: #5018AE;
}
</style>