Shades of Han Purple #4E04FD
Tints of Han Purple #4E04FD
RGB
CMYK
RGB Variations
Color information
#4E04FD (or 0x4E04FD) is known color: Han Purple. HEX triplet: 4E, 04 and FD. RGB value is (78,4,253). Sum of RGB (Red+Green+Blue) = 78+4+253=335 (44% of max value = 765). Red value is 78 (30.86% from 255 or 23.28% from 335); Green value is 4 (1.95% from 255 or 1.19% from 335); Blue value is 253 (99.22% from 255 or 75.52% from 335); Max value from RGB is 253 - color contains mainly: blue. Hex color #4E04FD is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #4E04FD is #B1FB02. Grayscale: #353535. Windows color (decimal): -11664131 or 16581710. OLE color: 16581710.
HSL color Cylindrical-coordinate representation of color #4E04FD: hue angle of 257.83º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4E04FD is Cyan = 0.69, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 78 | 4 | 253 | - |
| CMYK | 0.69 | 0.98 | 0 | 0.01 |
| HSL | 257.83º | 0.98% | 0.5% | - |
| HSV(B) | 257.83º | 0.98% | 0.99% | - |
| XYZ | 20.91 | 8.8 | 93.52 | - |
| YUV | 54.51 | 240.02 | 144.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 4 | 253 | 0.69 | 0.98 | 0 | 0.01 | 257.83 | 0.98 | 0.5 |
| Hex | 4E | 4 | FD | 45 | 62 | 0 | 1 | 102 | 62 | 32 |
| Octal | 116 | 4 | 375 | 105 | 142 | 0 | 1 | 402 | 142 | 62 |
| Binary | 1001110 | 100 | 11111101 | 1000101 | 1100010 | 0 | 1 | 100000010 | 1100010 | 110010 |
Color Harmonies of #4E04FD
Complementary color
Monochromatic Colors of #4E04FD
Black with #4E04FD
Text Example
Text Example
White with #4E04FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E04FD; }
p { color: rgb(78,4,253); }
H1.HeaderClassName
{
color: #4E04FD;
}
.AnyTagClassName
{
color: #4E04FD;
}
</style>
background-color css
<style>
a { background-color: #4E04FD; }
a { background-color: rgb(78,4,253); }
div.DivClassName
{
background-color: #4E04FD;
}
.BgClassName
{
background-color: #4E04FD;
}
</style>
border-color css
<style>
span { border-color: #4E04FD; }
span { border-color: rgb(78,4,253); }
td.TdClassName
{
border-color: #4E04FD;
}
.TagClassName
{
border-color: #4E04FD;
}
</style>