Shades of Han Purple #4E1CDE
Tints of Han Purple #4E1CDE
RGB
CMYK
RGB Variations
Color information
#4E1CDE (or 0x4E1CDE) is known color: Han Purple. HEX triplet: 4E, 1C and DE. RGB value is (78,28,222). Sum of RGB (Red+Green+Blue) = 78+28+222=328 (43% of max value = 765). Red value is 78 (30.86% from 255 or 23.78% from 328); Green value is 28 (11.33% from 255 or 8.54% from 328); Blue value is 222 (87.11% from 255 or 67.68% from 328); Max value from RGB is 222 - color contains mainly: blue. Hex color #4E1CDE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4E1CDE is #B1E321. Grayscale: #404040. Windows color (decimal): -11658018 or 14556238. OLE color: 14556238.
HSL color Cylindrical-coordinate representation of color #4E1CDE: hue angle of 255.46º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #4E1CDE is Cyan = 0.65, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 78 | 28 | 222 | - |
| CMYK | 0.65 | 0.87 | 0 | 0.13 |
| HSL | 255.46º | 0.78% | 0.49% | - |
| HSV(B) | 255.46º | 0.87% | 0.87% | - |
| XYZ | 16.74 | 7.72 | 69.72 | - |
| YUV | 65.07 | 216.57 | 137.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 28 | 222 | 0.65 | 0.87 | 0 | 0.13 | 255.46 | 0.78 | 0.49 |
| Hex | 4E | 1C | DE | 41 | 57 | 0 | D | FF | 4E | 31 |
| Octal | 116 | 34 | 336 | 101 | 127 | 0 | 15 | 377 | 116 | 61 |
| Binary | 1001110 | 11100 | 11011110 | 1000001 | 1010111 | 0 | 1101 | 11111111 | 1001110 | 110001 |
Color Harmonies of #4E1CDE
Complementary color
Monochromatic Colors of #4E1CDE
Black with #4E1CDE
Text Example
Text Example
White with #4E1CDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E1CDE; }
p { color: rgb(78,28,222); }
H1.HeaderClassName
{
color: #4E1CDE;
}
.AnyTagClassName
{
color: #4E1CDE;
}
</style>
background-color css
<style>
a { background-color: #4E1CDE; }
a { background-color: rgb(78,28,222); }
div.DivClassName
{
background-color: #4E1CDE;
}
.BgClassName
{
background-color: #4E1CDE;
}
</style>
border-color css
<style>
span { border-color: #4E1CDE; }
span { border-color: rgb(78,28,222); }
td.TdClassName
{
border-color: #4E1CDE;
}
.TagClassName
{
border-color: #4E1CDE;
}
</style>