Shades of Han Purple #4E1BDF
Tints of Han Purple #4E1BDF
RGB
CMYK
RGB Variations
Color information
#4E1BDF (or 0x4E1BDF) is known color: Han Purple. HEX triplet: 4E, 1B and DF. RGB value is (78,27,223). Sum of RGB (Red+Green+Blue) = 78+27+223=328 (43% of max value = 765). Red value is 78 (30.86% from 255 or 23.78% from 328); Green value is 27 (10.94% from 255 or 8.23% from 328); Blue value is 223 (87.5% from 255 or 67.99% from 328); Max value from RGB is 223 - color contains mainly: blue. Hex color #4E1BDF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4E1BDF is #B1E420. Grayscale: #3F3F3F. Windows color (decimal): -11658273 or 14621518. OLE color: 14621518.
HSL color Cylindrical-coordinate representation of color #4E1BDF: hue angle of 255.61º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #4E1BDF is Cyan = 0.65, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 78 | 27 | 223 | - |
| CMYK | 0.65 | 0.88 | 0 | 0.13 |
| HSL | 255.61º | 0.78% | 0.49% | - |
| HSV(B) | 255.61º | 0.88% | 0.87% | - |
| XYZ | 16.85 | 7.73 | 70.42 | - |
| YUV | 64.59 | 217.4 | 137.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 27 | 223 | 0.65 | 0.88 | 0 | 0.13 | 255.61 | 0.78 | 0.49 |
| Hex | 4E | 1B | DF | 41 | 58 | 0 | D | 100 | 4E | 31 |
| Octal | 116 | 33 | 337 | 101 | 130 | 0 | 15 | 400 | 116 | 61 |
| Binary | 1001110 | 11011 | 11011111 | 1000001 | 1011000 | 0 | 1101 | 100000000 | 1001110 | 110001 |
Color Harmonies of #4E1BDF
Complementary color
Monochromatic Colors of #4E1BDF
Black with #4E1BDF
Text Example
Text Example
White with #4E1BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E1BDF; }
p { color: rgb(78,27,223); }
H1.HeaderClassName
{
color: #4E1BDF;
}
.AnyTagClassName
{
color: #4E1BDF;
}
</style>
background-color css
<style>
a { background-color: #4E1BDF; }
a { background-color: rgb(78,27,223); }
div.DivClassName
{
background-color: #4E1BDF;
}
.BgClassName
{
background-color: #4E1BDF;
}
</style>
border-color css
<style>
span { border-color: #4E1BDF; }
span { border-color: rgb(78,27,223); }
td.TdClassName
{
border-color: #4E1BDF;
}
.TagClassName
{
border-color: #4E1BDF;
}
</style>