Shades of Han Purple #4906E8
Tints of Han Purple #4906E8
RGB
CMYK
RGB Variations
Color information
#4906E8 (or 0x4906E8) is known color: Han Purple. HEX triplet: 49, 06 and E8. RGB value is (73,6,232). Sum of RGB (Red+Green+Blue) = 73+6+232=311 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.47% from 311); Green value is 6 (2.73% from 255 or 1.93% from 311); Blue value is 232 (91.02% from 255 or 74.60% from 311); Max value from RGB is 232 - color contains mainly: blue. Hex color #4906E8 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4906E8 is #B6F917. Grayscale: #323232. Windows color (decimal): -11991320 or 15205961. OLE color: 15205961.
HSL color Cylindrical-coordinate representation of color #4906E8: hue angle of 257.79º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4906E8 is Cyan = 0.69, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 73 | 6 | 232 | - |
| CMYK | 0.69 | 0.97 | 0 | 0.09 |
| HSL | 257.79º | 0.95% | 0.47% | - |
| HSV(B) | 257.79º | 0.97% | 0.91% | - |
| XYZ | 17.38 | 7.37 | 76.85 | - |
| YUV | 51.8 | 229.7 | 143.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 6 | 232 | 0.69 | 0.97 | 0 | 0.09 | 257.79 | 0.95 | 0.47 |
| Hex | 49 | 6 | E8 | 45 | 61 | 0 | 9 | 102 | 5F | 2F |
| Octal | 111 | 6 | 350 | 105 | 141 | 0 | 11 | 402 | 137 | 57 |
| Binary | 1001001 | 110 | 11101000 | 1000101 | 1100001 | 0 | 1001 | 100000010 | 1011111 | 101111 |
Color Harmonies of #4906E8
Complementary color
Monochromatic Colors of #4906E8
Black with #4906E8
Text Example
Text Example
White with #4906E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4906E8; }
p { color: rgb(73,6,232); }
H1.HeaderClassName
{
color: #4906E8;
}
.AnyTagClassName
{
color: #4906E8;
}
</style>
background-color css
<style>
a { background-color: #4906E8; }
a { background-color: rgb(73,6,232); }
div.DivClassName
{
background-color: #4906E8;
}
.BgClassName
{
background-color: #4906E8;
}
</style>
border-color css
<style>
span { border-color: #4906E8; }
span { border-color: rgb(73,6,232); }
td.TdClassName
{
border-color: #4906E8;
}
.TagClassName
{
border-color: #4906E8;
}
</style>