Shades of Purple Heart #500AAD
Tints of Purple Heart #500AAD
RGB
CMYK
RGB Variations
Color information
#500AAD (or 0x500AAD) is known color: Purple Heart. HEX triplet: 50, 0A and AD. RGB value is (80,10,173). Sum of RGB (Red+Green+Blue) = 80+10+173=263 (34% of max value = 765). Red value is 80 (31.64% from 255 or 30.42% from 263); Green value is 10 (4.30% from 255 or 3.80% from 263); Blue value is 173 (67.97% from 255 or 65.78% from 263); Max value from RGB is 173 - color contains mainly: blue. Hex color #500AAD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #500AAD is #AFF552. Grayscale: #303030. Windows color (decimal): -11531603 or 11340368. OLE color: 11340368.
HSL color Cylindrical-coordinate representation of color #500AAD: hue angle of 265.77º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #500AAD is Cyan = 0.54, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 80 | 10 | 173 | - |
| CMYK | 0.54 | 0.94 | 0 | 0.32 |
| HSL | 265.77º | 0.89% | 0.36% | - |
| HSV(B) | 265.77º | 0.94% | 0.68% | - |
| XYZ | 10.96 | 4.94 | 39.91 | - |
| YUV | 49.51 | 197.69 | 149.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 10 | 173 | 0.54 | 0.94 | 0 | 0.32 | 265.77 | 0.89 | 0.36 |
| Hex | 50 | A | AD | 36 | 5E | 0 | 20 | 10A | 59 | 24 |
| Octal | 120 | 12 | 255 | 66 | 136 | 0 | 40 | 412 | 131 | 44 |
| Binary | 1010000 | 1010 | 10101101 | 110110 | 1011110 | 0 | 100000 | 100001010 | 1011001 | 100100 |
Color Harmonies of #500AAD
Complementary color
Monochromatic Colors of #500AAD
Black with #500AAD
Text Example
Text Example
White with #500AAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #500AAD; }
p { color: rgb(80,10,173); }
H1.HeaderClassName
{
color: #500AAD;
}
.AnyTagClassName
{
color: #500AAD;
}
</style>
background-color css
<style>
a { background-color: #500AAD; }
a { background-color: rgb(80,10,173); }
div.DivClassName
{
background-color: #500AAD;
}
.BgClassName
{
background-color: #500AAD;
}
</style>
border-color css
<style>
span { border-color: #500AAD; }
span { border-color: rgb(80,10,173); }
td.TdClassName
{
border-color: #500AAD;
}
.TagClassName
{
border-color: #500AAD;
}
</style>