Shades of Han Purple #490EDE
Tints of Han Purple #490EDE
RGB
CMYK
RGB Variations
Color information
#490EDE (or 0x490EDE) is known color: Han Purple. HEX triplet: 49, 0E and DE. RGB value is (73,14,222). Sum of RGB (Red+Green+Blue) = 73+14+222=309 (40% of max value = 765). Red value is 73 (28.91% from 255 or 23.62% from 309); Green value is 14 (5.86% from 255 or 4.53% from 309); Blue value is 222 (87.11% from 255 or 71.84% from 309); Max value from RGB is 222 - color contains mainly: blue. Hex color #490EDE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #490EDE is #B6F121. Grayscale: #363636. Windows color (decimal): -11989282 or 14552649. OLE color: 14552649.
HSL color Cylindrical-coordinate representation of color #490EDE: hue angle of 257.02º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #490EDE is Cyan = 0.67, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 73 | 14 | 222 | - |
| CMYK | 0.67 | 0.94 | 0 | 0.13 |
| HSL | 257.02º | 0.88% | 0.46% | - |
| HSV(B) | 257.02º | 0.94% | 0.87% | - |
| XYZ | 16.09 | 7 | 69.61 | - |
| YUV | 55.35 | 222.05 | 140.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 14 | 222 | 0.67 | 0.94 | 0 | 0.13 | 257.02 | 0.88 | 0.46 |
| Hex | 49 | E | DE | 43 | 5E | 0 | D | 101 | 58 | 2E |
| Octal | 111 | 16 | 336 | 103 | 136 | 0 | 15 | 401 | 130 | 56 |
| Binary | 1001001 | 1110 | 11011110 | 1000011 | 1011110 | 0 | 1101 | 100000001 | 1011000 | 101110 |
Color Harmonies of #490EDE
Complementary color
Monochromatic Colors of #490EDE
Black with #490EDE
Text Example
Text Example
White with #490EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #490EDE; }
p { color: rgb(73,14,222); }
H1.HeaderClassName
{
color: #490EDE;
}
.AnyTagClassName
{
color: #490EDE;
}
</style>
background-color css
<style>
a { background-color: #490EDE; }
a { background-color: rgb(73,14,222); }
div.DivClassName
{
background-color: #490EDE;
}
.BgClassName
{
background-color: #490EDE;
}
</style>
border-color css
<style>
span { border-color: #490EDE; }
span { border-color: rgb(73,14,222); }
td.TdClassName
{
border-color: #490EDE;
}
.TagClassName
{
border-color: #490EDE;
}
</style>