Shades of Han Purple #4E1CFF
Tints of Han Purple #4E1CFF
RGB
CMYK
RGB Variations
Color information
#4E1CFF (or 0x4E1CFF) is known color: Han Purple. HEX triplet: 4E, 1C and FF. RGB value is (78,28,255). Sum of RGB (Red+Green+Blue) = 78+28+255=361 (47% of max value = 765). Red value is 78 (30.86% from 255 or 21.61% from 361); Green value is 28 (11.33% from 255 or 7.76% from 361); Blue value is 255 (100% from 255 or 70.64% from 361); Max value from RGB is 255 - color contains mainly: blue. Hex color #4E1CFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #4E1CFF is #B1E300. Grayscale: #434343. Windows color (decimal): -11657985 or 16718926. OLE color: 16718926.
HSL color Cylindrical-coordinate representation of color #4E1CFF: hue angle of 253.22º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4E1CFF is Cyan = 0.69, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 78 | 28 | 255 | - |
| CMYK | 0.69 | 0.89 | 0 | 0 |
| HSL | 253.22º | 1% | 0.55% | - |
| HSV(B) | 253.22º | 0.89% | 1% | - |
| XYZ | 21.61 | 9.67 | 95.34 | - |
| YUV | 68.83 | 233.07 | 134.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 28 | 255 | 0.69 | 0.89 | 0 | 0 | 253.22 | 1 | 0.55 |
| Hex | 4E | 1C | FF | 45 | 59 | 0 | 0 | FD | 64 | 37 |
| Octal | 116 | 34 | 377 | 105 | 131 | 0 | 0 | 375 | 144 | 67 |
| Binary | 1001110 | 11100 | 11111111 | 1000101 | 1011001 | 0 | 0 | 11111101 | 1100100 | 110111 |
Color Harmonies of #4E1CFF
Complementary color
Monochromatic Colors of #4E1CFF
Black with #4E1CFF
Text Example
Text Example
White with #4E1CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E1CFF; }
p { color: rgb(78,28,255); }
H1.HeaderClassName
{
color: #4E1CFF;
}
.AnyTagClassName
{
color: #4E1CFF;
}
</style>
background-color css
<style>
a { background-color: #4E1CFF; }
a { background-color: rgb(78,28,255); }
div.DivClassName
{
background-color: #4E1CFF;
}
.BgClassName
{
background-color: #4E1CFF;
}
</style>
border-color css
<style>
span { border-color: #4E1CFF; }
span { border-color: rgb(78,28,255); }
td.TdClassName
{
border-color: #4E1CFF;
}
.TagClassName
{
border-color: #4E1CFF;
}
</style>