Shades of Han Purple #4E2DFB
Tints of Han Purple #4E2DFB
RGB
CMYK
RGB Variations
Color information
#4E2DFB (or 0x4E2DFB) is known color: Han Purple. HEX triplet: 4E, 2D and FB. RGB value is (78,45,251). Sum of RGB (Red+Green+Blue) = 78+45+251=374 (49% of max value = 765). Red value is 78 (30.86% from 255 or 20.86% from 374); Green value is 45 (17.97% from 255 or 12.03% from 374); Blue value is 251 (98.44% from 255 or 67.11% from 374); Max value from RGB is 251 - color contains mainly: blue. Hex color #4E2DFB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #4E2DFB is #B1D204. Grayscale: #4D4D4D. Windows color (decimal): -11653637 or 16461134. OLE color: 16461134.
HSL color Cylindrical-coordinate representation of color #4E2DFB: hue angle of 249.61º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4E2DFB is Cyan = 0.69, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 78 | 45 | 251 | - |
| CMYK | 0.69 | 0.82 | 0 | 0.02 |
| HSL | 249.61º | 0.96% | 0.58% | - |
| HSV(B) | 249.61º | 0.82% | 0.98% | - |
| XYZ | 21.49 | 10.46 | 92.15 | - |
| YUV | 78.35 | 225.43 | 127.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 45 | 251 | 0.69 | 0.82 | 0 | 0.02 | 249.61 | 0.96 | 0.58 |
| Hex | 4E | 2D | FB | 45 | 52 | 0 | 2 | FA | 60 | 3A |
| Octal | 116 | 55 | 373 | 105 | 122 | 0 | 2 | 372 | 140 | 72 |
| Binary | 1001110 | 101101 | 11111011 | 1000101 | 1010010 | 0 | 10 | 11111010 | 1100000 | 111010 |
Color Harmonies of #4E2DFB
Complementary color
Monochromatic Colors of #4E2DFB
Black with #4E2DFB
Text Example
Text Example
White with #4E2DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E2DFB; }
p { color: rgb(78,45,251); }
H1.HeaderClassName
{
color: #4E2DFB;
}
.AnyTagClassName
{
color: #4E2DFB;
}
</style>
background-color css
<style>
a { background-color: #4E2DFB; }
a { background-color: rgb(78,45,251); }
div.DivClassName
{
background-color: #4E2DFB;
}
.BgClassName
{
background-color: #4E2DFB;
}
</style>
border-color css
<style>
span { border-color: #4E2DFB; }
span { border-color: rgb(78,45,251); }
td.TdClassName
{
border-color: #4E2DFB;
}
.TagClassName
{
border-color: #4E2DFB;
}
</style>