Shades of Purple Heart #501EBA
Tints of Purple Heart #501EBA
RGB
CMYK
RGB Variations
Color information
#501EBA (or 0x501EBA) is known color: Purple Heart. HEX triplet: 50, 1E and BA. RGB value is (80,30,186). Sum of RGB (Red+Green+Blue) = 80+30+186=296 (39% of max value = 765). Red value is 80 (31.64% from 255 or 27.03% from 296); Green value is 30 (12.11% from 255 or 10.14% from 296); Blue value is 186 (73.05% from 255 or 62.84% from 296); Max value from RGB is 186 - color contains mainly: blue. Hex color #501EBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #501EBA is #AFE145. Grayscale: #3E3E3E. Windows color (decimal): -11526470 or 12197456. OLE color: 12197456.
HSL color Cylindrical-coordinate representation of color #501EBA: hue angle of 259.23º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #501EBA is Cyan = 0.57, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 80 | 30 | 186 | - |
| CMYK | 0.57 | 0.84 | 0 | 0.27 |
| HSL | 259.23º | 0.72% | 0.42% | - |
| HSV(B) | 259.23º | 0.84% | 0.73% | - |
| XYZ | 12.64 | 6.18 | 46.98 | - |
| YUV | 62.73 | 197.57 | 140.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 30 | 186 | 0.57 | 0.84 | 0 | 0.27 | 259.23 | 0.72 | 0.42 |
| Hex | 50 | 1E | BA | 39 | 54 | 0 | 1B | 103 | 48 | 2A |
| Octal | 120 | 36 | 272 | 71 | 124 | 0 | 33 | 403 | 110 | 52 |
| Binary | 1010000 | 11110 | 10111010 | 111001 | 1010100 | 0 | 11011 | 100000011 | 1001000 | 101010 |
Color Harmonies of #501EBA
Complementary color
Monochromatic Colors of #501EBA
Black with #501EBA
Text Example
Text Example
White with #501EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501EBA; }
p { color: rgb(80,30,186); }
H1.HeaderClassName
{
color: #501EBA;
}
.AnyTagClassName
{
color: #501EBA;
}
</style>
background-color css
<style>
a { background-color: #501EBA; }
a { background-color: rgb(80,30,186); }
div.DivClassName
{
background-color: #501EBA;
}
.BgClassName
{
background-color: #501EBA;
}
</style>
border-color css
<style>
span { border-color: #501EBA; }
span { border-color: rgb(80,30,186); }
td.TdClassName
{
border-color: #501EBA;
}
.TagClassName
{
border-color: #501EBA;
}
</style>