Shades of Han Purple #4906FF
Tints of Han Purple #4906FF
RGB
CMYK
RGB Variations
Color information
#4906FF (or 0x4906FF) is known color: Han Purple. HEX triplet: 49, 06 and FF. RGB value is (73,6,255). Sum of RGB (Red+Green+Blue) = 73+6+255=334 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.86% from 334); Green value is 6 (2.73% from 255 or 1.80% from 334); Blue value is 255 (100% from 255 or 76.35% from 334); Max value from RGB is 255 - color contains mainly: blue. Hex color #4906FF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4906FF is #B6F900. Grayscale: #353535. Windows color (decimal): -11991297 or 16713289. OLE color: 16713289.
HSL color Cylindrical-coordinate representation of color #4906FF: hue angle of 256.14º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4906FF is Cyan = 0.71, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 73 | 6 | 255 | - |
| CMYK | 0.71 | 0.98 | 0 | 0 |
| HSL | 256.14º | 1% | 0.51% | - |
| HSV(B) | 256.14º | 0.98% | 1% | - |
| XYZ | 20.86 | 8.77 | 95.2 | - |
| YUV | 54.42 | 241.2 | 141.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 6 | 255 | 0.71 | 0.98 | 0 | 0 | 256.14 | 1 | 0.51 |
| Hex | 49 | 6 | FF | 47 | 62 | 0 | 0 | 100 | 64 | 33 |
| Octal | 111 | 6 | 377 | 107 | 142 | 0 | 0 | 400 | 144 | 63 |
| Binary | 1001001 | 110 | 11111111 | 1000111 | 1100010 | 0 | 0 | 100000000 | 1100100 | 110011 |
Color Harmonies of #4906FF
Complementary color
Monochromatic Colors of #4906FF
Black with #4906FF
Text Example
Text Example
White with #4906FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4906FF; }
p { color: rgb(73,6,255); }
H1.HeaderClassName
{
color: #4906FF;
}
.AnyTagClassName
{
color: #4906FF;
}
</style>
background-color css
<style>
a { background-color: #4906FF; }
a { background-color: rgb(73,6,255); }
div.DivClassName
{
background-color: #4906FF;
}
.BgClassName
{
background-color: #4906FF;
}
</style>
border-color css
<style>
span { border-color: #4906FF; }
span { border-color: rgb(73,6,255); }
td.TdClassName
{
border-color: #4906FF;
}
.TagClassName
{
border-color: #4906FF;
}
</style>