Shades of Han Purple #4926F1
Tints of Han Purple #4926F1
RGB
CMYK
RGB Variations
Color information
#4926F1 (or 0x4926F1) is known color: Han Purple. HEX triplet: 49, 26 and F1. RGB value is (73,38,241). Sum of RGB (Red+Green+Blue) = 73+38+241=352 (46% of max value = 765). Red value is 73 (28.91% from 255 or 20.74% from 352); Green value is 38 (15.23% from 255 or 10.80% from 352); Blue value is 241 (94.53% from 255 or 68.47% from 352); Max value from RGB is 241 - color contains mainly: blue. Hex color #4926F1 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4926F1 is #B6D90E. Grayscale: #464646. Windows color (decimal): -11983119 or 15803977. OLE color: 15803977.
HSL color Cylindrical-coordinate representation of color #4926F1: hue angle of 250.34º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4926F1 is Cyan = 0.70, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 73 | 38 | 241 | - |
| CMYK | 0.70 | 0.84 | 0 | 0.05 |
| HSL | 250.34º | 0.88% | 0.55% | - |
| HSV(B) | 250.34º | 0.84% | 0.95% | - |
| XYZ | 19.32 | 9.15 | 83.97 | - |
| YUV | 71.61 | 223.6 | 128.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 38 | 241 | 0.70 | 0.84 | 0 | 0.05 | 250.34 | 0.88 | 0.55 |
| Hex | 49 | 26 | F1 | 46 | 54 | 0 | 5 | FA | 58 | 37 |
| Octal | 111 | 46 | 361 | 106 | 124 | 0 | 5 | 372 | 130 | 67 |
| Binary | 1001001 | 100110 | 11110001 | 1000110 | 1010100 | 0 | 101 | 11111010 | 1011000 | 110111 |
Color Harmonies of #4926F1
Complementary color
Monochromatic Colors of #4926F1
Black with #4926F1
Text Example
Text Example
White with #4926F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4926F1; }
p { color: rgb(73,38,241); }
H1.HeaderClassName
{
color: #4926F1;
}
.AnyTagClassName
{
color: #4926F1;
}
</style>
background-color css
<style>
a { background-color: #4926F1; }
a { background-color: rgb(73,38,241); }
div.DivClassName
{
background-color: #4926F1;
}
.BgClassName
{
background-color: #4926F1;
}
</style>
border-color css
<style>
span { border-color: #4926F1; }
span { border-color: rgb(73,38,241); }
td.TdClassName
{
border-color: #4926F1;
}
.TagClassName
{
border-color: #4926F1;
}
</style>