Shades of Han Purple #5019EB
Tints of Han Purple #5019EB
RGB
CMYK
RGB Variations
Color information
#5019EB (or 0x5019EB) is known color: Han Purple. HEX triplet: 50, 19 and EB. RGB value is (80,25,235). Sum of RGB (Red+Green+Blue) = 80+25+235=340 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.53% from 340); Green value is 25 (10.16% from 255 or 7.35% from 340); Blue value is 235 (92.19% from 255 or 69.12% from 340); Max value from RGB is 235 - color contains mainly: blue. Hex color #5019EB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5019EB is #AFE614. Grayscale: #404040. Windows color (decimal): -11527701 or 15407440. OLE color: 15407440.
HSL color Cylindrical-coordinate representation of color #5019EB: hue angle of 255.71º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #5019EB is Cyan = 0.66, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 80 | 25 | 235 | - |
| CMYK | 0.66 | 0.89 | 0 | 0.08 |
| HSL | 255.71º | 0.84% | 0.51% | - |
| HSV(B) | 255.71º | 0.89% | 0.92% | - |
| XYZ | 18.65 | 8.4 | 79.24 | - |
| YUV | 65.39 | 223.72 | 138.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 25 | 235 | 0.66 | 0.89 | 0 | 0.08 | 255.71 | 0.84 | 0.51 |
| Hex | 50 | 19 | EB | 42 | 59 | 0 | 8 | 100 | 54 | 33 |
| Octal | 120 | 31 | 353 | 102 | 131 | 0 | 10 | 400 | 124 | 63 |
| Binary | 1010000 | 11001 | 11101011 | 1000010 | 1011001 | 0 | 1000 | 100000000 | 1010100 | 110011 |
Color Harmonies of #5019EB
Complementary color
Monochromatic Colors of #5019EB
Black with #5019EB
Text Example
Text Example
White with #5019EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5019EB; }
p { color: rgb(80,25,235); }
H1.HeaderClassName
{
color: #5019EB;
}
.AnyTagClassName
{
color: #5019EB;
}
</style>
background-color css
<style>
a { background-color: #5019EB; }
a { background-color: rgb(80,25,235); }
div.DivClassName
{
background-color: #5019EB;
}
.BgClassName
{
background-color: #5019EB;
}
</style>
border-color css
<style>
span { border-color: #5019EB; }
span { border-color: rgb(80,25,235); }
td.TdClassName
{
border-color: #5019EB;
}
.TagClassName
{
border-color: #5019EB;
}
</style>