Shades of Han Purple #4E2BFD
Tints of Han Purple #4E2BFD
RGB
CMYK
RGB Variations
Color information
#4E2BFD (or 0x4E2BFD) is known color: Han Purple. HEX triplet: 4E, 2B and FD. RGB value is (78,43,253). Sum of RGB (Red+Green+Blue) = 78+43+253=374 (49% of max value = 765). Red value is 78 (30.86% from 255 or 20.86% from 374); Green value is 43 (17.19% from 255 or 11.50% from 374); Blue value is 253 (99.22% from 255 or 67.65% from 374); Max value from RGB is 253 - color contains mainly: blue. Hex color #4E2BFD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #4E2BFD is #B1D402. Grayscale: #4C4C4C. Windows color (decimal): -11654147 or 16591694. OLE color: 16591694.
HSL color Cylindrical-coordinate representation of color #4E2BFD: hue angle of 250º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #4E2BFD is Cyan = 0.69, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 78 | 43 | 253 | - |
| CMYK | 0.69 | 0.83 | 0 | 0.01 |
| HSL | 250º | 0.98% | 0.58% | - |
| HSV(B) | 250º | 0.83% | 0.99% | - |
| XYZ | 21.74 | 10.44 | 93.8 | - |
| YUV | 77.41 | 227.1 | 128.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 43 | 253 | 0.69 | 0.83 | 0 | 0.01 | 250 | 0.98 | 0.58 |
| Hex | 4E | 2B | FD | 45 | 53 | 0 | 1 | FA | 62 | 3A |
| Octal | 116 | 53 | 375 | 105 | 123 | 0 | 1 | 372 | 142 | 72 |
| Binary | 1001110 | 101011 | 11111101 | 1000101 | 1010011 | 0 | 1 | 11111010 | 1100010 | 111010 |
Color Harmonies of #4E2BFD
Complementary color
Monochromatic Colors of #4E2BFD
Black with #4E2BFD
Text Example
Text Example
White with #4E2BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E2BFD; }
p { color: rgb(78,43,253); }
H1.HeaderClassName
{
color: #4E2BFD;
}
.AnyTagClassName
{
color: #4E2BFD;
}
</style>
background-color css
<style>
a { background-color: #4E2BFD; }
a { background-color: rgb(78,43,253); }
div.DivClassName
{
background-color: #4E2BFD;
}
.BgClassName
{
background-color: #4E2BFD;
}
</style>
border-color css
<style>
span { border-color: #4E2BFD; }
span { border-color: rgb(78,43,253); }
td.TdClassName
{
border-color: #4E2BFD;
}
.TagClassName
{
border-color: #4E2BFD;
}
</style>