Shades of Han Purple #4E05E0
Tints of Han Purple #4E05E0
RGB
CMYK
RGB Variations
Color information
#4E05E0 (or 0x4E05E0) is known color: Han Purple. HEX triplet: 4E, 05 and E0. RGB value is (78,5,224). Sum of RGB (Red+Green+Blue) = 78+5+224=307 (40% of max value = 765). Red value is 78 (30.86% from 255 or 25.41% from 307); Green value is 5 (2.34% from 255 or 1.63% from 307); Blue value is 224 (87.89% from 255 or 72.96% from 307); Max value from RGB is 224 - color contains mainly: blue. Hex color #4E05E0 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #4E05E0 is #B1FA1F. Grayscale: #323232. Windows color (decimal): -11663904 or 14681422. OLE color: 14681422.
HSL color Cylindrical-coordinate representation of color #4E05E0: hue angle of 260º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4E05E0 is Cyan = 0.65, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 78 | 5 | 224 | - |
| CMYK | 0.65 | 0.98 | 0 | 0.12 |
| HSL | 260º | 0.96% | 0.45% | - |
| HSV(B) | 260º | 0.98% | 0.88% | - |
| XYZ | 16.65 | 7.11 | 71.02 | - |
| YUV | 51.79 | 225.18 | 146.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 5 | 224 | 0.65 | 0.98 | 0 | 0.12 | 260 | 0.96 | 0.45 |
| Hex | 4E | 5 | E0 | 41 | 62 | 0 | C | 104 | 60 | 2D |
| Octal | 116 | 5 | 340 | 101 | 142 | 0 | 14 | 404 | 140 | 55 |
| Binary | 1001110 | 101 | 11100000 | 1000001 | 1100010 | 0 | 1100 | 100000100 | 1100000 | 101101 |
Color Harmonies of #4E05E0
Complementary color
Monochromatic Colors of #4E05E0
Black with #4E05E0
Text Example
Text Example
White with #4E05E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E05E0; }
p { color: rgb(78,5,224); }
H1.HeaderClassName
{
color: #4E05E0;
}
.AnyTagClassName
{
color: #4E05E0;
}
</style>
background-color css
<style>
a { background-color: #4E05E0; }
a { background-color: rgb(78,5,224); }
div.DivClassName
{
background-color: #4E05E0;
}
.BgClassName
{
background-color: #4E05E0;
}
</style>
border-color css
<style>
span { border-color: #4E05E0; }
span { border-color: rgb(78,5,224); }
td.TdClassName
{
border-color: #4E05E0;
}
.TagClassName
{
border-color: #4E05E0;
}
</style>