Shades of Han Purple #4E27DB
Tints of Han Purple #4E27DB
RGB
CMYK
RGB Variations
Color information
#4E27DB (or 0x4E27DB) is known color: Han Purple. HEX triplet: 4E, 27 and DB. RGB value is (78,39,219). Sum of RGB (Red+Green+Blue) = 78+39+219=336 (44% of max value = 765). Red value is 78 (30.86% from 255 or 23.21% from 336); Green value is 39 (15.62% from 255 or 11.61% from 336); Blue value is 219 (85.94% from 255 or 65.18% from 336); Max value from RGB is 219 - color contains mainly: blue. Hex color #4E27DB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4E27DB is #B1D824. Grayscale: #464646. Windows color (decimal): -11655205 or 14362446. OLE color: 14362446.
HSL color Cylindrical-coordinate representation of color #4E27DB: hue angle of 253º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4E27DB is Cyan = 0.64, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 78 | 39 | 219 | - |
| CMYK | 0.64 | 0.82 | 0 | 0.14 |
| HSL | 253º | 0.71% | 0.51% | - |
| HSV(B) | 253º | 0.82% | 0.86% | - |
| XYZ | 16.65 | 8.19 | 67.72 | - |
| YUV | 71.18 | 211.42 | 132.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 39 | 219 | 0.64 | 0.82 | 0 | 0.14 | 253 | 0.71 | 0.51 |
| Hex | 4E | 27 | DB | 40 | 52 | 0 | E | FD | 47 | 33 |
| Octal | 116 | 47 | 333 | 100 | 122 | 0 | 16 | 375 | 107 | 63 |
| Binary | 1001110 | 100111 | 11011011 | 1000000 | 1010010 | 0 | 1110 | 11111101 | 1000111 | 110011 |
Color Harmonies of #4E27DB
Complementary color
Monochromatic Colors of #4E27DB
Black with #4E27DB
Text Example
Text Example
White with #4E27DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E27DB; }
p { color: rgb(78,39,219); }
H1.HeaderClassName
{
color: #4E27DB;
}
.AnyTagClassName
{
color: #4E27DB;
}
</style>
background-color css
<style>
a { background-color: #4E27DB; }
a { background-color: rgb(78,39,219); }
div.DivClassName
{
background-color: #4E27DB;
}
.BgClassName
{
background-color: #4E27DB;
}
</style>
border-color css
<style>
span { border-color: #4E27DB; }
span { border-color: rgb(78,39,219); }
td.TdClassName
{
border-color: #4E27DB;
}
.TagClassName
{
border-color: #4E27DB;
}
</style>