Shades of Han Purple #490AD5
Tints of Han Purple #490AD5
RGB
CMYK
RGB Variations
Color information
#490AD5 (or 0x490AD5) is known color: Han Purple. HEX triplet: 49, 0A and D5. RGB value is (73,10,213). Sum of RGB (Red+Green+Blue) = 73+10+213=296 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.66% from 296); Green value is 10 (4.30% from 255 or 3.38% from 296); Blue value is 213 (83.59% from 255 or 71.96% from 296); Max value from RGB is 213 - color contains mainly: blue. Hex color #490AD5 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #490AD5 is #B6F52A. Grayscale: #333333. Windows color (decimal): -11990315 or 13961801. OLE color: 13961801.
HSL color Cylindrical-coordinate representation of color #490AD5: hue angle of 258.62º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #490AD5 is Cyan = 0.66, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 73 | 10 | 213 | - |
| CMYK | 0.66 | 0.95 | 0 | 0.16 |
| HSL | 258.62º | 0.91% | 0.44% | - |
| HSV(B) | 258.62º | 0.95% | 0.84% | - |
| XYZ | 14.87 | 6.44 | 63.41 | - |
| YUV | 51.98 | 218.87 | 142.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 10 | 213 | 0.66 | 0.95 | 0 | 0.16 | 258.62 | 0.91 | 0.44 |
| Hex | 49 | A | D5 | 42 | 5F | 0 | 10 | 103 | 5B | 2C |
| Octal | 111 | 12 | 325 | 102 | 137 | 0 | 20 | 403 | 133 | 54 |
| Binary | 1001001 | 1010 | 11010101 | 1000010 | 1011111 | 0 | 10000 | 100000011 | 1011011 | 101100 |
Color Harmonies of #490AD5
Complementary color
Monochromatic Colors of #490AD5
Black with #490AD5
Text Example
Text Example
White with #490AD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #490AD5; }
p { color: rgb(73,10,213); }
H1.HeaderClassName
{
color: #490AD5;
}
.AnyTagClassName
{
color: #490AD5;
}
</style>
background-color css
<style>
a { background-color: #490AD5; }
a { background-color: rgb(73,10,213); }
div.DivClassName
{
background-color: #490AD5;
}
.BgClassName
{
background-color: #490AD5;
}
</style>
border-color css
<style>
span { border-color: #490AD5; }
span { border-color: rgb(73,10,213); }
td.TdClassName
{
border-color: #490AD5;
}
.TagClassName
{
border-color: #490AD5;
}
</style>