Shades of Han Purple #4911FE
Tints of Han Purple #4911FE
RGB
CMYK
RGB Variations
Color information
#4911FE (or 0x4911FE) is known color: Han Purple. HEX triplet: 49, 11 and FE. RGB value is (73,17,254). Sum of RGB (Red+Green+Blue) = 73+17+254=344 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.22% from 344); Green value is 17 (7.03% from 255 or 4.94% from 344); Blue value is 254 (99.61% from 255 or 73.84% from 344); Max value from RGB is 254 - color contains mainly: blue. Hex color #4911FE is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4911FE is #B6EE01. Grayscale: #3B3B3B. Windows color (decimal): -11988482 or 16650569. OLE color: 16650569.
HSL color Cylindrical-coordinate representation of color #4911FE: hue angle of 254.18º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4911FE is Cyan = 0.71, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 73 | 17 | 254 | - |
| CMYK | 0.71 | 0.93 | 0 | 0.00 |
| HSL | 254.18º | 0.99% | 0.53% | - |
| HSV(B) | 254.18º | 0.93% | 1% | - |
| XYZ | 20.84 | 8.97 | 94.4 | - |
| YUV | 60.76 | 237.05 | 136.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 17 | 254 | 0.71 | 0.93 | 0 | 0.00 | 254.18 | 0.99 | 0.53 |
| Hex | 49 | 11 | FE | 47 | 5D | 0 | 0 | FE | 63 | 35 |
| Octal | 111 | 21 | 376 | 107 | 135 | 0 | 0 | 376 | 143 | 65 |
| Binary | 1001001 | 10001 | 11111110 | 1000111 | 1011101 | 0 | 0 | 11111110 | 1100011 | 110101 |
Color Harmonies of #4911FE
Complementary color
Monochromatic Colors of #4911FE
Black with #4911FE
Text Example
Text Example
White with #4911FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4911FE; }
p { color: rgb(73,17,254); }
H1.HeaderClassName
{
color: #4911FE;
}
.AnyTagClassName
{
color: #4911FE;
}
</style>
background-color css
<style>
a { background-color: #4911FE; }
a { background-color: rgb(73,17,254); }
div.DivClassName
{
background-color: #4911FE;
}
.BgClassName
{
background-color: #4911FE;
}
</style>
border-color css
<style>
span { border-color: #4911FE; }
span { border-color: rgb(73,17,254); }
td.TdClassName
{
border-color: #4911FE;
}
.TagClassName
{
border-color: #4911FE;
}
</style>