Shades of Han Purple #4B11E8
Tints of Han Purple #4B11E8
RGB
CMYK
RGB Variations
Color information
#4B11E8 (or 0x4B11E8) is known color: Han Purple. HEX triplet: 4B, 11 and E8. RGB value is (75,17,232). Sum of RGB (Red+Green+Blue) = 75+17+232=324 (42% of max value = 765). Red value is 75 (29.69% from 255 or 23.15% from 324); Green value is 17 (7.03% from 255 or 5.25% from 324); Blue value is 232 (91.02% from 255 or 71.60% from 324); Max value from RGB is 232 - color contains mainly: blue. Hex color #4B11E8 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4B11E8 is #B4EE17. Grayscale: #3A3A3A. Windows color (decimal): -11857432 or 15208779. OLE color: 15208779.
HSL color Cylindrical-coordinate representation of color #4B11E8: hue angle of 256.19º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4B11E8 is Cyan = 0.68, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 75 | 17 | 232 | - |
| CMYK | 0.68 | 0.93 | 0 | 0.09 |
| HSL | 256.19º | 0.86% | 0.49% | - |
| HSV(B) | 256.19º | 0.93% | 0.91% | - |
| XYZ | 17.67 | 7.72 | 76.9 | - |
| YUV | 58.85 | 225.72 | 139.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 17 | 232 | 0.68 | 0.93 | 0 | 0.09 | 256.19 | 0.86 | 0.49 |
| Hex | 4B | 11 | E8 | 44 | 5D | 0 | 9 | 100 | 56 | 31 |
| Octal | 113 | 21 | 350 | 104 | 135 | 0 | 11 | 400 | 126 | 61 |
| Binary | 1001011 | 10001 | 11101000 | 1000100 | 1011101 | 0 | 1001 | 100000000 | 1010110 | 110001 |
Color Harmonies of #4B11E8
Complementary color
Monochromatic Colors of #4B11E8
Black with #4B11E8
Text Example
Text Example
White with #4B11E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B11E8; }
p { color: rgb(75,17,232); }
H1.HeaderClassName
{
color: #4B11E8;
}
.AnyTagClassName
{
color: #4B11E8;
}
</style>
background-color css
<style>
a { background-color: #4B11E8; }
a { background-color: rgb(75,17,232); }
div.DivClassName
{
background-color: #4B11E8;
}
.BgClassName
{
background-color: #4B11E8;
}
</style>
border-color css
<style>
span { border-color: #4B11E8; }
span { border-color: rgb(75,17,232); }
td.TdClassName
{
border-color: #4B11E8;
}
.TagClassName
{
border-color: #4B11E8;
}
</style>