Shades of Han Purple #4E1BFB
Tints of Han Purple #4E1BFB
RGB
CMYK
RGB Variations
Color information
#4E1BFB (or 0x4E1BFB) is known color: Han Purple. HEX triplet: 4E, 1B and FB. RGB value is (78,27,251). Sum of RGB (Red+Green+Blue) = 78+27+251=356 (47% of max value = 765). Red value is 78 (30.86% from 255 or 21.91% from 356); Green value is 27 (10.94% from 255 or 7.58% from 356); Blue value is 251 (98.44% from 255 or 70.51% from 356); Max value from RGB is 251 - color contains mainly: blue. Hex color #4E1BFB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #4E1BFB is #B1E404. Grayscale: #424242. Windows color (decimal): -11658245 or 16456526. OLE color: 16456526.
HSL color Cylindrical-coordinate representation of color #4E1BFB: hue angle of 253.66º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4E1BFB is Cyan = 0.69, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 78 | 27 | 251 | - |
| CMYK | 0.69 | 0.89 | 0 | 0.02 |
| HSL | 253.66º | 0.97% | 0.55% | - |
| HSV(B) | 253.66º | 0.89% | 0.98% | - |
| XYZ | 20.95 | 9.37 | 91.97 | - |
| YUV | 67.79 | 231.4 | 135.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 27 | 251 | 0.69 | 0.89 | 0 | 0.02 | 253.66 | 0.97 | 0.55 |
| Hex | 4E | 1B | FB | 45 | 59 | 0 | 2 | FE | 61 | 37 |
| Octal | 116 | 33 | 373 | 105 | 131 | 0 | 2 | 376 | 141 | 67 |
| Binary | 1001110 | 11011 | 11111011 | 1000101 | 1011001 | 0 | 10 | 11111110 | 1100001 | 110111 |
Color Harmonies of #4E1BFB
Complementary color
Monochromatic Colors of #4E1BFB
Black with #4E1BFB
Text Example
Text Example
White with #4E1BFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E1BFB; }
p { color: rgb(78,27,251); }
H1.HeaderClassName
{
color: #4E1BFB;
}
.AnyTagClassName
{
color: #4E1BFB;
}
</style>
background-color css
<style>
a { background-color: #4E1BFB; }
a { background-color: rgb(78,27,251); }
div.DivClassName
{
background-color: #4E1BFB;
}
.BgClassName
{
background-color: #4E1BFB;
}
</style>
border-color css
<style>
span { border-color: #4E1BFB; }
span { border-color: rgb(78,27,251); }
td.TdClassName
{
border-color: #4E1BFB;
}
.TagClassName
{
border-color: #4E1BFB;
}
</style>