Shades of Han Purple #490FDE
Tints of Han Purple #490FDE
RGB
CMYK
RGB Variations
Color information
#490FDE (or 0x490FDE) is known color: Han Purple. HEX triplet: 49, 0F and DE. RGB value is (73,15,222). Sum of RGB (Red+Green+Blue) = 73+15+222=310 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.55% from 310); Green value is 15 (6.25% from 255 or 4.84% from 310); Blue value is 222 (87.11% from 255 or 71.61% from 310); Max value from RGB is 222 - color contains mainly: blue. Hex color #490FDE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #490FDE is #B6F021. Grayscale: #373737. Windows color (decimal): -11989026 or 14552905. OLE color: 14552905.
HSL color Cylindrical-coordinate representation of color #490FDE: hue angle of 256.81º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #490FDE is Cyan = 0.67, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 73 | 15 | 222 | - |
| CMYK | 0.67 | 0.93 | 0 | 0.13 |
| HSL | 256.81º | 0.87% | 0.46% | - |
| HSV(B) | 256.81º | 0.93% | 0.87% | - |
| XYZ | 16.1 | 7.03 | 69.62 | - |
| YUV | 55.94 | 221.72 | 140.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 15 | 222 | 0.67 | 0.93 | 0 | 0.13 | 256.81 | 0.87 | 0.46 |
| Hex | 49 | F | DE | 43 | 5D | 0 | D | 101 | 57 | 2E |
| Octal | 111 | 17 | 336 | 103 | 135 | 0 | 15 | 401 | 127 | 56 |
| Binary | 1001001 | 1111 | 11011110 | 1000011 | 1011101 | 0 | 1101 | 100000001 | 1010111 | 101110 |
Color Harmonies of #490FDE
Complementary color
Monochromatic Colors of #490FDE
Black with #490FDE
Text Example
Text Example
White with #490FDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #490FDE; }
p { color: rgb(73,15,222); }
H1.HeaderClassName
{
color: #490FDE;
}
.AnyTagClassName
{
color: #490FDE;
}
</style>
background-color css
<style>
a { background-color: #490FDE; }
a { background-color: rgb(73,15,222); }
div.DivClassName
{
background-color: #490FDE;
}
.BgClassName
{
background-color: #490FDE;
}
</style>
border-color css
<style>
span { border-color: #490FDE; }
span { border-color: rgb(73,15,222); }
td.TdClassName
{
border-color: #490FDE;
}
.TagClassName
{
border-color: #490FDE;
}
</style>