Shades of Han Purple #4901FE
Tints of Han Purple #4901FE
RGB
CMYK
RGB Variations
Color information
#4901FE (or 0x4901FE) is known color: Han Purple. HEX triplet: 49, 01 and FE. RGB value is (73,1,254). Sum of RGB (Red+Green+Blue) = 73+1+254=328 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.26% from 328); Green value is 1 (0.78% from 255 or 0.30% from 328); Blue value is 254 (99.61% from 255 or 77.44% from 328); Max value from RGB is 254 - color contains mainly: blue. Hex color #4901FE is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4901FE is #B6FE01. Grayscale: #323232. Windows color (decimal): -11992578 or 16646473. OLE color: 16646473.
HSL color Cylindrical-coordinate representation of color #4901FE: hue angle of 257.08º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4901FE is Cyan = 0.71, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 73 | 1 | 254 | - |
| CMYK | 0.71 | 1.00 | 0 | 0.00 |
| HSL | 257.08º | 0.99% | 0.5% | - |
| HSV(B) | 257.08º | 1% | 1% | - |
| XYZ | 20.65 | 8.59 | 94.34 | - |
| YUV | 51.37 | 242.35 | 143.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 1 | 254 | 0.71 | 1.00 | 0 | 0.00 | 257.08 | 0.99 | 0.5 |
| Hex | 49 | 1 | FE | 47 | 64 | 0 | 0 | 101 | 63 | 32 |
| Octal | 111 | 1 | 376 | 107 | 144 | 0 | 0 | 401 | 143 | 62 |
| Binary | 1001001 | 1 | 11111110 | 1000111 | 1100100 | 0 | 0 | 100000001 | 1100011 | 110010 |
Color Harmonies of #4901FE
Complementary color
Monochromatic Colors of #4901FE
Black with #4901FE
Text Example
Text Example
White with #4901FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4901FE; }
p { color: rgb(73,1,254); }
H1.HeaderClassName
{
color: #4901FE;
}
.AnyTagClassName
{
color: #4901FE;
}
</style>
background-color css
<style>
a { background-color: #4901FE; }
a { background-color: rgb(73,1,254); }
div.DivClassName
{
background-color: #4901FE;
}
.BgClassName
{
background-color: #4901FE;
}
</style>
border-color css
<style>
span { border-color: #4901FE; }
span { border-color: rgb(73,1,254); }
td.TdClassName
{
border-color: #4901FE;
}
.TagClassName
{
border-color: #4901FE;
}
</style>