Shades of Han Purple #490BEB
Tints of Han Purple #490BEB
RGB
CMYK
RGB Variations
Color information
#490BEB (or 0x490BEB) is known color: Han Purple. HEX triplet: 49, 0B and EB. RGB value is (73,11,235). Sum of RGB (Red+Green+Blue) = 73+11+235=319 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.88% from 319); Green value is 11 (4.69% from 255 or 3.45% from 319); Blue value is 235 (92.19% from 255 or 73.67% from 319); Max value from RGB is 235 - color contains mainly: blue. Hex color #490BEB is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #490BEB is #B6F414. Grayscale: #363636. Windows color (decimal): -11990037 or 15403849. OLE color: 15403849.
HSL color Cylindrical-coordinate representation of color #490BEB: hue angle of 256.61º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #490BEB is Cyan = 0.69, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 73 | 11 | 235 | - |
| CMYK | 0.69 | 0.95 | 0 | 0.08 |
| HSL | 256.61º | 0.91% | 0.48% | - |
| HSV(B) | 256.61º | 0.95% | 0.92% | - |
| XYZ | 17.86 | 7.65 | 79.13 | - |
| YUV | 55.07 | 229.54 | 140.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 11 | 235 | 0.69 | 0.95 | 0 | 0.08 | 256.61 | 0.91 | 0.48 |
| Hex | 49 | B | EB | 45 | 5F | 0 | 8 | 101 | 5B | 30 |
| Octal | 111 | 13 | 353 | 105 | 137 | 0 | 10 | 401 | 133 | 60 |
| Binary | 1001001 | 1011 | 11101011 | 1000101 | 1011111 | 0 | 1000 | 100000001 | 1011011 | 110000 |
Color Harmonies of #490BEB
Complementary color
Monochromatic Colors of #490BEB
Black with #490BEB
Text Example
Text Example
White with #490BEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #490BEB; }
p { color: rgb(73,11,235); }
H1.HeaderClassName
{
color: #490BEB;
}
.AnyTagClassName
{
color: #490BEB;
}
</style>
background-color css
<style>
a { background-color: #490BEB; }
a { background-color: rgb(73,11,235); }
div.DivClassName
{
background-color: #490BEB;
}
.BgClassName
{
background-color: #490BEB;
}
</style>
border-color css
<style>
span { border-color: #490BEB; }
span { border-color: rgb(73,11,235); }
td.TdClassName
{
border-color: #490BEB;
}
.TagClassName
{
border-color: #490BEB;
}
</style>