Shades of Han Purple #490DFE
Tints of Han Purple #490DFE
RGB
CMYK
RGB Variations
Color information
#490DFE (or 0x490DFE) is known color: Han Purple. HEX triplet: 49, 0D and FE. RGB value is (73,13,254). Sum of RGB (Red+Green+Blue) = 73+13+254=340 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.47% from 340); Green value is 13 (5.47% from 255 or 3.82% from 340); Blue value is 254 (99.61% from 255 or 74.71% from 340); Max value from RGB is 254 - color contains mainly: blue. Hex color #490DFE is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #490DFE is #B6F201. Grayscale: #393939. Windows color (decimal): -11989506 or 16649545. OLE color: 16649545.
HSL color Cylindrical-coordinate representation of color #490DFE: hue angle of 254.94º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #490DFE is Cyan = 0.71, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 73 | 13 | 254 | - |
| CMYK | 0.71 | 0.95 | 0 | 0.00 |
| HSL | 254.94º | 0.99% | 0.52% | - |
| HSV(B) | 254.94º | 0.95% | 1% | - |
| XYZ | 20.78 | 8.86 | 94.38 | - |
| YUV | 58.41 | 238.38 | 138.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 13 | 254 | 0.71 | 0.95 | 0 | 0.00 | 254.94 | 0.99 | 0.52 |
| Hex | 49 | D | FE | 47 | 5F | 0 | 0 | FF | 63 | 34 |
| Octal | 111 | 15 | 376 | 107 | 137 | 0 | 0 | 377 | 143 | 64 |
| Binary | 1001001 | 1101 | 11111110 | 1000111 | 1011111 | 0 | 0 | 11111111 | 1100011 | 110100 |
Color Harmonies of #490DFE
Complementary color
Monochromatic Colors of #490DFE
Black with #490DFE
Text Example
Text Example
White with #490DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #490DFE; }
p { color: rgb(73,13,254); }
H1.HeaderClassName
{
color: #490DFE;
}
.AnyTagClassName
{
color: #490DFE;
}
</style>
background-color css
<style>
a { background-color: #490DFE; }
a { background-color: rgb(73,13,254); }
div.DivClassName
{
background-color: #490DFE;
}
.BgClassName
{
background-color: #490DFE;
}
</style>
border-color css
<style>
span { border-color: #490DFE; }
span { border-color: rgb(73,13,254); }
td.TdClassName
{
border-color: #490DFE;
}
.TagClassName
{
border-color: #490DFE;
}
</style>