Shades of Han Purple #490EEF
Tints of Han Purple #490EEF
RGB
CMYK
RGB Variations
Color information
#490EEF (or 0x490EEF) is known color: Han Purple. HEX triplet: 49, 0E and EF. RGB value is (73,14,239). Sum of RGB (Red+Green+Blue) = 73+14+239=326 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.39% from 326); Green value is 14 (5.86% from 255 or 4.29% from 326); Blue value is 239 (93.75% from 255 or 73.31% from 326); Max value from RGB is 239 - color contains mainly: blue. Hex color #490EEF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #490EEF is #B6F110. Grayscale: #383838. Windows color (decimal): -11989265 or 15666761. OLE color: 15666761.
HSL color Cylindrical-coordinate representation of color #490EEF: hue angle of 255.73º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #490EEF is Cyan = 0.69, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 73 | 14 | 239 | - |
| CMYK | 0.69 | 0.94 | 0 | 0.06 |
| HSL | 255.73º | 0.89% | 0.5% | - |
| HSV(B) | 255.73º | 0.94% | 0.94% | - |
| XYZ | 18.48 | 7.96 | 82.22 | - |
| YUV | 57.29 | 230.55 | 139.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 14 | 239 | 0.69 | 0.94 | 0 | 0.06 | 255.73 | 0.89 | 0.5 |
| Hex | 49 | E | EF | 45 | 5E | 0 | 6 | 100 | 59 | 32 |
| Octal | 111 | 16 | 357 | 105 | 136 | 0 | 6 | 400 | 131 | 62 |
| Binary | 1001001 | 1110 | 11101111 | 1000101 | 1011110 | 0 | 110 | 100000000 | 1011001 | 110010 |
Color Harmonies of #490EEF
Complementary color
Monochromatic Colors of #490EEF
Black with #490EEF
Text Example
Text Example
White with #490EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #490EEF; }
p { color: rgb(73,14,239); }
H1.HeaderClassName
{
color: #490EEF;
}
.AnyTagClassName
{
color: #490EEF;
}
</style>
background-color css
<style>
a { background-color: #490EEF; }
a { background-color: rgb(73,14,239); }
div.DivClassName
{
background-color: #490EEF;
}
.BgClassName
{
background-color: #490EEF;
}
</style>
border-color css
<style>
span { border-color: #490EEF; }
span { border-color: rgb(73,14,239); }
td.TdClassName
{
border-color: #490EEF;
}
.TagClassName
{
border-color: #490EEF;
}
</style>