Shades of Han Purple #4B0EF1
Tints of Han Purple #4B0EF1
RGB
CMYK
RGB Variations
Color information
#4B0EF1 (or 0x4B0EF1) is known color: Han Purple. HEX triplet: 4B, 0E and F1. RGB value is (75,14,241). Sum of RGB (Red+Green+Blue) = 75+14+241=330 (43% of max value = 765). Red value is 75 (29.69% from 255 or 22.73% from 330); Green value is 14 (5.86% from 255 or 4.24% from 330); Blue value is 241 (94.53% from 255 or 73.03% from 330); Max value from RGB is 241 - color contains mainly: blue. Hex color #4B0EF1 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4B0EF1 is #B4F10E. Grayscale: #393939. Windows color (decimal): -11858191 or 15797835. OLE color: 15797835.
HSL color Cylindrical-coordinate representation of color #4B0EF1: hue angle of 256.12º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #4B0EF1 is Cyan = 0.69, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 75 | 14 | 241 | - |
| CMYK | 0.69 | 0.94 | 0 | 0.05 |
| HSL | 256.12º | 0.89% | 0.5% | - |
| HSV(B) | 256.12º | 0.94% | 0.95% | - |
| XYZ | 18.94 | 8.16 | 83.8 | - |
| YUV | 58.12 | 231.21 | 140.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 14 | 241 | 0.69 | 0.94 | 0 | 0.05 | 256.12 | 0.89 | 0.5 |
| Hex | 4B | E | F1 | 45 | 5E | 0 | 5 | 100 | 59 | 32 |
| Octal | 113 | 16 | 361 | 105 | 136 | 0 | 5 | 400 | 131 | 62 |
| Binary | 1001011 | 1110 | 11110001 | 1000101 | 1011110 | 0 | 101 | 100000000 | 1011001 | 110010 |
Color Harmonies of #4B0EF1
Complementary color
Monochromatic Colors of #4B0EF1
Black with #4B0EF1
Text Example
Text Example
White with #4B0EF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B0EF1; }
p { color: rgb(75,14,241); }
H1.HeaderClassName
{
color: #4B0EF1;
}
.AnyTagClassName
{
color: #4B0EF1;
}
</style>
background-color css
<style>
a { background-color: #4B0EF1; }
a { background-color: rgb(75,14,241); }
div.DivClassName
{
background-color: #4B0EF1;
}
.BgClassName
{
background-color: #4B0EF1;
}
</style>
border-color css
<style>
span { border-color: #4B0EF1; }
span { border-color: rgb(75,14,241); }
td.TdClassName
{
border-color: #4B0EF1;
}
.TagClassName
{
border-color: #4B0EF1;
}
</style>