Shades of Han Purple #490FD5
Tints of Han Purple #490FD5
RGB
CMYK
RGB Variations
Color information
#490FD5 (or 0x490FD5) is known color: Han Purple. HEX triplet: 49, 0F and D5. RGB value is (73,15,213). Sum of RGB (Red+Green+Blue) = 73+15+213=301 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.25% from 301); Green value is 15 (6.25% from 255 or 4.98% from 301); Blue value is 213 (83.59% from 255 or 70.76% from 301); Max value from RGB is 213 - color contains mainly: blue. Hex color #490FD5 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #490FD5 is #B6F02A. Grayscale: #363636. Windows color (decimal): -11989035 or 13963081. OLE color: 13963081.
HSL color Cylindrical-coordinate representation of color #490FD5: hue angle of 257.58º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #490FD5 is Cyan = 0.66, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 73 | 15 | 213 | - |
| CMYK | 0.66 | 0.93 | 0 | 0.16 |
| HSL | 257.58º | 0.87% | 0.45% | - |
| HSV(B) | 257.58º | 0.93% | 0.84% | - |
| XYZ | 14.93 | 6.56 | 63.43 | - |
| YUV | 54.91 | 217.22 | 140.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 15 | 213 | 0.66 | 0.93 | 0 | 0.16 | 257.58 | 0.87 | 0.45 |
| Hex | 49 | F | D5 | 42 | 5D | 0 | 10 | 102 | 57 | 2D |
| Octal | 111 | 17 | 325 | 102 | 135 | 0 | 20 | 402 | 127 | 55 |
| Binary | 1001001 | 1111 | 11010101 | 1000010 | 1011101 | 0 | 10000 | 100000010 | 1010111 | 101101 |
Color Harmonies of #490FD5
Complementary color
Monochromatic Colors of #490FD5
Black with #490FD5
Text Example
Text Example
White with #490FD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #490FD5; }
p { color: rgb(73,15,213); }
H1.HeaderClassName
{
color: #490FD5;
}
.AnyTagClassName
{
color: #490FD5;
}
</style>
background-color css
<style>
a { background-color: #490FD5; }
a { background-color: rgb(73,15,213); }
div.DivClassName
{
background-color: #490FD5;
}
.BgClassName
{
background-color: #490FD5;
}
</style>
border-color css
<style>
span { border-color: #490FD5; }
span { border-color: rgb(73,15,213); }
td.TdClassName
{
border-color: #490FD5;
}
.TagClassName
{
border-color: #490FD5;
}
</style>