Shades of Han Purple #4906FE
Tints of Han Purple #4906FE
RGB
CMYK
RGB Variations
Color information
#4906FE (or 0x4906FE) is known color: Han Purple. HEX triplet: 49, 06 and FE. RGB value is (73,6,254). Sum of RGB (Red+Green+Blue) = 73+6+254=333 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.92% from 333); Green value is 6 (2.73% from 255 or 1.80% from 333); Blue value is 254 (99.61% from 255 or 76.28% from 333); Max value from RGB is 254 - color contains mainly: blue. Hex color #4906FE is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4906FE is #B6F901. Grayscale: #353535. Windows color (decimal): -11991298 or 16647753. OLE color: 16647753.
HSL color Cylindrical-coordinate representation of color #4906FE: hue angle of 256.21º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4906FE is Cyan = 0.71, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 73 | 6 | 254 | - |
| CMYK | 0.71 | 0.98 | 0 | 0.00 |
| HSL | 256.21º | 0.99% | 0.51% | - |
| HSV(B) | 256.21º | 0.98% | 1% | - |
| XYZ | 20.7 | 8.7 | 94.35 | - |
| YUV | 54.31 | 240.7 | 141.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 6 | 254 | 0.71 | 0.98 | 0 | 0.00 | 256.21 | 0.99 | 0.51 |
| Hex | 49 | 6 | FE | 47 | 62 | 0 | 0 | 100 | 63 | 33 |
| Octal | 111 | 6 | 376 | 107 | 142 | 0 | 0 | 400 | 143 | 63 |
| Binary | 1001001 | 110 | 11111110 | 1000111 | 1100010 | 0 | 0 | 100000000 | 1100011 | 110011 |
Color Harmonies of #4906FE
Complementary color
Monochromatic Colors of #4906FE
Black with #4906FE
Text Example
Text Example
White with #4906FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4906FE; }
p { color: rgb(73,6,254); }
H1.HeaderClassName
{
color: #4906FE;
}
.AnyTagClassName
{
color: #4906FE;
}
</style>
background-color css
<style>
a { background-color: #4906FE; }
a { background-color: rgb(73,6,254); }
div.DivClassName
{
background-color: #4906FE;
}
.BgClassName
{
background-color: #4906FE;
}
</style>
border-color css
<style>
span { border-color: #4906FE; }
span { border-color: rgb(73,6,254); }
td.TdClassName
{
border-color: #4906FE;
}
.TagClassName
{
border-color: #4906FE;
}
</style>