Shades of Han Purple #4926FE
Tints of Han Purple #4926FE
RGB
CMYK
RGB Variations
Color information
#4926FE (or 0x4926FE) is known color: Han Purple. HEX triplet: 49, 26 and FE. RGB value is (73,38,254). Sum of RGB (Red+Green+Blue) = 73+38+254=365 (48% of max value = 765). Red value is 73 (28.91% from 255 or 20% from 365); Green value is 38 (15.23% from 255 or 10.41% from 365); Blue value is 254 (99.61% from 255 or 69.59% from 365); Max value from RGB is 254 - color contains mainly: blue. Hex color #4926FE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4926FE is #B6D901. Grayscale: #484848. Windows color (decimal): -11983106 or 16655945. OLE color: 16655945.
HSL color Cylindrical-coordinate representation of color #4926FE: hue angle of 249.72º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4926FE is Cyan = 0.71, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 73 | 38 | 254 | - |
| CMYK | 0.71 | 0.85 | 0 | 0.00 |
| HSL | 249.72º | 0.99% | 0.57% | - |
| HSV(B) | 249.72º | 0.85% | 1% | - |
| XYZ | 21.33 | 9.96 | 94.56 | - |
| YUV | 73.09 | 230.1 | 127.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 38 | 254 | 0.71 | 0.85 | 0 | 0.00 | 249.72 | 0.99 | 0.57 |
| Hex | 49 | 26 | FE | 47 | 55 | 0 | 0 | FA | 63 | 39 |
| Octal | 111 | 46 | 376 | 107 | 125 | 0 | 0 | 372 | 143 | 71 |
| Binary | 1001001 | 100110 | 11111110 | 1000111 | 1010101 | 0 | 0 | 11111010 | 1100011 | 111001 |
Color Harmonies of #4926FE
Complementary color
Monochromatic Colors of #4926FE
Black with #4926FE
Text Example
Text Example
White with #4926FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4926FE; }
p { color: rgb(73,38,254); }
H1.HeaderClassName
{
color: #4926FE;
}
.AnyTagClassName
{
color: #4926FE;
}
</style>
background-color css
<style>
a { background-color: #4926FE; }
a { background-color: rgb(73,38,254); }
div.DivClassName
{
background-color: #4926FE;
}
.BgClassName
{
background-color: #4926FE;
}
</style>
border-color css
<style>
span { border-color: #4926FE; }
span { border-color: rgb(73,38,254); }
td.TdClassName
{
border-color: #4926FE;
}
.TagClassName
{
border-color: #4926FE;
}
</style>