Shades of Han Purple #490EDC
Tints of Han Purple #490EDC
RGB
CMYK
RGB Variations
Color information
#490EDC (or 0x490EDC) is known color: Han Purple. HEX triplet: 49, 0E and DC. RGB value is (73,14,220). Sum of RGB (Red+Green+Blue) = 73+14+220=307 (40% of max value = 765). Red value is 73 (28.91% from 255 or 23.78% from 307); Green value is 14 (5.86% from 255 or 4.56% from 307); Blue value is 220 (86.33% from 255 or 71.66% from 307); Max value from RGB is 220 - color contains mainly: blue. Hex color #490EDC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #490EDC is #B6F123. Grayscale: #363636. Windows color (decimal): -11989284 or 14421577. OLE color: 14421577.
HSL color Cylindrical-coordinate representation of color #490EDC: hue angle of 257.18º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #490EDC is Cyan = 0.67, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 73 | 14 | 220 | - |
| CMYK | 0.67 | 0.94 | 0 | 0.14 |
| HSL | 257.18º | 0.88% | 0.46% | - |
| HSV(B) | 257.18º | 0.94% | 0.86% | - |
| XYZ | 15.82 | 6.9 | 68.21 | - |
| YUV | 55.13 | 221.05 | 140.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 14 | 220 | 0.67 | 0.94 | 0 | 0.14 | 257.18 | 0.88 | 0.46 |
| Hex | 49 | E | DC | 43 | 5E | 0 | E | 101 | 58 | 2E |
| Octal | 111 | 16 | 334 | 103 | 136 | 0 | 16 | 401 | 130 | 56 |
| Binary | 1001001 | 1110 | 11011100 | 1000011 | 1011110 | 0 | 1110 | 100000001 | 1011000 | 101110 |
Color Harmonies of #490EDC
Complementary color
Monochromatic Colors of #490EDC
Black with #490EDC
Text Example
Text Example
White with #490EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #490EDC; }
p { color: rgb(73,14,220); }
H1.HeaderClassName
{
color: #490EDC;
}
.AnyTagClassName
{
color: #490EDC;
}
</style>
background-color css
<style>
a { background-color: #490EDC; }
a { background-color: rgb(73,14,220); }
div.DivClassName
{
background-color: #490EDC;
}
.BgClassName
{
background-color: #490EDC;
}
</style>
border-color css
<style>
span { border-color: #490EDC; }
span { border-color: rgb(73,14,220); }
td.TdClassName
{
border-color: #490EDC;
}
.TagClassName
{
border-color: #490EDC;
}
</style>