Shades of Han Purple #4E02EE
Tints of Han Purple #4E02EE
RGB
CMYK
RGB Variations
Color information
#4E02EE (or 0x4E02EE) is known color: Han Purple. HEX triplet: 4E, 02 and EE. RGB value is (78,2,238). Sum of RGB (Red+Green+Blue) = 78+2+238=318 (42% of max value = 765). Red value is 78 (30.86% from 255 or 24.53% from 318); Green value is 2 (1.17% from 255 or 0.63% from 318); Blue value is 238 (93.36% from 255 or 74.84% from 318); Max value from RGB is 238 - color contains mainly: blue. Hex color #4E02EE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #4E02EE is #B1FD11. Grayscale: #323232. Windows color (decimal): -11664658 or 15598158. OLE color: 15598158.
HSL color Cylindrical-coordinate representation of color #4E02EE: hue angle of 259.32º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4E02EE is Cyan = 0.67, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 78 | 2 | 238 | - |
| CMYK | 0.67 | 0.99 | 0 | 0.07 |
| HSL | 259.32º | 0.98% | 0.47% | - |
| HSV(B) | 259.32º | 0.99% | 0.93% | - |
| XYZ | 18.6 | 7.84 | 81.42 | - |
| YUV | 51.63 | 233.18 | 146.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 2 | 238 | 0.67 | 0.99 | 0 | 0.07 | 259.32 | 0.98 | 0.47 |
| Hex | 4E | 2 | EE | 43 | 63 | 0 | 7 | 103 | 62 | 2F |
| Octal | 116 | 2 | 356 | 103 | 143 | 0 | 7 | 403 | 142 | 57 |
| Binary | 1001110 | 10 | 11101110 | 1000011 | 1100011 | 0 | 111 | 100000011 | 1100010 | 101111 |
Color Harmonies of #4E02EE
Complementary color
Monochromatic Colors of #4E02EE
Black with #4E02EE
Text Example
Text Example
White with #4E02EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E02EE; }
p { color: rgb(78,2,238); }
H1.HeaderClassName
{
color: #4E02EE;
}
.AnyTagClassName
{
color: #4E02EE;
}
</style>
background-color css
<style>
a { background-color: #4E02EE; }
a { background-color: rgb(78,2,238); }
div.DivClassName
{
background-color: #4E02EE;
}
.BgClassName
{
background-color: #4E02EE;
}
</style>
border-color css
<style>
span { border-color: #4E02EE; }
span { border-color: rgb(78,2,238); }
td.TdClassName
{
border-color: #4E02EE;
}
.TagClassName
{
border-color: #4E02EE;
}
</style>