Shades of Han Purple #4E06D9
Tints of Han Purple #4E06D9
RGB
CMYK
RGB Variations
Color information
#4E06D9 (or 0x4E06D9) is known color: Han Purple. HEX triplet: 4E, 06 and D9. RGB value is (78,6,217). Sum of RGB (Red+Green+Blue) = 78+6+217=301 (39% of max value = 765). Red value is 78 (30.86% from 255 or 25.91% from 301); Green value is 6 (2.73% from 255 or 1.99% from 301); Blue value is 217 (85.16% from 255 or 72.09% from 301); Max value from RGB is 217 - color contains mainly: blue. Hex color #4E06D9 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #4E06D9 is #B1F926. Grayscale: #323232. Windows color (decimal): -11663655 or 14222926. OLE color: 14222926.
HSL color Cylindrical-coordinate representation of color #4E06D9: hue angle of 260.47º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4E06D9 is Cyan = 0.64, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 78 | 6 | 217 | - |
| CMYK | 0.64 | 0.97 | 0 | 0.15 |
| HSL | 260.47º | 0.95% | 0.44% | - |
| HSV(B) | 260.47º | 0.97% | 0.85% | - |
| XYZ | 15.73 | 6.76 | 66.12 | - |
| YUV | 51.58 | 221.35 | 146.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 6 | 217 | 0.64 | 0.97 | 0 | 0.15 | 260.47 | 0.95 | 0.44 |
| Hex | 4E | 6 | D9 | 40 | 61 | 0 | F | 104 | 5F | 2C |
| Octal | 116 | 6 | 331 | 100 | 141 | 0 | 17 | 404 | 137 | 54 |
| Binary | 1001110 | 110 | 11011001 | 1000000 | 1100001 | 0 | 1111 | 100000100 | 1011111 | 101100 |
Color Harmonies of #4E06D9
Complementary color
Monochromatic Colors of #4E06D9
Black with #4E06D9
Text Example
Text Example
White with #4E06D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E06D9; }
p { color: rgb(78,6,217); }
H1.HeaderClassName
{
color: #4E06D9;
}
.AnyTagClassName
{
color: #4E06D9;
}
</style>
background-color css
<style>
a { background-color: #4E06D9; }
a { background-color: rgb(78,6,217); }
div.DivClassName
{
background-color: #4E06D9;
}
.BgClassName
{
background-color: #4E06D9;
}
</style>
border-color css
<style>
span { border-color: #4E06D9; }
span { border-color: rgb(78,6,217); }
td.TdClassName
{
border-color: #4E06D9;
}
.TagClassName
{
border-color: #4E06D9;
}
</style>