Shades of Han Purple #5019FE
Tints of Han Purple #5019FE
RGB
CMYK
RGB Variations
Color information
#5019FE (or 0x5019FE) is known color: Han Purple. HEX triplet: 50, 19 and FE. RGB value is (80,25,254). Sum of RGB (Red+Green+Blue) = 80+25+254=359 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.28% from 359); Green value is 25 (10.16% from 255 or 6.96% from 359); Blue value is 254 (99.61% from 255 or 70.75% from 359); Max value from RGB is 254 - color contains mainly: blue. Hex color #5019FE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5019FE is #AFE601. Grayscale: #424242. Windows color (decimal): -11527682 or 16652624. OLE color: 16652624.
HSL color Cylindrical-coordinate representation of color #5019FE: hue angle of 254.41º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5019FE is Cyan = 0.69, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 80 | 25 | 254 | - |
| CMYK | 0.69 | 0.90 | 0 | 0.00 |
| HSL | 254.41º | 0.99% | 0.55% | - |
| HSV(B) | 254.41º | 0.9% | 1% | - |
| XYZ | 21.55 | 9.56 | 94.47 | - |
| YUV | 67.55 | 233.22 | 136.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 25 | 254 | 0.69 | 0.90 | 0 | 0.00 | 254.41 | 0.99 | 0.55 |
| Hex | 50 | 19 | FE | 45 | 5A | 0 | 0 | FE | 63 | 37 |
| Octal | 120 | 31 | 376 | 105 | 132 | 0 | 0 | 376 | 143 | 67 |
| Binary | 1010000 | 11001 | 11111110 | 1000101 | 1011010 | 0 | 0 | 11111110 | 1100011 | 110111 |
Color Harmonies of #5019FE
Complementary color
Monochromatic Colors of #5019FE
Black with #5019FE
Text Example
Text Example
White with #5019FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5019FE; }
p { color: rgb(80,25,254); }
H1.HeaderClassName
{
color: #5019FE;
}
.AnyTagClassName
{
color: #5019FE;
}
</style>
background-color css
<style>
a { background-color: #5019FE; }
a { background-color: rgb(80,25,254); }
div.DivClassName
{
background-color: #5019FE;
}
.BgClassName
{
background-color: #5019FE;
}
</style>
border-color css
<style>
span { border-color: #5019FE; }
span { border-color: rgb(80,25,254); }
td.TdClassName
{
border-color: #5019FE;
}
.TagClassName
{
border-color: #5019FE;
}
</style>