Shades of Purple Heart #502CA9
Tints of Purple Heart #502CA9
RGB
CMYK
RGB Variations
Color information
#502CA9 (or 0x502CA9) is known color: Purple Heart. HEX triplet: 50, 2C and A9. RGB value is (80,44,169). Sum of RGB (Red+Green+Blue) = 80+44+169=293 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.30% from 293); Green value is 44 (17.58% from 255 or 15.02% from 293); Blue value is 169 (66.41% from 255 or 57.68% from 293); Max value from RGB is 169 - color contains mainly: blue. Hex color #502CA9 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #502CA9 is #AFD356. Grayscale: #444444. Windows color (decimal): -11522903 or 11086928. OLE color: 11086928.
HSL color Cylindrical-coordinate representation of color #502CA9: hue angle of 257.28º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #502CA9 is Cyan = 0.53, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 80 | 44 | 169 | - |
| CMYK | 0.53 | 0.74 | 0 | 0.34 |
| HSL | 257.28º | 0.59% | 0.42% | - |
| HSV(B) | 257.28º | 0.74% | 0.66% | - |
| XYZ | 11.37 | 6.37 | 38.17 | - |
| YUV | 69.01 | 184.43 | 135.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 44 | 169 | 0.53 | 0.74 | 0 | 0.34 | 257.28 | 0.59 | 0.42 |
| Hex | 50 | 2C | A9 | 35 | 4A | 0 | 22 | 101 | 3B | 2A |
| Octal | 120 | 54 | 251 | 65 | 112 | 0 | 42 | 401 | 73 | 52 |
| Binary | 1010000 | 101100 | 10101001 | 110101 | 1001010 | 0 | 100010 | 100000001 | 111011 | 101010 |
Color Harmonies of #502CA9
Complementary color
Monochromatic Colors of #502CA9
Black with #502CA9
Text Example
Text Example
White with #502CA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #502CA9; }
p { color: rgb(80,44,169); }
H1.HeaderClassName
{
color: #502CA9;
}
.AnyTagClassName
{
color: #502CA9;
}
</style>
background-color css
<style>
a { background-color: #502CA9; }
a { background-color: rgb(80,44,169); }
div.DivClassName
{
background-color: #502CA9;
}
.BgClassName
{
background-color: #502CA9;
}
</style>
border-color css
<style>
span { border-color: #502CA9; }
span { border-color: rgb(80,44,169); }
td.TdClassName
{
border-color: #502CA9;
}
.TagClassName
{
border-color: #502CA9;
}
</style>