Shades of Han Purple #4908EC
Tints of Han Purple #4908EC
RGB
CMYK
RGB Variations
Color information
#4908EC (or 0x4908EC) is known color: Han Purple. HEX triplet: 49, 08 and EC. RGB value is (73,8,236). Sum of RGB (Red+Green+Blue) = 73+8+236=317 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.03% from 317); Green value is 8 (3.52% from 255 or 2.52% from 317); Blue value is 236 (92.58% from 255 or 74.45% from 317); Max value from RGB is 236 - color contains mainly: blue. Hex color #4908EC is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4908EC is #B6F713. Grayscale: #343434. Windows color (decimal): -11990804 or 15468617. OLE color: 15468617.
HSL color Cylindrical-coordinate representation of color #4908EC: hue angle of 257.11º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4908EC is Cyan = 0.69, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 73 | 8 | 236 | - |
| CMYK | 0.69 | 0.97 | 0 | 0.07 |
| HSL | 257.11º | 0.93% | 0.48% | - |
| HSV(B) | 257.11º | 0.97% | 0.93% | - |
| XYZ | 17.97 | 7.65 | 79.89 | - |
| YUV | 53.43 | 231.03 | 141.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 8 | 236 | 0.69 | 0.97 | 0 | 0.07 | 257.11 | 0.93 | 0.48 |
| Hex | 49 | 8 | EC | 45 | 61 | 0 | 7 | 101 | 5D | 30 |
| Octal | 111 | 10 | 354 | 105 | 141 | 0 | 7 | 401 | 135 | 60 |
| Binary | 1001001 | 1000 | 11101100 | 1000101 | 1100001 | 0 | 111 | 100000001 | 1011101 | 110000 |
Color Harmonies of #4908EC
Complementary color
Monochromatic Colors of #4908EC
Black with #4908EC
Text Example
Text Example
White with #4908EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4908EC; }
p { color: rgb(73,8,236); }
H1.HeaderClassName
{
color: #4908EC;
}
.AnyTagClassName
{
color: #4908EC;
}
</style>
background-color css
<style>
a { background-color: #4908EC; }
a { background-color: rgb(73,8,236); }
div.DivClassName
{
background-color: #4908EC;
}
.BgClassName
{
background-color: #4908EC;
}
</style>
border-color css
<style>
span { border-color: #4908EC; }
span { border-color: rgb(73,8,236); }
td.TdClassName
{
border-color: #4908EC;
}
.TagClassName
{
border-color: #4908EC;
}
</style>