Shades of Han Purple #490EED
Tints of Han Purple #490EED
RGB
CMYK
RGB Variations
Color information
#490EED (or 0x490EED) is known color: Han Purple. HEX triplet: 49, 0E and ED. RGB value is (73,14,237). Sum of RGB (Red+Green+Blue) = 73+14+237=324 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.53% from 324); Green value is 14 (5.86% from 255 or 4.32% from 324); Blue value is 237 (92.97% from 255 or 73.15% from 324); Max value from RGB is 237 - color contains mainly: blue. Hex color #490EED is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #490EED is #B6F112. Grayscale: #383838. Windows color (decimal): -11989267 or 15535689. OLE color: 15535689.
HSL color Cylindrical-coordinate representation of color #490EED: hue angle of 255.87º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #490EED is Cyan = 0.69, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 73 | 14 | 237 | - |
| CMYK | 0.69 | 0.94 | 0 | 0.07 |
| HSL | 255.87º | 0.89% | 0.49% | - |
| HSV(B) | 255.87º | 0.94% | 0.93% | - |
| XYZ | 18.19 | 7.84 | 80.68 | - |
| YUV | 57.06 | 229.55 | 139.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 14 | 237 | 0.69 | 0.94 | 0 | 0.07 | 255.87 | 0.89 | 0.49 |
| Hex | 49 | E | ED | 45 | 5E | 0 | 7 | 100 | 59 | 31 |
| Octal | 111 | 16 | 355 | 105 | 136 | 0 | 7 | 400 | 131 | 61 |
| Binary | 1001001 | 1110 | 11101101 | 1000101 | 1011110 | 0 | 111 | 100000000 | 1011001 | 110001 |
Color Harmonies of #490EED
Complementary color
Monochromatic Colors of #490EED
Black with #490EED
Text Example
Text Example
White with #490EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #490EED; }
p { color: rgb(73,14,237); }
H1.HeaderClassName
{
color: #490EED;
}
.AnyTagClassName
{
color: #490EED;
}
</style>
background-color css
<style>
a { background-color: #490EED; }
a { background-color: rgb(73,14,237); }
div.DivClassName
{
background-color: #490EED;
}
.BgClassName
{
background-color: #490EED;
}
</style>
border-color css
<style>
span { border-color: #490EED; }
span { border-color: rgb(73,14,237); }
td.TdClassName
{
border-color: #490EED;
}
.TagClassName
{
border-color: #490EED;
}
</style>