Shades of Purple Heart #502EDA
Tints of Purple Heart #502EDA
RGB
CMYK
RGB Variations
Color information
#502EDA (or 0x502EDA) is known color: Purple Heart. HEX triplet: 50, 2E and DA. RGB value is (80,46,218). Sum of RGB (Red+Green+Blue) = 80+46+218=344 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.26% from 344); Green value is 46 (18.36% from 255 or 13.37% from 344); Blue value is 218 (85.55% from 255 or 63.37% from 344); Max value from RGB is 218 - color contains mainly: blue. Hex color #502EDA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #502EDA is #AFD125. Grayscale: #4B4B4B. Windows color (decimal): -11522342 or 14298704. OLE color: 14298704.
HSL color Cylindrical-coordinate representation of color #502EDA: hue angle of 251.86º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #502EDA is Cyan = 0.63, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 80 | 46 | 218 | - |
| CMYK | 0.63 | 0.79 | 0 | 0.15 |
| HSL | 251.86º | 0.7% | 0.52% | - |
| HSV(B) | 251.86º | 0.79% | 0.85% | - |
| XYZ | 16.94 | 8.72 | 67.12 | - |
| YUV | 75.77 | 208.26 | 131.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 46 | 218 | 0.63 | 0.79 | 0 | 0.15 | 251.86 | 0.7 | 0.52 |
| Hex | 50 | 2E | DA | 3F | 4F | 0 | F | FC | 46 | 34 |
| Octal | 120 | 56 | 332 | 77 | 117 | 0 | 17 | 374 | 106 | 64 |
| Binary | 1010000 | 101110 | 11011010 | 111111 | 1001111 | 0 | 1111 | 11111100 | 1000110 | 110100 |
Color Harmonies of #502EDA
Complementary color
Monochromatic Colors of #502EDA
Black with #502EDA
Text Example
Text Example
White with #502EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #502EDA; }
p { color: rgb(80,46,218); }
H1.HeaderClassName
{
color: #502EDA;
}
.AnyTagClassName
{
color: #502EDA;
}
</style>
background-color css
<style>
a { background-color: #502EDA; }
a { background-color: rgb(80,46,218); }
div.DivClassName
{
background-color: #502EDA;
}
.BgClassName
{
background-color: #502EDA;
}
</style>
border-color css
<style>
span { border-color: #502EDA; }
span { border-color: rgb(80,46,218); }
td.TdClassName
{
border-color: #502EDA;
}
.TagClassName
{
border-color: #502EDA;
}
</style>