Shades of Han Purple #4926FF
Tints of Han Purple #4926FF
RGB
CMYK
RGB Variations
Color information
#4926FF (or 0x4926FF) is known color: Han Purple. HEX triplet: 49, 26 and FF. RGB value is (73,38,255). Sum of RGB (Red+Green+Blue) = 73+38+255=366 (48% of max value = 765). Red value is 73 (28.91% from 255 or 19.95% from 366); Green value is 38 (15.23% from 255 or 10.38% from 366); Blue value is 255 (100% from 255 or 69.67% from 366); Max value from RGB is 255 - color contains mainly: blue. Hex color #4926FF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4926FF is #B6D900. Grayscale: #484848. Windows color (decimal): -11983105 or 16721481. OLE color: 16721481.
HSL color Cylindrical-coordinate representation of color #4926FF: hue angle of 249.68º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4926FF is Cyan = 0.71, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 73 | 38 | 255 | - |
| CMYK | 0.71 | 0.85 | 0 | 0 |
| HSL | 249.68º | 1% | 0.57% | - |
| HSV(B) | 249.68º | 0.85% | 1% | - |
| XYZ | 21.49 | 10.02 | 95.41 | - |
| YUV | 73.2 | 230.6 | 127.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 38 | 255 | 0.71 | 0.85 | 0 | 0 | 249.68 | 1 | 0.57 |
| Hex | 49 | 26 | FF | 47 | 55 | 0 | 0 | FA | 64 | 39 |
| Octal | 111 | 46 | 377 | 107 | 125 | 0 | 0 | 372 | 144 | 71 |
| Binary | 1001001 | 100110 | 11111111 | 1000111 | 1010101 | 0 | 0 | 11111010 | 1100100 | 111001 |
Color Harmonies of #4926FF
Complementary color
Monochromatic Colors of #4926FF
Black with #4926FF
Text Example
Text Example
White with #4926FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4926FF; }
p { color: rgb(73,38,255); }
H1.HeaderClassName
{
color: #4926FF;
}
.AnyTagClassName
{
color: #4926FF;
}
</style>
background-color css
<style>
a { background-color: #4926FF; }
a { background-color: rgb(73,38,255); }
div.DivClassName
{
background-color: #4926FF;
}
.BgClassName
{
background-color: #4926FF;
}
</style>
border-color css
<style>
span { border-color: #4926FF; }
span { border-color: rgb(73,38,255); }
td.TdClassName
{
border-color: #4926FF;
}
.TagClassName
{
border-color: #4926FF;
}
</style>