Shades of Han Purple #490FE3
Tints of Han Purple #490FE3
RGB
CMYK
RGB Variations
Color information
#490FE3 (or 0x490FE3) is known color: Han Purple. HEX triplet: 49, 0F and E3. RGB value is (73,15,227). Sum of RGB (Red+Green+Blue) = 73+15+227=315 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.17% from 315); Green value is 15 (6.25% from 255 or 4.76% from 315); Blue value is 227 (89.06% from 255 or 72.06% from 315); Max value from RGB is 227 - color contains mainly: blue. Hex color #490FE3 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #490FE3 is #B6F01C. Grayscale: #373737. Windows color (decimal): -11989021 or 14880585. OLE color: 14880585.
HSL color Cylindrical-coordinate representation of color #490FE3: hue angle of 256.42º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #490FE3 is Cyan = 0.68, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 73 | 15 | 227 | - |
| CMYK | 0.68 | 0.93 | 0 | 0.11 |
| HSL | 256.42º | 0.88% | 0.47% | - |
| HSV(B) | 256.42º | 0.93% | 0.89% | - |
| XYZ | 16.78 | 7.3 | 73.2 | - |
| YUV | 56.51 | 224.22 | 139.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 15 | 227 | 0.68 | 0.93 | 0 | 0.11 | 256.42 | 0.88 | 0.47 |
| Hex | 49 | F | E3 | 44 | 5D | 0 | B | 100 | 58 | 2F |
| Octal | 111 | 17 | 343 | 104 | 135 | 0 | 13 | 400 | 130 | 57 |
| Binary | 1001001 | 1111 | 11100011 | 1000100 | 1011101 | 0 | 1011 | 100000000 | 1011000 | 101111 |
Color Harmonies of #490FE3
Complementary color
Monochromatic Colors of #490FE3
Black with #490FE3
Text Example
Text Example
White with #490FE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #490FE3; }
p { color: rgb(73,15,227); }
H1.HeaderClassName
{
color: #490FE3;
}
.AnyTagClassName
{
color: #490FE3;
}
</style>
background-color css
<style>
a { background-color: #490FE3; }
a { background-color: rgb(73,15,227); }
div.DivClassName
{
background-color: #490FE3;
}
.BgClassName
{
background-color: #490FE3;
}
</style>
border-color css
<style>
span { border-color: #490FE3; }
span { border-color: rgb(73,15,227); }
td.TdClassName
{
border-color: #490FE3;
}
.TagClassName
{
border-color: #490FE3;
}
</style>