Shades of Han Purple #5019EF
Tints of Han Purple #5019EF
RGB
CMYK
RGB Variations
Color information
#5019EF (or 0x5019EF) is known color: Han Purple. HEX triplet: 50, 19 and EF. RGB value is (80,25,239). Sum of RGB (Red+Green+Blue) = 80+25+239=344 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.26% from 344); Green value is 25 (10.16% from 255 or 7.27% from 344); Blue value is 239 (93.75% from 255 or 69.48% from 344); Max value from RGB is 239 - color contains mainly: blue. Hex color #5019EF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5019EF is #AFE610. Grayscale: #414141. Windows color (decimal): -11527697 or 15669584. OLE color: 15669584.
HSL color Cylindrical-coordinate representation of color #5019EF: hue angle of 255.42º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5019EF is Cyan = 0.67, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 80 | 25 | 239 | - |
| CMYK | 0.67 | 0.90 | 0 | 0.06 |
| HSL | 255.42º | 0.87% | 0.52% | - |
| HSV(B) | 255.42º | 0.9% | 0.94% | - |
| XYZ | 19.24 | 8.63 | 82.31 | - |
| YUV | 65.84 | 225.72 | 138.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 25 | 239 | 0.67 | 0.90 | 0 | 0.06 | 255.42 | 0.87 | 0.52 |
| Hex | 50 | 19 | EF | 43 | 5A | 0 | 6 | FF | 57 | 34 |
| Octal | 120 | 31 | 357 | 103 | 132 | 0 | 6 | 377 | 127 | 64 |
| Binary | 1010000 | 11001 | 11101111 | 1000011 | 1011010 | 0 | 110 | 11111111 | 1010111 | 110100 |
Color Harmonies of #5019EF
Complementary color
Monochromatic Colors of #5019EF
Black with #5019EF
Text Example
Text Example
White with #5019EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5019EF; }
p { color: rgb(80,25,239); }
H1.HeaderClassName
{
color: #5019EF;
}
.AnyTagClassName
{
color: #5019EF;
}
</style>
background-color css
<style>
a { background-color: #5019EF; }
a { background-color: rgb(80,25,239); }
div.DivClassName
{
background-color: #5019EF;
}
.BgClassName
{
background-color: #5019EF;
}
</style>
border-color css
<style>
span { border-color: #5019EF; }
span { border-color: rgb(80,25,239); }
td.TdClassName
{
border-color: #5019EF;
}
.TagClassName
{
border-color: #5019EF;
}
</style>