Shades of Han Purple #4E06FC
Tints of Han Purple #4E06FC
RGB
CMYK
RGB Variations
Color information
#4E06FC (or 0x4E06FC) is known color: Han Purple. HEX triplet: 4E, 06 and FC. RGB value is (78,6,252). Sum of RGB (Red+Green+Blue) = 78+6+252=336 (44% of max value = 765). Red value is 78 (30.86% from 255 or 23.21% from 336); Green value is 6 (2.73% from 255 or 1.79% from 336); Blue value is 252 (98.83% from 255 or 75% from 336); Max value from RGB is 252 - color contains mainly: blue. Hex color #4E06FC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #4E06FC is #B1F903. Grayscale: #363636. Windows color (decimal): -11663620 or 16516686. OLE color: 16516686.
HSL color Cylindrical-coordinate representation of color #4E06FC: hue angle of 257.56º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4E06FC is Cyan = 0.69, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 78 | 6 | 252 | - |
| CMYK | 0.69 | 0.98 | 0 | 0.01 |
| HSL | 257.56º | 0.98% | 0.51% | - |
| HSV(B) | 257.56º | 0.98% | 0.99% | - |
| XYZ | 20.78 | 8.78 | 92.69 | - |
| YUV | 55.57 | 238.85 | 144 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 6 | 252 | 0.69 | 0.98 | 0 | 0.01 | 257.56 | 0.98 | 0.51 |
| Hex | 4E | 6 | FC | 45 | 62 | 0 | 1 | 102 | 62 | 33 |
| Octal | 116 | 6 | 374 | 105 | 142 | 0 | 1 | 402 | 142 | 63 |
| Binary | 1001110 | 110 | 11111100 | 1000101 | 1100010 | 0 | 1 | 100000010 | 1100010 | 110011 |
Color Harmonies of #4E06FC
Complementary color
Monochromatic Colors of #4E06FC
Black with #4E06FC
Text Example
Text Example
White with #4E06FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E06FC; }
p { color: rgb(78,6,252); }
H1.HeaderClassName
{
color: #4E06FC;
}
.AnyTagClassName
{
color: #4E06FC;
}
</style>
background-color css
<style>
a { background-color: #4E06FC; }
a { background-color: rgb(78,6,252); }
div.DivClassName
{
background-color: #4E06FC;
}
.BgClassName
{
background-color: #4E06FC;
}
</style>
border-color css
<style>
span { border-color: #4E06FC; }
span { border-color: rgb(78,6,252); }
td.TdClassName
{
border-color: #4E06FC;
}
.TagClassName
{
border-color: #4E06FC;
}
</style>