Shades of Han Purple #5019ED
Tints of Han Purple #5019ED
RGB
CMYK
RGB Variations
Color information
#5019ED (or 0x5019ED) is known color: Han Purple. HEX triplet: 50, 19 and ED. RGB value is (80,25,237). Sum of RGB (Red+Green+Blue) = 80+25+237=342 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.39% from 342); Green value is 25 (10.16% from 255 or 7.31% from 342); Blue value is 237 (92.97% from 255 or 69.30% from 342); Max value from RGB is 237 - color contains mainly: blue. Hex color #5019ED is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5019ED is #AFE612. Grayscale: #404040. Windows color (decimal): -11527699 or 15538512. OLE color: 15538512.
HSL color Cylindrical-coordinate representation of color #5019ED: hue angle of 255.57º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #5019ED is Cyan = 0.66, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 80 | 25 | 237 | - |
| CMYK | 0.66 | 0.89 | 0 | 0.07 |
| HSL | 255.57º | 0.85% | 0.51% | - |
| HSV(B) | 255.57º | 0.89% | 0.93% | - |
| XYZ | 18.94 | 8.52 | 80.77 | - |
| YUV | 65.61 | 224.72 | 138.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 25 | 237 | 0.66 | 0.89 | 0 | 0.07 | 255.57 | 0.85 | 0.51 |
| Hex | 50 | 19 | ED | 42 | 59 | 0 | 7 | 100 | 55 | 33 |
| Octal | 120 | 31 | 355 | 102 | 131 | 0 | 7 | 400 | 125 | 63 |
| Binary | 1010000 | 11001 | 11101101 | 1000010 | 1011001 | 0 | 111 | 100000000 | 1010101 | 110011 |
Color Harmonies of #5019ED
Complementary color
Monochromatic Colors of #5019ED
Black with #5019ED
Text Example
Text Example
White with #5019ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5019ED; }
p { color: rgb(80,25,237); }
H1.HeaderClassName
{
color: #5019ED;
}
.AnyTagClassName
{
color: #5019ED;
}
</style>
background-color css
<style>
a { background-color: #5019ED; }
a { background-color: rgb(80,25,237); }
div.DivClassName
{
background-color: #5019ED;
}
.BgClassName
{
background-color: #5019ED;
}
</style>
border-color css
<style>
span { border-color: #5019ED; }
span { border-color: rgb(80,25,237); }
td.TdClassName
{
border-color: #5019ED;
}
.TagClassName
{
border-color: #5019ED;
}
</style>