Shades of Purple Heart #5018AA
Tints of Purple Heart #5018AA
RGB
CMYK
RGB Variations
Color information
#5018AA (or 0x5018AA) is known color: Purple Heart. HEX triplet: 50, 18 and AA. RGB value is (80,24,170). Sum of RGB (Red+Green+Blue) = 80+24+170=274 (36% of max value = 765). Red value is 80 (31.64% from 255 or 29.20% from 274); Green value is 24 (9.77% from 255 or 8.76% from 274); Blue value is 170 (66.80% from 255 or 62.04% from 274); Max value from RGB is 170 - color contains mainly: blue. Hex color #5018AA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5018AA is #AFE755. Grayscale: #383838. Windows color (decimal): -11528022 or 11147344. OLE color: 11147344.
HSL color Cylindrical-coordinate representation of color #5018AA: hue angle of 263.01º degrees, saturation: 0.75, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #5018AA is Cyan = 0.53, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 80 | 24 | 170 | - |
| CMYK | 0.53 | 0.86 | 0 | 0.33 |
| HSL | 263.01º | 0.75% | 0.38% | - |
| HSV(B) | 263.01º | 0.86% | 0.67% | - |
| XYZ | 10.89 | 5.26 | 38.47 | - |
| YUV | 57.39 | 191.55 | 144.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 24 | 170 | 0.53 | 0.86 | 0 | 0.33 | 263.01 | 0.75 | 0.38 |
| Hex | 50 | 18 | AA | 35 | 56 | 0 | 21 | 107 | 4B | 26 |
| Octal | 120 | 30 | 252 | 65 | 126 | 0 | 41 | 407 | 113 | 46 |
| Binary | 1010000 | 11000 | 10101010 | 110101 | 1010110 | 0 | 100001 | 100000111 | 1001011 | 100110 |
Color Harmonies of #5018AA
Complementary color
Monochromatic Colors of #5018AA
Black with #5018AA
Text Example
Text Example
White with #5018AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5018AA; }
p { color: rgb(80,24,170); }
H1.HeaderClassName
{
color: #5018AA;
}
.AnyTagClassName
{
color: #5018AA;
}
</style>
background-color css
<style>
a { background-color: #5018AA; }
a { background-color: rgb(80,24,170); }
div.DivClassName
{
background-color: #5018AA;
}
.BgClassName
{
background-color: #5018AA;
}
</style>
border-color css
<style>
span { border-color: #5018AA; }
span { border-color: rgb(80,24,170); }
td.TdClassName
{
border-color: #5018AA;
}
.TagClassName
{
border-color: #5018AA;
}
</style>