Shades of Han Purple #4E06FD
Tints of Han Purple #4E06FD
RGB
CMYK
RGB Variations
Color information
#4E06FD (or 0x4E06FD) is known color: Han Purple. HEX triplet: 4E, 06 and FD. RGB value is (78,6,253). Sum of RGB (Red+Green+Blue) = 78+6+253=337 (44% of max value = 765). Red value is 78 (30.86% from 255 or 23.15% from 337); Green value is 6 (2.73% from 255 or 1.78% from 337); Blue value is 253 (99.22% from 255 or 75.07% from 337); Max value from RGB is 253 - color contains mainly: blue. Hex color #4E06FD is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #4E06FD is #B1F902. Grayscale: #363636. Windows color (decimal): -11663619 or 16582222. OLE color: 16582222.
HSL color Cylindrical-coordinate representation of color #4E06FD: hue angle of 257.49º 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 #4E06FD is Cyan = 0.69, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 78 | 6 | 253 | - |
| CMYK | 0.69 | 0.98 | 0 | 0.01 |
| HSL | 257.49º | 0.98% | 0.51% | - |
| HSV(B) | 257.49º | 0.98% | 0.99% | - |
| XYZ | 20.94 | 8.84 | 93.53 | - |
| YUV | 55.69 | 239.35 | 143.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 6 | 253 | 0.69 | 0.98 | 0 | 0.01 | 257.49 | 0.98 | 0.51 |
| Hex | 4E | 6 | FD | 45 | 62 | 0 | 1 | 101 | 62 | 33 |
| Octal | 116 | 6 | 375 | 105 | 142 | 0 | 1 | 401 | 142 | 63 |
| Binary | 1001110 | 110 | 11111101 | 1000101 | 1100010 | 0 | 1 | 100000001 | 1100010 | 110011 |
Color Harmonies of #4E06FD
Complementary color
Monochromatic Colors of #4E06FD
Black with #4E06FD
Text Example
Text Example
White with #4E06FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E06FD; }
p { color: rgb(78,6,253); }
H1.HeaderClassName
{
color: #4E06FD;
}
.AnyTagClassName
{
color: #4E06FD;
}
</style>
background-color css
<style>
a { background-color: #4E06FD; }
a { background-color: rgb(78,6,253); }
div.DivClassName
{
background-color: #4E06FD;
}
.BgClassName
{
background-color: #4E06FD;
}
</style>
border-color css
<style>
span { border-color: #4E06FD; }
span { border-color: rgb(78,6,253); }
td.TdClassName
{
border-color: #4E06FD;
}
.TagClassName
{
border-color: #4E06FD;
}
</style>