Shades of Han Purple #4E2DDC
Tints of Han Purple #4E2DDC
RGB
CMYK
RGB Variations
Color information
#4E2DDC (or 0x4E2DDC) is known color: Han Purple. HEX triplet: 4E, 2D and DC. RGB value is (78,45,220). Sum of RGB (Red+Green+Blue) = 78+45+220=343 (45% of max value = 765). Red value is 78 (30.86% from 255 or 22.74% from 343); Green value is 45 (17.97% from 255 or 13.12% from 343); Blue value is 220 (86.33% from 255 or 64.14% from 343); Max value from RGB is 220 - color contains mainly: blue. Hex color #4E2DDC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4E2DDC is #B1D223. Grayscale: #4A4A4A. Windows color (decimal): -11653668 or 14429518. OLE color: 14429518.
HSL color Cylindrical-coordinate representation of color #4E2DDC: hue angle of 251.31º degrees, saturation: 0.71, 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 #4E2DDC is Cyan = 0.65, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 78 | 45 | 220 | - |
| CMYK | 0.65 | 0.80 | 0 | 0.14 |
| HSL | 251.31º | 0.71% | 0.52% | - |
| HSV(B) | 251.31º | 0.8% | 0.86% | - |
| XYZ | 17 | 8.66 | 68.49 | - |
| YUV | 74.82 | 209.93 | 130.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 45 | 220 | 0.65 | 0.80 | 0 | 0.14 | 251.31 | 0.71 | 0.52 |
| Hex | 4E | 2D | DC | 41 | 50 | 0 | E | FB | 47 | 34 |
| Octal | 116 | 55 | 334 | 101 | 120 | 0 | 16 | 373 | 107 | 64 |
| Binary | 1001110 | 101101 | 11011100 | 1000001 | 1010000 | 0 | 1110 | 11111011 | 1000111 | 110100 |
Color Harmonies of #4E2DDC
Complementary color
Monochromatic Colors of #4E2DDC
Black with #4E2DDC
Text Example
Text Example
White with #4E2DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E2DDC; }
p { color: rgb(78,45,220); }
H1.HeaderClassName
{
color: #4E2DDC;
}
.AnyTagClassName
{
color: #4E2DDC;
}
</style>
background-color css
<style>
a { background-color: #4E2DDC; }
a { background-color: rgb(78,45,220); }
div.DivClassName
{
background-color: #4E2DDC;
}
.BgClassName
{
background-color: #4E2DDC;
}
</style>
border-color css
<style>
span { border-color: #4E2DDC; }
span { border-color: rgb(78,45,220); }
td.TdClassName
{
border-color: #4E2DDC;
}
.TagClassName
{
border-color: #4E2DDC;
}
</style>