Shades of Han Purple #4916FF
Tints of Han Purple #4916FF
RGB
CMYK
RGB Variations
Color information
#4916FF (or 0x4916FF) is known color: Han Purple. HEX triplet: 49, 16 and FF. RGB value is (73,22,255). Sum of RGB (Red+Green+Blue) = 73+22+255=350 (46% of max value = 765). Red value is 73 (28.91% from 255 or 20.86% from 350); Green value is 22 (8.98% from 255 or 6.29% from 350); Blue value is 255 (100% from 255 or 72.86% from 350); Max value from RGB is 255 - color contains mainly: blue. Hex color #4916FF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4916FF is #B6E900. Grayscale: #3E3E3E. Windows color (decimal): -11987201 or 16717385. OLE color: 16717385.
HSL color Cylindrical-coordinate representation of color #4916FF: hue angle of 253.13º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4916FF is Cyan = 0.71, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 73 | 22 | 255 | - |
| CMYK | 0.71 | 0.91 | 0 | 0 |
| HSL | 253.13º | 1% | 0.54% | - |
| HSV(B) | 253.13º | 0.91% | 1% | - |
| XYZ | 21.08 | 9.21 | 95.27 | - |
| YUV | 63.81 | 235.9 | 134.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 22 | 255 | 0.71 | 0.91 | 0 | 0 | 253.13 | 1 | 0.54 |
| Hex | 49 | 16 | FF | 47 | 5B | 0 | 0 | FD | 64 | 36 |
| Octal | 111 | 26 | 377 | 107 | 133 | 0 | 0 | 375 | 144 | 66 |
| Binary | 1001001 | 10110 | 11111111 | 1000111 | 1011011 | 0 | 0 | 11111101 | 1100100 | 110110 |
Color Harmonies of #4916FF
Complementary color
Monochromatic Colors of #4916FF
Black with #4916FF
Text Example
Text Example
White with #4916FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4916FF; }
p { color: rgb(73,22,255); }
H1.HeaderClassName
{
color: #4916FF;
}
.AnyTagClassName
{
color: #4916FF;
}
</style>
background-color css
<style>
a { background-color: #4916FF; }
a { background-color: rgb(73,22,255); }
div.DivClassName
{
background-color: #4916FF;
}
.BgClassName
{
background-color: #4916FF;
}
</style>
border-color css
<style>
span { border-color: #4916FF; }
span { border-color: rgb(73,22,255); }
td.TdClassName
{
border-color: #4916FF;
}
.TagClassName
{
border-color: #4916FF;
}
</style>