Shades of Han Purple #4E16FD
Tints of Han Purple #4E16FD
RGB
CMYK
RGB Variations
Color information
#4E16FD (or 0x4E16FD) is known color: Han Purple. HEX triplet: 4E, 16 and FD. RGB value is (78,22,253). Sum of RGB (Red+Green+Blue) = 78+22+253=353 (46% of max value = 765). Red value is 78 (30.86% from 255 or 22.10% from 353); Green value is 22 (8.98% from 255 or 6.23% from 353); Blue value is 253 (99.22% from 255 or 71.67% from 353); Max value from RGB is 253 - color contains mainly: blue. Hex color #4E16FD is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #4E16FD is #B1E902. Grayscale: #404040. Windows color (decimal): -11659523 or 16586318. OLE color: 16586318.
HSL color Cylindrical-coordinate representation of color #4E16FD: hue angle of 254.55º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4E16FD is Cyan = 0.69, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 78 | 22 | 253 | - |
| CMYK | 0.69 | 0.91 | 0 | 0.01 |
| HSL | 254.55º | 0.98% | 0.54% | - |
| HSV(B) | 254.55º | 0.91% | 0.99% | - |
| XYZ | 21.16 | 9.29 | 93.61 | - |
| YUV | 65.08 | 234.05 | 137.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 22 | 253 | 0.69 | 0.91 | 0 | 0.01 | 254.55 | 0.98 | 0.54 |
| Hex | 4E | 16 | FD | 45 | 5B | 0 | 1 | FF | 62 | 36 |
| Octal | 116 | 26 | 375 | 105 | 133 | 0 | 1 | 377 | 142 | 66 |
| Binary | 1001110 | 10110 | 11111101 | 1000101 | 1011011 | 0 | 1 | 11111111 | 1100010 | 110110 |
Color Harmonies of #4E16FD
Complementary color
Monochromatic Colors of #4E16FD
Black with #4E16FD
Text Example
Text Example
White with #4E16FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E16FD; }
p { color: rgb(78,22,253); }
H1.HeaderClassName
{
color: #4E16FD;
}
.AnyTagClassName
{
color: #4E16FD;
}
</style>
background-color css
<style>
a { background-color: #4E16FD; }
a { background-color: rgb(78,22,253); }
div.DivClassName
{
background-color: #4E16FD;
}
.BgClassName
{
background-color: #4E16FD;
}
</style>
border-color css
<style>
span { border-color: #4E16FD; }
span { border-color: rgb(78,22,253); }
td.TdClassName
{
border-color: #4E16FD;
}
.TagClassName
{
border-color: #4E16FD;
}
</style>