Shades of Han Purple #490BEC
Tints of Han Purple #490BEC
RGB
CMYK
RGB Variations
Color information
#490BEC (or 0x490BEC) is known color: Han Purple. HEX triplet: 49, 0B and EC. RGB value is (73,11,236). Sum of RGB (Red+Green+Blue) = 73+11+236=320 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.81% from 320); Green value is 11 (4.69% from 255 or 3.44% from 320); Blue value is 236 (92.58% from 255 or 73.75% from 320); Max value from RGB is 236 - color contains mainly: blue. Hex color #490BEC is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #490BEC is #B6F413. Grayscale: #363636. Windows color (decimal): -11990036 or 15469385. OLE color: 15469385.
HSL color Cylindrical-coordinate representation of color #490BEC: hue angle of 256.53º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #490BEC is Cyan = 0.69, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 73 | 11 | 236 | - |
| CMYK | 0.69 | 0.95 | 0 | 0.07 |
| HSL | 256.53º | 0.91% | 0.48% | - |
| HSV(B) | 256.53º | 0.95% | 0.93% | - |
| XYZ | 18.01 | 7.71 | 79.9 | - |
| YUV | 55.19 | 230.04 | 140.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 11 | 236 | 0.69 | 0.95 | 0 | 0.07 | 256.53 | 0.91 | 0.48 |
| Hex | 49 | B | EC | 45 | 5F | 0 | 7 | 101 | 5B | 30 |
| Octal | 111 | 13 | 354 | 105 | 137 | 0 | 7 | 401 | 133 | 60 |
| Binary | 1001001 | 1011 | 11101100 | 1000101 | 1011111 | 0 | 111 | 100000001 | 1011011 | 110000 |
Color Harmonies of #490BEC
Complementary color
Monochromatic Colors of #490BEC
Black with #490BEC
Text Example
Text Example
White with #490BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #490BEC; }
p { color: rgb(73,11,236); }
H1.HeaderClassName
{
color: #490BEC;
}
.AnyTagClassName
{
color: #490BEC;
}
</style>
background-color css
<style>
a { background-color: #490BEC; }
a { background-color: rgb(73,11,236); }
div.DivClassName
{
background-color: #490BEC;
}
.BgClassName
{
background-color: #490BEC;
}
</style>
border-color css
<style>
span { border-color: #490BEC; }
span { border-color: rgb(73,11,236); }
td.TdClassName
{
border-color: #490BEC;
}
.TagClassName
{
border-color: #490BEC;
}
</style>