Shades of Purple Heart #502CAA
Tints of Purple Heart #502CAA
RGB
CMYK
RGB Variations
Color information
#502CAA (or 0x502CAA) is known color: Purple Heart. HEX triplet: 50, 2C and AA. RGB value is (80,44,170). Sum of RGB (Red+Green+Blue) = 80+44+170=294 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.21% from 294); Green value is 44 (17.58% from 255 or 14.97% from 294); Blue value is 170 (66.80% from 255 or 57.82% from 294); Max value from RGB is 170 - color contains mainly: blue. Hex color #502CAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #502CAA is #AFD355. Grayscale: #444444. Windows color (decimal): -11522902 or 11152464. OLE color: 11152464.
HSL color Cylindrical-coordinate representation of color #502CAA: hue angle of 257.14º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #502CAA is Cyan = 0.53, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 80 | 44 | 170 | - |
| CMYK | 0.53 | 0.74 | 0 | 0.33 |
| HSL | 257.14º | 0.59% | 0.42% | - |
| HSV(B) | 257.14º | 0.74% | 0.67% | - |
| XYZ | 11.46 | 6.41 | 38.66 | - |
| YUV | 69.13 | 184.93 | 135.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 44 | 170 | 0.53 | 0.74 | 0 | 0.33 | 257.14 | 0.59 | 0.42 |
| Hex | 50 | 2C | AA | 35 | 4A | 0 | 21 | 101 | 3B | 2A |
| Octal | 120 | 54 | 252 | 65 | 112 | 0 | 41 | 401 | 73 | 52 |
| Binary | 1010000 | 101100 | 10101010 | 110101 | 1001010 | 0 | 100001 | 100000001 | 111011 | 101010 |
Color Harmonies of #502CAA
Complementary color
Monochromatic Colors of #502CAA
Black with #502CAA
Text Example
Text Example
White with #502CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #502CAA; }
p { color: rgb(80,44,170); }
H1.HeaderClassName
{
color: #502CAA;
}
.AnyTagClassName
{
color: #502CAA;
}
</style>
background-color css
<style>
a { background-color: #502CAA; }
a { background-color: rgb(80,44,170); }
div.DivClassName
{
background-color: #502CAA;
}
.BgClassName
{
background-color: #502CAA;
}
</style>
border-color css
<style>
span { border-color: #502CAA; }
span { border-color: rgb(80,44,170); }
td.TdClassName
{
border-color: #502CAA;
}
.TagClassName
{
border-color: #502CAA;
}
</style>