Shades of Purple Heart #5022A6
Tints of Purple Heart #5022A6
RGB
CMYK
RGB Variations
Color information
#5022A6 (or 0x5022A6) is known color: Purple Heart. HEX triplet: 50, 22 and A6. RGB value is (80,34,166). Sum of RGB (Red+Green+Blue) = 80+34+166=280 (37% of max value = 765). Red value is 80 (31.64% from 255 or 28.57% from 280); Green value is 34 (13.67% from 255 or 12.14% from 280); Blue value is 166 (65.23% from 255 or 59.29% from 280); Max value from RGB is 166 - color contains mainly: blue. Hex color #5022A6 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5022A6 is #AFDD59. Grayscale: #3E3E3E. Windows color (decimal): -11525466 or 10887760. OLE color: 10887760.
HSL color Cylindrical-coordinate representation of color #5022A6: hue angle of 260.91º degrees, saturation: 0.66, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5022A6 is Cyan = 0.52, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 80 | 34 | 166 | - |
| CMYK | 0.52 | 0.80 | 0 | 0.35 |
| HSL | 260.91º | 0.66% | 0.39% | - |
| HSV(B) | 260.91º | 0.8% | 0.65% | - |
| XYZ | 10.76 | 5.6 | 36.59 | - |
| YUV | 62.8 | 186.24 | 140.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 34 | 166 | 0.52 | 0.80 | 0 | 0.35 | 260.91 | 0.66 | 0.39 |
| Hex | 50 | 22 | A6 | 34 | 50 | 0 | 23 | 105 | 42 | 27 |
| Octal | 120 | 42 | 246 | 64 | 120 | 0 | 43 | 405 | 102 | 47 |
| Binary | 1010000 | 100010 | 10100110 | 110100 | 1010000 | 0 | 100011 | 100000101 | 1000010 | 100111 |
Color Harmonies of #5022A6
Complementary color
Monochromatic Colors of #5022A6
Black with #5022A6
Text Example
Text Example
White with #5022A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5022A6; }
p { color: rgb(80,34,166); }
H1.HeaderClassName
{
color: #5022A6;
}
.AnyTagClassName
{
color: #5022A6;
}
</style>
background-color css
<style>
a { background-color: #5022A6; }
a { background-color: rgb(80,34,166); }
div.DivClassName
{
background-color: #5022A6;
}
.BgClassName
{
background-color: #5022A6;
}
</style>
border-color css
<style>
span { border-color: #5022A6; }
span { border-color: rgb(80,34,166); }
td.TdClassName
{
border-color: #5022A6;
}
.TagClassName
{
border-color: #5022A6;
}
</style>