Shades of Purple Heart #501EBC
Tints of Purple Heart #501EBC
RGB
CMYK
RGB Variations
Color information
#501EBC (or 0x501EBC) is known color: Purple Heart. HEX triplet: 50, 1E and BC. RGB value is (80,30,188). Sum of RGB (Red+Green+Blue) = 80+30+188=298 (39% of max value = 765). Red value is 80 (31.64% from 255 or 26.85% from 298); Green value is 30 (12.11% from 255 or 10.07% from 298); Blue value is 188 (73.83% from 255 or 63.09% from 298); Max value from RGB is 188 - color contains mainly: blue. Hex color #501EBC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #501EBC is #AFE143. Grayscale: #3E3E3E. Windows color (decimal): -11526468 or 12328528. OLE color: 12328528.
HSL color Cylindrical-coordinate representation of color #501EBC: hue angle of 258.99º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #501EBC is Cyan = 0.57, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 80 | 30 | 188 | - |
| CMYK | 0.57 | 0.84 | 0 | 0.26 |
| HSL | 258.99º | 0.72% | 0.43% | - |
| HSV(B) | 258.99º | 0.84% | 0.74% | - |
| XYZ | 12.85 | 6.26 | 48.11 | - |
| YUV | 62.96 | 198.57 | 140.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 30 | 188 | 0.57 | 0.84 | 0 | 0.26 | 258.99 | 0.72 | 0.43 |
| Hex | 50 | 1E | BC | 39 | 54 | 0 | 1A | 103 | 48 | 2B |
| Octal | 120 | 36 | 274 | 71 | 124 | 0 | 32 | 403 | 110 | 53 |
| Binary | 1010000 | 11110 | 10111100 | 111001 | 1010100 | 0 | 11010 | 100000011 | 1001000 | 101011 |
Color Harmonies of #501EBC
Complementary color
Monochromatic Colors of #501EBC
Black with #501EBC
Text Example
Text Example
White with #501EBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501EBC; }
p { color: rgb(80,30,188); }
H1.HeaderClassName
{
color: #501EBC;
}
.AnyTagClassName
{
color: #501EBC;
}
</style>
background-color css
<style>
a { background-color: #501EBC; }
a { background-color: rgb(80,30,188); }
div.DivClassName
{
background-color: #501EBC;
}
.BgClassName
{
background-color: #501EBC;
}
</style>
border-color css
<style>
span { border-color: #501EBC; }
span { border-color: rgb(80,30,188); }
td.TdClassName
{
border-color: #501EBC;
}
.TagClassName
{
border-color: #501EBC;
}
</style>