Shades of Han Purple #4910EC
Tints of Han Purple #4910EC
RGB
CMYK
RGB Variations
Color information
#4910EC (or 0x4910EC) is known color: Han Purple. HEX triplet: 49, 10 and EC. RGB value is (73,16,236). Sum of RGB (Red+Green+Blue) = 73+16+236=325 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.46% from 325); Green value is 16 (6.64% from 255 or 4.92% from 325); Blue value is 236 (92.58% from 255 or 72.62% from 325); Max value from RGB is 236 - color contains mainly: blue. Hex color #4910EC is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4910EC is #B6EF13. Grayscale: #393939. Windows color (decimal): -11988756 or 15470665. OLE color: 15470665.
HSL color Cylindrical-coordinate representation of color #4910EC: hue angle of 255.55º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4910EC is Cyan = 0.69, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 73 | 16 | 236 | - |
| CMYK | 0.69 | 0.93 | 0 | 0.07 |
| HSL | 255.55º | 0.87% | 0.49% | - |
| HSV(B) | 255.55º | 0.93% | 0.93% | - |
| XYZ | 18.07 | 7.84 | 79.92 | - |
| YUV | 58.12 | 228.38 | 138.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 16 | 236 | 0.69 | 0.93 | 0 | 0.07 | 255.55 | 0.87 | 0.49 |
| Hex | 49 | 10 | EC | 45 | 5D | 0 | 7 | 100 | 57 | 31 |
| Octal | 111 | 20 | 354 | 105 | 135 | 0 | 7 | 400 | 127 | 61 |
| Binary | 1001001 | 10000 | 11101100 | 1000101 | 1011101 | 0 | 111 | 100000000 | 1010111 | 110001 |
Color Harmonies of #4910EC
Complementary color
Monochromatic Colors of #4910EC
Black with #4910EC
Text Example
Text Example
White with #4910EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4910EC; }
p { color: rgb(73,16,236); }
H1.HeaderClassName
{
color: #4910EC;
}
.AnyTagClassName
{
color: #4910EC;
}
</style>
background-color css
<style>
a { background-color: #4910EC; }
a { background-color: rgb(73,16,236); }
div.DivClassName
{
background-color: #4910EC;
}
.BgClassName
{
background-color: #4910EC;
}
</style>
border-color css
<style>
span { border-color: #4910EC; }
span { border-color: rgb(73,16,236); }
td.TdClassName
{
border-color: #4910EC;
}
.TagClassName
{
border-color: #4910EC;
}
</style>