Shades of Purple Heart #502FAE
Tints of Purple Heart #502FAE
RGB
CMYK
RGB Variations
Color information
#502FAE (or 0x502FAE) is known color: Purple Heart. HEX triplet: 50, 2F and AE. RGB value is (80,47,174). Sum of RGB (Red+Green+Blue) = 80+47+174=301 (39% of max value = 765). Red value is 80 (31.64% from 255 or 26.58% from 301); Green value is 47 (18.75% from 255 or 15.61% from 301); Blue value is 174 (68.36% from 255 or 57.81% from 301); Max value from RGB is 174 - color contains mainly: blue. Hex color #502FAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #502FAE is #AFD051. Grayscale: #464646. Windows color (decimal): -11522130 or 11415376. OLE color: 11415376.
HSL color Cylindrical-coordinate representation of color #502FAE: hue angle of 255.59º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #502FAE is Cyan = 0.54, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 80 | 47 | 174 | - |
| CMYK | 0.54 | 0.73 | 0 | 0.32 |
| HSL | 255.59º | 0.57% | 0.43% | - |
| HSV(B) | 255.59º | 0.73% | 0.68% | - |
| XYZ | 11.96 | 6.79 | 40.73 | - |
| YUV | 71.35 | 185.93 | 134.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 47 | 174 | 0.54 | 0.73 | 0 | 0.32 | 255.59 | 0.57 | 0.43 |
| Hex | 50 | 2F | AE | 36 | 49 | 0 | 20 | 100 | 39 | 2B |
| Octal | 120 | 57 | 256 | 66 | 111 | 0 | 40 | 400 | 71 | 53 |
| Binary | 1010000 | 101111 | 10101110 | 110110 | 1001001 | 0 | 100000 | 100000000 | 111001 | 101011 |
Color Harmonies of #502FAE
Complementary color
Monochromatic Colors of #502FAE
Black with #502FAE
Text Example
Text Example
White with #502FAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #502FAE; }
p { color: rgb(80,47,174); }
H1.HeaderClassName
{
color: #502FAE;
}
.AnyTagClassName
{
color: #502FAE;
}
</style>
background-color css
<style>
a { background-color: #502FAE; }
a { background-color: rgb(80,47,174); }
div.DivClassName
{
background-color: #502FAE;
}
.BgClassName
{
background-color: #502FAE;
}
</style>
border-color css
<style>
span { border-color: #502FAE; }
span { border-color: rgb(80,47,174); }
td.TdClassName
{
border-color: #502FAE;
}
.TagClassName
{
border-color: #502FAE;
}
</style>