Shades of Han Purple #4E02FD
Tints of Han Purple #4E02FD
RGB
CMYK
RGB Variations
Color information
#4E02FD (or 0x4E02FD) is known color: Han Purple. HEX triplet: 4E, 02 and FD. RGB value is (78,2,253). Sum of RGB (Red+Green+Blue) = 78+2+253=333 (44% of max value = 765). Red value is 78 (30.86% from 255 or 23.42% from 333); Green value is 2 (1.17% from 255 or 0.60% from 333); Blue value is 253 (99.22% from 255 or 75.98% from 333); Max value from RGB is 253 - color contains mainly: blue. Hex color #4E02FD is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #4E02FD is #B1FD02. Grayscale: #343434. Windows color (decimal): -11664643 or 16581198. OLE color: 16581198.
HSL color Cylindrical-coordinate representation of color #4E02FD: hue angle of 258.17º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4E02FD is Cyan = 0.69, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 78 | 2 | 253 | - |
| CMYK | 0.69 | 0.99 | 0 | 0.01 |
| HSL | 258.17º | 0.98% | 0.5% | - |
| HSV(B) | 258.17º | 0.99% | 0.99% | - |
| XYZ | 20.89 | 8.75 | 93.52 | - |
| YUV | 53.34 | 240.68 | 145.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 2 | 253 | 0.69 | 0.99 | 0 | 0.01 | 258.17 | 0.98 | 0.5 |
| Hex | 4E | 2 | FD | 45 | 63 | 0 | 1 | 102 | 62 | 32 |
| Octal | 116 | 2 | 375 | 105 | 143 | 0 | 1 | 402 | 142 | 62 |
| Binary | 1001110 | 10 | 11111101 | 1000101 | 1100011 | 0 | 1 | 100000010 | 1100010 | 110010 |
Color Harmonies of #4E02FD
Complementary color
Monochromatic Colors of #4E02FD
Black with #4E02FD
Text Example
Text Example
White with #4E02FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E02FD; }
p { color: rgb(78,2,253); }
H1.HeaderClassName
{
color: #4E02FD;
}
.AnyTagClassName
{
color: #4E02FD;
}
</style>
background-color css
<style>
a { background-color: #4E02FD; }
a { background-color: rgb(78,2,253); }
div.DivClassName
{
background-color: #4E02FD;
}
.BgClassName
{
background-color: #4E02FD;
}
</style>
border-color css
<style>
span { border-color: #4E02FD; }
span { border-color: rgb(78,2,253); }
td.TdClassName
{
border-color: #4E02FD;
}
.TagClassName
{
border-color: #4E02FD;
}
</style>