Shades of Han Purple #4E0FFF
Tints of Han Purple #4E0FFF
RGB
CMYK
RGB Variations
Color information
#4E0FFF (or 0x4E0FFF) is known color: Han Purple. HEX triplet: 4E, 0F and FF. RGB value is (78,15,255). Sum of RGB (Red+Green+Blue) = 78+15+255=348 (46% of max value = 765). Red value is 78 (30.86% from 255 or 22.41% from 348); Green value is 15 (6.25% from 255 or 4.31% from 348); Blue value is 255 (100% from 255 or 73.28% from 348); Max value from RGB is 255 - color contains mainly: blue. Hex color #4E0FFF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #4E0FFF is #B1F000. Grayscale: #3C3C3C. Windows color (decimal): -11661313 or 16715598. OLE color: 16715598.
HSL color Cylindrical-coordinate representation of color #4E0FFF: hue angle of 255.75º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #4E0FFF is Cyan = 0.69, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 78 | 15 | 255 | - |
| CMYK | 0.69 | 0.94 | 0 | 0 |
| HSL | 255.75º | 1% | 0.53% | - |
| HSV(B) | 255.75º | 0.94% | 1% | - |
| XYZ | 21.36 | 9.18 | 95.25 | - |
| YUV | 61.2 | 237.37 | 139.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 15 | 255 | 0.69 | 0.94 | 0 | 0 | 255.75 | 1 | 0.53 |
| Hex | 4E | F | FF | 45 | 5E | 0 | 0 | 100 | 64 | 35 |
| Octal | 116 | 17 | 377 | 105 | 136 | 0 | 0 | 400 | 144 | 65 |
| Binary | 1001110 | 1111 | 11111111 | 1000101 | 1011110 | 0 | 0 | 100000000 | 1100100 | 110101 |
Color Harmonies of #4E0FFF
Complementary color
Monochromatic Colors of #4E0FFF
Black with #4E0FFF
Text Example
Text Example
White with #4E0FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E0FFF; }
p { color: rgb(78,15,255); }
H1.HeaderClassName
{
color: #4E0FFF;
}
.AnyTagClassName
{
color: #4E0FFF;
}
</style>
background-color css
<style>
a { background-color: #4E0FFF; }
a { background-color: rgb(78,15,255); }
div.DivClassName
{
background-color: #4E0FFF;
}
.BgClassName
{
background-color: #4E0FFF;
}
</style>
border-color css
<style>
span { border-color: #4E0FFF; }
span { border-color: rgb(78,15,255); }
td.TdClassName
{
border-color: #4E0FFF;
}
.TagClassName
{
border-color: #4E0FFF;
}
</style>