Shades of Purple Heart #502CAE
Tints of Purple Heart #502CAE
RGB
CMYK
RGB Variations
Color information
#502CAE (or 0x502CAE) is known color: Purple Heart. HEX triplet: 50, 2C and AE. RGB value is (80,44,174). Sum of RGB (Red+Green+Blue) = 80+44+174=298 (39% of max value = 765). Red value is 80 (31.64% from 255 or 26.85% from 298); Green value is 44 (17.58% from 255 or 14.77% from 298); Blue value is 174 (68.36% from 255 or 58.39% from 298); Max value from RGB is 174 - color contains mainly: blue. Hex color #502CAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #502CAE is #AFD351. Grayscale: #454545. Windows color (decimal): -11522898 or 11414608. OLE color: 11414608.
HSL color Cylindrical-coordinate representation of color #502CAE: hue angle of 256.62º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #502CAE is Cyan = 0.54, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 80 | 44 | 174 | - |
| CMYK | 0.54 | 0.75 | 0 | 0.32 |
| HSL | 256.62º | 0.6% | 0.43% | - |
| HSV(B) | 256.62º | 0.75% | 0.68% | - |
| XYZ | 11.85 | 6.56 | 40.69 | - |
| YUV | 69.58 | 186.93 | 135.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 44 | 174 | 0.54 | 0.75 | 0 | 0.32 | 256.62 | 0.6 | 0.43 |
| Hex | 50 | 2C | AE | 36 | 4B | 0 | 20 | 101 | 3C | 2B |
| Octal | 120 | 54 | 256 | 66 | 113 | 0 | 40 | 401 | 74 | 53 |
| Binary | 1010000 | 101100 | 10101110 | 110110 | 1001011 | 0 | 100000 | 100000001 | 111100 | 101011 |
Color Harmonies of #502CAE
Complementary color
Monochromatic Colors of #502CAE
Black with #502CAE
Text Example
Text Example
White with #502CAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #502CAE; }
p { color: rgb(80,44,174); }
H1.HeaderClassName
{
color: #502CAE;
}
.AnyTagClassName
{
color: #502CAE;
}
</style>
background-color css
<style>
a { background-color: #502CAE; }
a { background-color: rgb(80,44,174); }
div.DivClassName
{
background-color: #502CAE;
}
.BgClassName
{
background-color: #502CAE;
}
</style>
border-color css
<style>
span { border-color: #502CAE; }
span { border-color: rgb(80,44,174); }
td.TdClassName
{
border-color: #502CAE;
}
.TagClassName
{
border-color: #502CAE;
}
</style>