Shades of Han Purple #4E0FFC
Tints of Han Purple #4E0FFC
RGB
CMYK
RGB Variations
Color information
#4E0FFC (or 0x4E0FFC) is known color: Han Purple. HEX triplet: 4E, 0F and FC. RGB value is (78,15,252). Sum of RGB (Red+Green+Blue) = 78+15+252=345 (45% of max value = 765). Red value is 78 (30.86% from 255 or 22.61% from 345); Green value is 15 (6.25% from 255 or 4.35% from 345); Blue value is 252 (98.83% from 255 or 73.04% from 345); Max value from RGB is 252 - color contains mainly: blue. Hex color #4E0FFC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #4E0FFC is #B1F003. Grayscale: #3B3B3B. Windows color (decimal): -11661316 or 16518990. OLE color: 16518990.
HSL color Cylindrical-coordinate representation of color #4E0FFC: hue angle of 255.95º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #4E0FFC is Cyan = 0.69, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 78 | 15 | 252 | - |
| CMYK | 0.69 | 0.94 | 0 | 0.01 |
| HSL | 255.95º | 0.98% | 0.52% | - |
| HSV(B) | 255.95º | 0.94% | 0.99% | - |
| XYZ | 20.88 | 8.99 | 92.73 | - |
| YUV | 60.86 | 235.87 | 140.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 15 | 252 | 0.69 | 0.94 | 0 | 0.01 | 255.95 | 0.98 | 0.52 |
| Hex | 4E | F | FC | 45 | 5E | 0 | 1 | 100 | 62 | 34 |
| Octal | 116 | 17 | 374 | 105 | 136 | 0 | 1 | 400 | 142 | 64 |
| Binary | 1001110 | 1111 | 11111100 | 1000101 | 1011110 | 0 | 1 | 100000000 | 1100010 | 110100 |
Color Harmonies of #4E0FFC
Complementary color
Monochromatic Colors of #4E0FFC
Black with #4E0FFC
Text Example
Text Example
White with #4E0FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E0FFC; }
p { color: rgb(78,15,252); }
H1.HeaderClassName
{
color: #4E0FFC;
}
.AnyTagClassName
{
color: #4E0FFC;
}
</style>
background-color css
<style>
a { background-color: #4E0FFC; }
a { background-color: rgb(78,15,252); }
div.DivClassName
{
background-color: #4E0FFC;
}
.BgClassName
{
background-color: #4E0FFC;
}
</style>
border-color css
<style>
span { border-color: #4E0FFC; }
span { border-color: rgb(78,15,252); }
td.TdClassName
{
border-color: #4E0FFC;
}
.TagClassName
{
border-color: #4E0FFC;
}
</style>