Shades of Han Purple #490DD6
Tints of Han Purple #490DD6
RGB
CMYK
RGB Variations
Color information
#490DD6 (or 0x490DD6) is known color: Han Purple. HEX triplet: 49, 0D and D6. RGB value is (73,13,214). Sum of RGB (Red+Green+Blue) = 73+13+214=300 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.33% from 300); Green value is 13 (5.47% from 255 or 4.33% from 300); Blue value is 214 (83.98% from 255 or 71.33% from 300); Max value from RGB is 214 - color contains mainly: blue. Hex color #490DD6 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #490DD6 is #B6F229. Grayscale: #353535. Windows color (decimal): -11989546 or 14028105. OLE color: 14028105.
HSL color Cylindrical-coordinate representation of color #490DD6: hue angle of 257.91º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #490DD6 is Cyan = 0.66, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 73 | 13 | 214 | - |
| CMYK | 0.66 | 0.94 | 0 | 0.16 |
| HSL | 257.91º | 0.89% | 0.45% | - |
| HSV(B) | 257.91º | 0.94% | 0.84% | - |
| XYZ | 15.03 | 6.56 | 64.09 | - |
| YUV | 53.85 | 218.38 | 141.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 13 | 214 | 0.66 | 0.94 | 0 | 0.16 | 257.91 | 0.89 | 0.45 |
| Hex | 49 | D | D6 | 42 | 5E | 0 | 10 | 102 | 59 | 2D |
| Octal | 111 | 15 | 326 | 102 | 136 | 0 | 20 | 402 | 131 | 55 |
| Binary | 1001001 | 1101 | 11010110 | 1000010 | 1011110 | 0 | 10000 | 100000010 | 1011001 | 101101 |
Color Harmonies of #490DD6
Complementary color
Monochromatic Colors of #490DD6
Black with #490DD6
Text Example
Text Example
White with #490DD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #490DD6; }
p { color: rgb(73,13,214); }
H1.HeaderClassName
{
color: #490DD6;
}
.AnyTagClassName
{
color: #490DD6;
}
</style>
background-color css
<style>
a { background-color: #490DD6; }
a { background-color: rgb(73,13,214); }
div.DivClassName
{
background-color: #490DD6;
}
.BgClassName
{
background-color: #490DD6;
}
</style>
border-color css
<style>
span { border-color: #490DD6; }
span { border-color: rgb(73,13,214); }
td.TdClassName
{
border-color: #490DD6;
}
.TagClassName
{
border-color: #490DD6;
}
</style>