Shades of Han Purple #5019EE
Tints of Han Purple #5019EE
RGB
CMYK
RGB Variations
Color information
#5019EE (or 0x5019EE) is known color: Han Purple. HEX triplet: 50, 19 and EE. RGB value is (80,25,238). Sum of RGB (Red+Green+Blue) = 80+25+238=343 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.32% from 343); Green value is 25 (10.16% from 255 or 7.29% from 343); Blue value is 238 (93.36% from 255 or 69.39% from 343); Max value from RGB is 238 - color contains mainly: blue. Hex color #5019EE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5019EE is #AFE611. Grayscale: #404040. Windows color (decimal): -11527698 or 15604048. OLE color: 15604048.
HSL color Cylindrical-coordinate representation of color #5019EE: hue angle of 255.49º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #5019EE is Cyan = 0.66, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 80 | 25 | 238 | - |
| CMYK | 0.66 | 0.89 | 0 | 0.07 |
| HSL | 255.49º | 0.86% | 0.52% | - |
| HSV(B) | 255.49º | 0.89% | 0.93% | - |
| XYZ | 19.09 | 8.57 | 81.54 | - |
| YUV | 65.73 | 225.22 | 138.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 25 | 238 | 0.66 | 0.89 | 0 | 0.07 | 255.49 | 0.86 | 0.52 |
| Hex | 50 | 19 | EE | 42 | 59 | 0 | 7 | FF | 56 | 34 |
| Octal | 120 | 31 | 356 | 102 | 131 | 0 | 7 | 377 | 126 | 64 |
| Binary | 1010000 | 11001 | 11101110 | 1000010 | 1011001 | 0 | 111 | 11111111 | 1010110 | 110100 |
Color Harmonies of #5019EE
Complementary color
Monochromatic Colors of #5019EE
Black with #5019EE
Text Example
Text Example
White with #5019EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5019EE; }
p { color: rgb(80,25,238); }
H1.HeaderClassName
{
color: #5019EE;
}
.AnyTagClassName
{
color: #5019EE;
}
</style>
background-color css
<style>
a { background-color: #5019EE; }
a { background-color: rgb(80,25,238); }
div.DivClassName
{
background-color: #5019EE;
}
.BgClassName
{
background-color: #5019EE;
}
</style>
border-color css
<style>
span { border-color: #5019EE; }
span { border-color: rgb(80,25,238); }
td.TdClassName
{
border-color: #5019EE;
}
.TagClassName
{
border-color: #5019EE;
}
</style>