Shades of Han Purple #4E08D1
Tints of Han Purple #4E08D1
RGB
CMYK
RGB Variations
Color information
#4E08D1 (or 0x4E08D1) is known color: Han Purple. HEX triplet: 4E, 08 and D1. RGB value is (78,8,209). Sum of RGB (Red+Green+Blue) = 78+8+209=295 (39% of max value = 765). Red value is 78 (30.86% from 255 or 26.44% from 295); Green value is 8 (3.52% from 255 or 2.71% from 295); Blue value is 209 (82.03% from 255 or 70.85% from 295); Max value from RGB is 209 - color contains mainly: blue. Hex color #4E08D1 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #4E08D1 is #B1F72E. Grayscale: #333333. Windows color (decimal): -11663151 or 13699150. OLE color: 13699150.
HSL color Cylindrical-coordinate representation of color #4E08D1: hue angle of 260.9º degrees, saturation: 0.93, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4E08D1 is Cyan = 0.63, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 78 | 8 | 209 | - |
| CMYK | 0.63 | 0.96 | 0 | 0.18 |
| HSL | 260.9º | 0.93% | 0.43% | - |
| HSV(B) | 260.9º | 0.96% | 0.82% | - |
| XYZ | 14.74 | 6.4 | 60.78 | - |
| YUV | 51.84 | 216.69 | 146.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 8 | 209 | 0.63 | 0.96 | 0 | 0.18 | 260.9 | 0.93 | 0.43 |
| Hex | 4E | 8 | D1 | 3F | 60 | 0 | 12 | 105 | 5D | 2B |
| Octal | 116 | 10 | 321 | 77 | 140 | 0 | 22 | 405 | 135 | 53 |
| Binary | 1001110 | 1000 | 11010001 | 111111 | 1100000 | 0 | 10010 | 100000101 | 1011101 | 101011 |
Color Harmonies of #4E08D1
Complementary color
Monochromatic Colors of #4E08D1
Black with #4E08D1
Text Example
Text Example
White with #4E08D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E08D1; }
p { color: rgb(78,8,209); }
H1.HeaderClassName
{
color: #4E08D1;
}
.AnyTagClassName
{
color: #4E08D1;
}
</style>
background-color css
<style>
a { background-color: #4E08D1; }
a { background-color: rgb(78,8,209); }
div.DivClassName
{
background-color: #4E08D1;
}
.BgClassName
{
background-color: #4E08D1;
}
</style>
border-color css
<style>
span { border-color: #4E08D1; }
span { border-color: rgb(78,8,209); }
td.TdClassName
{
border-color: #4E08D1;
}
.TagClassName
{
border-color: #4E08D1;
}
</style>