Shades of Purple Heart #502AAA
Tints of Purple Heart #502AAA
RGB
CMYK
RGB Variations
Color information
#502AAA (or 0x502AAA) is known color: Purple Heart. HEX triplet: 50, 2A and AA. RGB value is (80,42,170). Sum of RGB (Red+Green+Blue) = 80+42+170=292 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.40% from 292); Green value is 42 (16.80% from 255 or 14.38% from 292); Blue value is 170 (66.80% from 255 or 58.22% from 292); Max value from RGB is 170 - color contains mainly: blue. Hex color #502AAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #502AAA is #AFD555. Grayscale: #434343. Windows color (decimal): -11523414 or 11151952. OLE color: 11151952.
HSL color Cylindrical-coordinate representation of color #502AAA: hue angle of 257.81º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #502AAA is Cyan = 0.53, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 80 | 42 | 170 | - |
| CMYK | 0.53 | 0.75 | 0 | 0.33 |
| HSL | 257.81º | 0.6% | 0.42% | - |
| HSV(B) | 257.81º | 0.75% | 0.67% | - |
| XYZ | 11.39 | 6.26 | 38.64 | - |
| YUV | 67.95 | 185.59 | 136.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 42 | 170 | 0.53 | 0.75 | 0 | 0.33 | 257.81 | 0.6 | 0.42 |
| Hex | 50 | 2A | AA | 35 | 4B | 0 | 21 | 102 | 3C | 2A |
| Octal | 120 | 52 | 252 | 65 | 113 | 0 | 41 | 402 | 74 | 52 |
| Binary | 1010000 | 101010 | 10101010 | 110101 | 1001011 | 0 | 100001 | 100000010 | 111100 | 101010 |
Color Harmonies of #502AAA
Complementary color
Monochromatic Colors of #502AAA
Black with #502AAA
Text Example
Text Example
White with #502AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #502AAA; }
p { color: rgb(80,42,170); }
H1.HeaderClassName
{
color: #502AAA;
}
.AnyTagClassName
{
color: #502AAA;
}
</style>
background-color css
<style>
a { background-color: #502AAA; }
a { background-color: rgb(80,42,170); }
div.DivClassName
{
background-color: #502AAA;
}
.BgClassName
{
background-color: #502AAA;
}
</style>
border-color css
<style>
span { border-color: #502AAA; }
span { border-color: rgb(80,42,170); }
td.TdClassName
{
border-color: #502AAA;
}
.TagClassName
{
border-color: #502AAA;
}
</style>