Shades of Han Purple #490CE8
Tints of Han Purple #490CE8
RGB
CMYK
RGB Variations
Color information
#490CE8 (or 0x490CE8) is known color: Han Purple. HEX triplet: 49, 0C and E8. RGB value is (73,12,232). Sum of RGB (Red+Green+Blue) = 73+12+232=317 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.03% from 317); Green value is 12 (5.08% from 255 or 3.79% from 317); Blue value is 232 (91.02% from 255 or 73.19% from 317); Max value from RGB is 232 - color contains mainly: blue. Hex color #490CE8 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #490CE8 is #B6F317. Grayscale: #363636. Windows color (decimal): -11989784 or 15207497. OLE color: 15207497.
HSL color Cylindrical-coordinate representation of color #490CE8: hue angle of 256.64º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #490CE8 is Cyan = 0.69, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 73 | 12 | 232 | - |
| CMYK | 0.69 | 0.95 | 0 | 0.09 |
| HSL | 256.64º | 0.9% | 0.48% | - |
| HSV(B) | 256.64º | 0.95% | 0.91% | - |
| XYZ | 17.44 | 7.51 | 76.87 | - |
| YUV | 55.32 | 227.71 | 140.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 12 | 232 | 0.69 | 0.95 | 0 | 0.09 | 256.64 | 0.9 | 0.48 |
| Hex | 49 | C | E8 | 45 | 5F | 0 | 9 | 101 | 5A | 30 |
| Octal | 111 | 14 | 350 | 105 | 137 | 0 | 11 | 401 | 132 | 60 |
| Binary | 1001001 | 1100 | 11101000 | 1000101 | 1011111 | 0 | 1001 | 100000001 | 1011010 | 110000 |
Color Harmonies of #490CE8
Complementary color
Monochromatic Colors of #490CE8
Black with #490CE8
Text Example
Text Example
White with #490CE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #490CE8; }
p { color: rgb(73,12,232); }
H1.HeaderClassName
{
color: #490CE8;
}
.AnyTagClassName
{
color: #490CE8;
}
</style>
background-color css
<style>
a { background-color: #490CE8; }
a { background-color: rgb(73,12,232); }
div.DivClassName
{
background-color: #490CE8;
}
.BgClassName
{
background-color: #490CE8;
}
</style>
border-color css
<style>
span { border-color: #490CE8; }
span { border-color: rgb(73,12,232); }
td.TdClassName
{
border-color: #490CE8;
}
.TagClassName
{
border-color: #490CE8;
}
</style>