Shades of Purple Heart #502EBC
Tints of Purple Heart #502EBC
RGB
CMYK
RGB Variations
Color information
#502EBC (or 0x502EBC) is known color: Purple Heart. HEX triplet: 50, 2E and BC. RGB value is (80,46,188). Sum of RGB (Red+Green+Blue) = 80+46+188=314 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.48% from 314); Green value is 46 (18.36% from 255 or 14.65% from 314); Blue value is 188 (73.83% from 255 or 59.87% from 314); Max value from RGB is 188 - color contains mainly: blue. Hex color #502EBC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #502EBC is #AFD143. Grayscale: #474747. Windows color (decimal): -11522372 or 12332624. OLE color: 12332624.
HSL color Cylindrical-coordinate representation of color #502EBC: hue angle of 254.37º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #502EBC is Cyan = 0.57, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 80 | 46 | 188 | - |
| CMYK | 0.57 | 0.76 | 0 | 0.26 |
| HSL | 254.37º | 0.61% | 0.46% | - |
| HSV(B) | 254.37º | 0.76% | 0.74% | - |
| XYZ | 13.36 | 7.29 | 48.28 | - |
| YUV | 72.35 | 193.26 | 133.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 46 | 188 | 0.57 | 0.76 | 0 | 0.26 | 254.37 | 0.61 | 0.46 |
| Hex | 50 | 2E | BC | 39 | 4C | 0 | 1A | FE | 3D | 2E |
| Octal | 120 | 56 | 274 | 71 | 114 | 0 | 32 | 376 | 75 | 56 |
| Binary | 1010000 | 101110 | 10111100 | 111001 | 1001100 | 0 | 11010 | 11111110 | 111101 | 101110 |
Color Harmonies of #502EBC
Complementary color
Monochromatic Colors of #502EBC
Black with #502EBC
Text Example
Text Example
White with #502EBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #502EBC; }
p { color: rgb(80,46,188); }
H1.HeaderClassName
{
color: #502EBC;
}
.AnyTagClassName
{
color: #502EBC;
}
</style>
background-color css
<style>
a { background-color: #502EBC; }
a { background-color: rgb(80,46,188); }
div.DivClassName
{
background-color: #502EBC;
}
.BgClassName
{
background-color: #502EBC;
}
</style>
border-color css
<style>
span { border-color: #502EBC; }
span { border-color: rgb(80,46,188); }
td.TdClassName
{
border-color: #502EBC;
}
.TagClassName
{
border-color: #502EBC;
}
</style>