Shades of Han Purple #490CE0
Tints of Han Purple #490CE0
RGB
CMYK
RGB Variations
Color information
#490CE0 (or 0x490CE0) is known color: Han Purple. HEX triplet: 49, 0C and E0. RGB value is (73,12,224). Sum of RGB (Red+Green+Blue) = 73+12+224=309 (40% of max value = 765). Red value is 73 (28.91% from 255 or 23.62% from 309); Green value is 12 (5.08% from 255 or 3.88% from 309); Blue value is 224 (87.89% from 255 or 72.49% from 309); Max value from RGB is 224 - color contains mainly: blue. Hex color #490CE0 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #490CE0 is #B6F31F. Grayscale: #353535. Windows color (decimal): -11989792 or 14683209. OLE color: 14683209.
HSL color Cylindrical-coordinate representation of color #490CE0: hue angle of 257.26º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #490CE0 is Cyan = 0.67, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 73 | 12 | 224 | - |
| CMYK | 0.67 | 0.95 | 0 | 0.12 |
| HSL | 257.26º | 0.9% | 0.46% | - |
| HSV(B) | 257.26º | 0.95% | 0.88% | - |
| XYZ | 16.33 | 7.06 | 71.02 | - |
| YUV | 54.41 | 223.71 | 141.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 12 | 224 | 0.67 | 0.95 | 0 | 0.12 | 257.26 | 0.9 | 0.46 |
| Hex | 49 | C | E0 | 43 | 5F | 0 | C | 101 | 5A | 2E |
| Octal | 111 | 14 | 340 | 103 | 137 | 0 | 14 | 401 | 132 | 56 |
| Binary | 1001001 | 1100 | 11100000 | 1000011 | 1011111 | 0 | 1100 | 100000001 | 1011010 | 101110 |
Color Harmonies of #490CE0
Complementary color
Monochromatic Colors of #490CE0
Black with #490CE0
Text Example
Text Example
White with #490CE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #490CE0; }
p { color: rgb(73,12,224); }
H1.HeaderClassName
{
color: #490CE0;
}
.AnyTagClassName
{
color: #490CE0;
}
</style>
background-color css
<style>
a { background-color: #490CE0; }
a { background-color: rgb(73,12,224); }
div.DivClassName
{
background-color: #490CE0;
}
.BgClassName
{
background-color: #490CE0;
}
</style>
border-color css
<style>
span { border-color: #490CE0; }
span { border-color: rgb(73,12,224); }
td.TdClassName
{
border-color: #490CE0;
}
.TagClassName
{
border-color: #490CE0;
}
</style>