Shades of Han Purple #4E11FD
Tints of Han Purple #4E11FD
RGB
CMYK
RGB Variations
Color information
#4E11FD (or 0x4E11FD) is known color: Han Purple. HEX triplet: 4E, 11 and FD. RGB value is (78,17,253). Sum of RGB (Red+Green+Blue) = 78+17+253=348 (46% of max value = 765). Red value is 78 (30.86% from 255 or 22.41% from 348); Green value is 17 (7.03% from 255 or 4.89% from 348); Blue value is 253 (99.22% from 255 or 72.70% from 348); Max value from RGB is 253 - color contains mainly: blue. Hex color #4E11FD is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #4E11FD is #B1EE02. Grayscale: #3D3D3D. Windows color (decimal): -11660803 or 16585038. OLE color: 16585038.
HSL color Cylindrical-coordinate representation of color #4E11FD: hue angle of 255.51º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4E11FD is Cyan = 0.69, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 78 | 17 | 253 | - |
| CMYK | 0.69 | 0.93 | 0 | 0.01 |
| HSL | 255.51º | 0.98% | 0.53% | - |
| HSV(B) | 255.51º | 0.93% | 0.99% | - |
| XYZ | 21.07 | 9.11 | 93.58 | - |
| YUV | 62.14 | 235.71 | 139.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 17 | 253 | 0.69 | 0.93 | 0 | 0.01 | 255.51 | 0.98 | 0.53 |
| Hex | 4E | 11 | FD | 45 | 5D | 0 | 1 | 100 | 62 | 35 |
| Octal | 116 | 21 | 375 | 105 | 135 | 0 | 1 | 400 | 142 | 65 |
| Binary | 1001110 | 10001 | 11111101 | 1000101 | 1011101 | 0 | 1 | 100000000 | 1100010 | 110101 |
Color Harmonies of #4E11FD
Complementary color
Monochromatic Colors of #4E11FD
Black with #4E11FD
Text Example
Text Example
White with #4E11FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E11FD; }
p { color: rgb(78,17,253); }
H1.HeaderClassName
{
color: #4E11FD;
}
.AnyTagClassName
{
color: #4E11FD;
}
</style>
background-color css
<style>
a { background-color: #4E11FD; }
a { background-color: rgb(78,17,253); }
div.DivClassName
{
background-color: #4E11FD;
}
.BgClassName
{
background-color: #4E11FD;
}
</style>
border-color css
<style>
span { border-color: #4E11FD; }
span { border-color: rgb(78,17,253); }
td.TdClassName
{
border-color: #4E11FD;
}
.TagClassName
{
border-color: #4E11FD;
}
</style>