Shades of Han Purple #4E17FF
Tints of Han Purple #4E17FF
RGB
CMYK
RGB Variations
Color information
#4E17FF (or 0x4E17FF) is known color: Han Purple. HEX triplet: 4E, 17 and FF. RGB value is (78,23,255). Sum of RGB (Red+Green+Blue) = 78+23+255=356 (47% of max value = 765). Red value is 78 (30.86% from 255 or 21.91% from 356); Green value is 23 (9.38% from 255 or 6.46% from 356); Blue value is 255 (100% from 255 or 71.63% from 356); Max value from RGB is 255 - color contains mainly: blue. Hex color #4E17FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #4E17FF is #B1E800. Grayscale: #414141. Windows color (decimal): -11659265 or 16717646. OLE color: 16717646.
HSL color Cylindrical-coordinate representation of color #4E17FF: hue angle of 254.22º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4E17FF is Cyan = 0.69, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 78 | 23 | 255 | - |
| CMYK | 0.69 | 0.91 | 0 | 0 |
| HSL | 254.22º | 1% | 0.55% | - |
| HSV(B) | 254.22º | 0.91% | 1% | - |
| XYZ | 21.5 | 9.45 | 95.3 | - |
| YUV | 65.89 | 234.72 | 136.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 23 | 255 | 0.69 | 0.91 | 0 | 0 | 254.22 | 1 | 0.55 |
| Hex | 4E | 17 | FF | 45 | 5B | 0 | 0 | FE | 64 | 37 |
| Octal | 116 | 27 | 377 | 105 | 133 | 0 | 0 | 376 | 144 | 67 |
| Binary | 1001110 | 10111 | 11111111 | 1000101 | 1011011 | 0 | 0 | 11111110 | 1100100 | 110111 |
Color Harmonies of #4E17FF
Complementary color
Monochromatic Colors of #4E17FF
Black with #4E17FF
Text Example
Text Example
White with #4E17FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E17FF; }
p { color: rgb(78,23,255); }
H1.HeaderClassName
{
color: #4E17FF;
}
.AnyTagClassName
{
color: #4E17FF;
}
</style>
background-color css
<style>
a { background-color: #4E17FF; }
a { background-color: rgb(78,23,255); }
div.DivClassName
{
background-color: #4E17FF;
}
.BgClassName
{
background-color: #4E17FF;
}
</style>
border-color css
<style>
span { border-color: #4E17FF; }
span { border-color: rgb(78,23,255); }
td.TdClassName
{
border-color: #4E17FF;
}
.TagClassName
{
border-color: #4E17FF;
}
</style>