Shades of Han Purple #4E2BDC
Tints of Han Purple #4E2BDC
RGB
CMYK
RGB Variations
Color information
#4E2BDC (or 0x4E2BDC) is known color: Han Purple. HEX triplet: 4E, 2B and DC. RGB value is (78,43,220). Sum of RGB (Red+Green+Blue) = 78+43+220=341 (45% of max value = 765). Red value is 78 (30.86% from 255 or 22.87% from 341); Green value is 43 (17.19% from 255 or 12.61% from 341); Blue value is 220 (86.33% from 255 or 64.52% from 341); Max value from RGB is 220 - color contains mainly: blue. Hex color #4E2BDC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4E2BDC is #B1D423. Grayscale: #484848. Windows color (decimal): -11654180 or 14429006. OLE color: 14429006.
HSL color Cylindrical-coordinate representation of color #4E2BDC: hue angle of 251.86º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4E2BDC is Cyan = 0.65, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 78 | 43 | 220 | - |
| CMYK | 0.65 | 0.80 | 0 | 0.14 |
| HSL | 251.86º | 0.72% | 0.52% | - |
| HSV(B) | 251.86º | 0.8% | 0.86% | - |
| XYZ | 16.92 | 8.51 | 68.46 | - |
| YUV | 73.64 | 210.6 | 131.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 43 | 220 | 0.65 | 0.80 | 0 | 0.14 | 251.86 | 0.72 | 0.52 |
| Hex | 4E | 2B | DC | 41 | 50 | 0 | E | FC | 48 | 34 |
| Octal | 116 | 53 | 334 | 101 | 120 | 0 | 16 | 374 | 110 | 64 |
| Binary | 1001110 | 101011 | 11011100 | 1000001 | 1010000 | 0 | 1110 | 11111100 | 1001000 | 110100 |
Color Harmonies of #4E2BDC
Complementary color
Monochromatic Colors of #4E2BDC
Black with #4E2BDC
Text Example
Text Example
White with #4E2BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E2BDC; }
p { color: rgb(78,43,220); }
H1.HeaderClassName
{
color: #4E2BDC;
}
.AnyTagClassName
{
color: #4E2BDC;
}
</style>
background-color css
<style>
a { background-color: #4E2BDC; }
a { background-color: rgb(78,43,220); }
div.DivClassName
{
background-color: #4E2BDC;
}
.BgClassName
{
background-color: #4E2BDC;
}
</style>
border-color css
<style>
span { border-color: #4E2BDC; }
span { border-color: rgb(78,43,220); }
td.TdClassName
{
border-color: #4E2BDC;
}
.TagClassName
{
border-color: #4E2BDC;
}
</style>