Shades of Purple Heart #502BAE
Tints of Purple Heart #502BAE
RGB
CMYK
RGB Variations
Color information
#502BAE (or 0x502BAE) is known color: Purple Heart. HEX triplet: 50, 2B and AE. RGB value is (80,43,174). Sum of RGB (Red+Green+Blue) = 80+43+174=297 (39% of max value = 765). Red value is 80 (31.64% from 255 or 26.94% from 297); Green value is 43 (17.19% from 255 or 14.48% from 297); Blue value is 174 (68.36% from 255 or 58.59% from 297); Max value from RGB is 174 - color contains mainly: blue. Hex color #502BAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #502BAE is #AFD451. Grayscale: #444444. Windows color (decimal): -11523154 or 11414352. OLE color: 11414352.
HSL color Cylindrical-coordinate representation of color #502BAE: hue angle of 256.95º 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 #502BAE is Cyan = 0.54, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 80 | 43 | 174 | - |
| CMYK | 0.54 | 0.75 | 0 | 0.32 |
| HSL | 256.95º | 0.6% | 0.43% | - |
| HSV(B) | 256.95º | 0.75% | 0.68% | - |
| XYZ | 11.81 | 6.49 | 40.67 | - |
| YUV | 69 | 187.26 | 135.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 43 | 174 | 0.54 | 0.75 | 0 | 0.32 | 256.95 | 0.6 | 0.43 |
| Hex | 50 | 2B | AE | 36 | 4B | 0 | 20 | 101 | 3C | 2B |
| Octal | 120 | 53 | 256 | 66 | 113 | 0 | 40 | 401 | 74 | 53 |
| Binary | 1010000 | 101011 | 10101110 | 110110 | 1001011 | 0 | 100000 | 100000001 | 111100 | 101011 |
Color Harmonies of #502BAE
Complementary color
Monochromatic Colors of #502BAE
Black with #502BAE
Text Example
Text Example
White with #502BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #502BAE; }
p { color: rgb(80,43,174); }
H1.HeaderClassName
{
color: #502BAE;
}
.AnyTagClassName
{
color: #502BAE;
}
</style>
background-color css
<style>
a { background-color: #502BAE; }
a { background-color: rgb(80,43,174); }
div.DivClassName
{
background-color: #502BAE;
}
.BgClassName
{
background-color: #502BAE;
}
</style>
border-color css
<style>
span { border-color: #502BAE; }
span { border-color: rgb(80,43,174); }
td.TdClassName
{
border-color: #502BAE;
}
.TagClassName
{
border-color: #502BAE;
}
</style>