Shades of Purple Heart #5022AD
Tints of Purple Heart #5022AD
RGB
CMYK
RGB Variations
Color information
#5022AD (or 0x5022AD) is known color: Purple Heart. HEX triplet: 50, 22 and AD. RGB value is (80,34,173). Sum of RGB (Red+Green+Blue) = 80+34+173=287 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.87% from 287); Green value is 34 (13.67% from 255 or 11.85% from 287); Blue value is 173 (67.97% from 255 or 60.28% from 287); Max value from RGB is 173 - color contains mainly: blue. Hex color #5022AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5022AD is #AFDD52. Grayscale: #3F3F3F. Windows color (decimal): -11525459 or 11346512. OLE color: 11346512.
HSL color Cylindrical-coordinate representation of color #5022AD: hue angle of 259.86º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5022AD is Cyan = 0.54, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 80 | 34 | 173 | - |
| CMYK | 0.54 | 0.80 | 0 | 0.32 |
| HSL | 259.86º | 0.67% | 0.41% | - |
| HSV(B) | 259.86º | 0.8% | 0.68% | - |
| XYZ | 11.42 | 5.87 | 40.07 | - |
| YUV | 63.6 | 189.74 | 139.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 34 | 173 | 0.54 | 0.80 | 0 | 0.32 | 259.86 | 0.67 | 0.41 |
| Hex | 50 | 22 | AD | 36 | 50 | 0 | 20 | 104 | 43 | 29 |
| Octal | 120 | 42 | 255 | 66 | 120 | 0 | 40 | 404 | 103 | 51 |
| Binary | 1010000 | 100010 | 10101101 | 110110 | 1010000 | 0 | 100000 | 100000100 | 1000011 | 101001 |
Color Harmonies of #5022AD
Complementary color
Monochromatic Colors of #5022AD
Black with #5022AD
Text Example
Text Example
White with #5022AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5022AD; }
p { color: rgb(80,34,173); }
H1.HeaderClassName
{
color: #5022AD;
}
.AnyTagClassName
{
color: #5022AD;
}
</style>
background-color css
<style>
a { background-color: #5022AD; }
a { background-color: rgb(80,34,173); }
div.DivClassName
{
background-color: #5022AD;
}
.BgClassName
{
background-color: #5022AD;
}
</style>
border-color css
<style>
span { border-color: #5022AD; }
span { border-color: rgb(80,34,173); }
td.TdClassName
{
border-color: #5022AD;
}
.TagClassName
{
border-color: #5022AD;
}
</style>