Shades of Han Purple #4928FE
Tints of Han Purple #4928FE
RGB
CMYK
RGB Variations
Color information
#4928FE (or 0x4928FE) is known color: Han Purple. HEX triplet: 49, 28 and FE. RGB value is (73,40,254). Sum of RGB (Red+Green+Blue) = 73+40+254=367 (48% of max value = 765). Red value is 73 (28.91% from 255 or 19.89% from 367); Green value is 40 (16.02% from 255 or 10.90% from 367); Blue value is 254 (99.61% from 255 or 69.21% from 367); Max value from RGB is 254 - color contains mainly: blue. Hex color #4928FE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4928FE is #B6D701. Grayscale: #494949. Windows color (decimal): -11982594 or 16656457. OLE color: 16656457.
HSL color Cylindrical-coordinate representation of color #4928FE: hue angle of 249.25º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4928FE is Cyan = 0.71, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 73 | 40 | 254 | - |
| CMYK | 0.71 | 0.84 | 0 | 0.00 |
| HSL | 249.25º | 0.99% | 0.58% | - |
| HSV(B) | 249.25º | 0.84% | 1% | - |
| XYZ | 21.4 | 10.09 | 94.59 | - |
| YUV | 74.26 | 229.43 | 127.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 40 | 254 | 0.71 | 0.84 | 0 | 0.00 | 249.25 | 0.99 | 0.58 |
| Hex | 49 | 28 | FE | 47 | 54 | 0 | 0 | F9 | 63 | 3A |
| Octal | 111 | 50 | 376 | 107 | 124 | 0 | 0 | 371 | 143 | 72 |
| Binary | 1001001 | 101000 | 11111110 | 1000111 | 1010100 | 0 | 0 | 11111001 | 1100011 | 111010 |
Color Harmonies of #4928FE
Complementary color
Monochromatic Colors of #4928FE
Black with #4928FE
Text Example
Text Example
White with #4928FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4928FE; }
p { color: rgb(73,40,254); }
H1.HeaderClassName
{
color: #4928FE;
}
.AnyTagClassName
{
color: #4928FE;
}
</style>
background-color css
<style>
a { background-color: #4928FE; }
a { background-color: rgb(73,40,254); }
div.DivClassName
{
background-color: #4928FE;
}
.BgClassName
{
background-color: #4928FE;
}
</style>
border-color css
<style>
span { border-color: #4928FE; }
span { border-color: rgb(73,40,254); }
td.TdClassName
{
border-color: #4928FE;
}
.TagClassName
{
border-color: #4928FE;
}
</style>