Shades of Han Purple #490FEC
Tints of Han Purple #490FEC
RGB
CMYK
RGB Variations
Color information
#490FEC (or 0x490FEC) is known color: Han Purple. HEX triplet: 49, 0F and EC. RGB value is (73,15,236). Sum of RGB (Red+Green+Blue) = 73+15+236=324 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.53% from 324); Green value is 15 (6.25% from 255 or 4.63% from 324); Blue value is 236 (92.58% from 255 or 72.84% from 324); Max value from RGB is 236 - color contains mainly: blue. Hex color #490FEC is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #490FEC is #B6F013. Grayscale: #383838. Windows color (decimal): -11989012 or 15470409. OLE color: 15470409.
HSL color Cylindrical-coordinate representation of color #490FEC: hue angle of 255.75º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #490FEC is Cyan = 0.69, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 73 | 15 | 236 | - |
| CMYK | 0.69 | 0.94 | 0 | 0.07 |
| HSL | 255.75º | 0.88% | 0.49% | - |
| HSV(B) | 255.75º | 0.94% | 0.93% | - |
| XYZ | 18.06 | 7.81 | 79.91 | - |
| YUV | 57.54 | 228.72 | 139.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 15 | 236 | 0.69 | 0.94 | 0 | 0.07 | 255.75 | 0.88 | 0.49 |
| Hex | 49 | F | EC | 45 | 5E | 0 | 7 | 100 | 58 | 31 |
| Octal | 111 | 17 | 354 | 105 | 136 | 0 | 7 | 400 | 130 | 61 |
| Binary | 1001001 | 1111 | 11101100 | 1000101 | 1011110 | 0 | 111 | 100000000 | 1011000 | 110001 |
Color Harmonies of #490FEC
Complementary color
Monochromatic Colors of #490FEC
Black with #490FEC
Text Example
Text Example
White with #490FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #490FEC; }
p { color: rgb(73,15,236); }
H1.HeaderClassName
{
color: #490FEC;
}
.AnyTagClassName
{
color: #490FEC;
}
</style>
background-color css
<style>
a { background-color: #490FEC; }
a { background-color: rgb(73,15,236); }
div.DivClassName
{
background-color: #490FEC;
}
.BgClassName
{
background-color: #490FEC;
}
</style>
border-color css
<style>
span { border-color: #490FEC; }
span { border-color: rgb(73,15,236); }
td.TdClassName
{
border-color: #490FEC;
}
.TagClassName
{
border-color: #490FEC;
}
</style>