Shades of Han Purple #490CE3
Tints of Han Purple #490CE3
RGB
CMYK
RGB Variations
Color information
#490CE3 (or 0x490CE3) is known color: Han Purple. HEX triplet: 49, 0C and E3. RGB value is (73,12,227). Sum of RGB (Red+Green+Blue) = 73+12+227=312 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.40% from 312); Green value is 12 (5.08% from 255 or 3.85% from 312); Blue value is 227 (89.06% from 255 or 72.76% from 312); Max value from RGB is 227 - color contains mainly: blue. Hex color #490CE3 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #490CE3 is #B6F31C. Grayscale: #353535. Windows color (decimal): -11989789 or 14879817. OLE color: 14879817.
HSL color Cylindrical-coordinate representation of color #490CE3: hue angle of 257.02º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #490CE3 is Cyan = 0.68, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 73 | 12 | 227 | - |
| CMYK | 0.68 | 0.95 | 0 | 0.11 |
| HSL | 257.02º | 0.9% | 0.47% | - |
| HSV(B) | 257.02º | 0.95% | 0.89% | - |
| XYZ | 16.74 | 7.23 | 73.19 | - |
| YUV | 54.75 | 225.21 | 141.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 12 | 227 | 0.68 | 0.95 | 0 | 0.11 | 257.02 | 0.9 | 0.47 |
| Hex | 49 | C | E3 | 44 | 5F | 0 | B | 101 | 5A | 2F |
| Octal | 111 | 14 | 343 | 104 | 137 | 0 | 13 | 401 | 132 | 57 |
| Binary | 1001001 | 1100 | 11100011 | 1000100 | 1011111 | 0 | 1011 | 100000001 | 1011010 | 101111 |
Color Harmonies of #490CE3
Complementary color
Monochromatic Colors of #490CE3
Black with #490CE3
Text Example
Text Example
White with #490CE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #490CE3; }
p { color: rgb(73,12,227); }
H1.HeaderClassName
{
color: #490CE3;
}
.AnyTagClassName
{
color: #490CE3;
}
</style>
background-color css
<style>
a { background-color: #490CE3; }
a { background-color: rgb(73,12,227); }
div.DivClassName
{
background-color: #490CE3;
}
.BgClassName
{
background-color: #490CE3;
}
</style>
border-color css
<style>
span { border-color: #490CE3; }
span { border-color: rgb(73,12,227); }
td.TdClassName
{
border-color: #490CE3;
}
.TagClassName
{
border-color: #490CE3;
}
</style>