Shades of Han Purple #490EDA
Tints of Han Purple #490EDA
RGB
CMYK
RGB Variations
Color information
#490EDA (or 0x490EDA) is known color: Han Purple. HEX triplet: 49, 0E and DA. RGB value is (73,14,218). Sum of RGB (Red+Green+Blue) = 73+14+218=305 (40% of max value = 765). Red value is 73 (28.91% from 255 or 23.93% from 305); Green value is 14 (5.86% from 255 or 4.59% from 305); Blue value is 218 (85.55% from 255 or 71.48% from 305); Max value from RGB is 218 - color contains mainly: blue. Hex color #490EDA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #490EDA is #B6F125. Grayscale: #363636. Windows color (decimal): -11989286 or 14290505. OLE color: 14290505.
HSL color Cylindrical-coordinate representation of color #490EDA: hue angle of 257.35º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #490EDA is Cyan = 0.67, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 73 | 14 | 218 | - |
| CMYK | 0.67 | 0.94 | 0 | 0.15 |
| HSL | 257.35º | 0.88% | 0.45% | - |
| HSV(B) | 257.35º | 0.94% | 0.85% | - |
| XYZ | 15.56 | 6.79 | 66.82 | - |
| YUV | 54.9 | 220.05 | 140.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 14 | 218 | 0.67 | 0.94 | 0 | 0.15 | 257.35 | 0.88 | 0.45 |
| Hex | 49 | E | DA | 43 | 5E | 0 | F | 101 | 58 | 2D |
| Octal | 111 | 16 | 332 | 103 | 136 | 0 | 17 | 401 | 130 | 55 |
| Binary | 1001001 | 1110 | 11011010 | 1000011 | 1011110 | 0 | 1111 | 100000001 | 1011000 | 101101 |
Color Harmonies of #490EDA
Complementary color
Monochromatic Colors of #490EDA
Black with #490EDA
Text Example
Text Example
White with #490EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #490EDA; }
p { color: rgb(73,14,218); }
H1.HeaderClassName
{
color: #490EDA;
}
.AnyTagClassName
{
color: #490EDA;
}
</style>
background-color css
<style>
a { background-color: #490EDA; }
a { background-color: rgb(73,14,218); }
div.DivClassName
{
background-color: #490EDA;
}
.BgClassName
{
background-color: #490EDA;
}
</style>
border-color css
<style>
span { border-color: #490EDA; }
span { border-color: rgb(73,14,218); }
td.TdClassName
{
border-color: #490EDA;
}
.TagClassName
{
border-color: #490EDA;
}
</style>