Shades of Han Purple #490DDA
Tints of Han Purple #490DDA
RGB
CMYK
RGB Variations
Color information
#490DDA (or 0x490DDA) is known color: Han Purple. HEX triplet: 49, 0D and DA. RGB value is (73,13,218). Sum of RGB (Red+Green+Blue) = 73+13+218=304 (40% of max value = 765). Red value is 73 (28.91% from 255 or 24.01% from 304); Green value is 13 (5.47% from 255 or 4.28% from 304); Blue value is 218 (85.55% from 255 or 71.71% from 304); Max value from RGB is 218 - color contains mainly: blue. Hex color #490DDA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #490DDA is #B6F225. Grayscale: #353535. Windows color (decimal): -11989542 or 14290249. OLE color: 14290249.
HSL color Cylindrical-coordinate representation of color #490DDA: hue angle of 257.56º degrees, saturation: 0.89, 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 #490DDA is Cyan = 0.67, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 73 | 13 | 218 | - |
| CMYK | 0.67 | 0.94 | 0 | 0.15 |
| HSL | 257.56º | 0.89% | 0.45% | - |
| HSV(B) | 257.56º | 0.94% | 0.85% | - |
| XYZ | 15.55 | 6.77 | 66.82 | - |
| YUV | 54.31 | 220.38 | 141.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 13 | 218 | 0.67 | 0.94 | 0 | 0.15 | 257.56 | 0.89 | 0.45 |
| Hex | 49 | D | DA | 43 | 5E | 0 | F | 102 | 59 | 2D |
| Octal | 111 | 15 | 332 | 103 | 136 | 0 | 17 | 402 | 131 | 55 |
| Binary | 1001001 | 1101 | 11011010 | 1000011 | 1011110 | 0 | 1111 | 100000010 | 1011001 | 101101 |
Color Harmonies of #490DDA
Complementary color
Monochromatic Colors of #490DDA
Black with #490DDA
Text Example
Text Example
White with #490DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #490DDA; }
p { color: rgb(73,13,218); }
H1.HeaderClassName
{
color: #490DDA;
}
.AnyTagClassName
{
color: #490DDA;
}
</style>
background-color css
<style>
a { background-color: #490DDA; }
a { background-color: rgb(73,13,218); }
div.DivClassName
{
background-color: #490DDA;
}
.BgClassName
{
background-color: #490DDA;
}
</style>
border-color css
<style>
span { border-color: #490DDA; }
span { border-color: rgb(73,13,218); }
td.TdClassName
{
border-color: #490DDA;
}
.TagClassName
{
border-color: #490DDA;
}
</style>