Shades of Han Purple #4E2DDF
Tints of Han Purple #4E2DDF
RGB
CMYK
RGB Variations
Color information
#4E2DDF (or 0x4E2DDF) is known color: Han Purple. HEX triplet: 4E, 2D and DF. RGB value is (78,45,223). Sum of RGB (Red+Green+Blue) = 78+45+223=346 (45% of max value = 765). Red value is 78 (30.86% from 255 or 22.54% from 346); Green value is 45 (17.97% from 255 or 13.01% from 346); Blue value is 223 (87.5% from 255 or 64.45% from 346); Max value from RGB is 223 - color contains mainly: blue. Hex color #4E2DDF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4E2DDF is #B1D220. Grayscale: #4A4A4A. Windows color (decimal): -11653665 or 14626126. OLE color: 14626126.
HSL color Cylindrical-coordinate representation of color #4E2DDF: hue angle of 251.12º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4E2DDF is Cyan = 0.65, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 78 | 45 | 223 | - |
| CMYK | 0.65 | 0.80 | 0 | 0.13 |
| HSL | 251.12º | 0.74% | 0.53% | - |
| HSV(B) | 251.12º | 0.8% | 0.87% | - |
| XYZ | 17.4 | 8.82 | 70.6 | - |
| YUV | 75.16 | 211.43 | 130.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 45 | 223 | 0.65 | 0.80 | 0 | 0.13 | 251.12 | 0.74 | 0.53 |
| Hex | 4E | 2D | DF | 41 | 50 | 0 | D | FB | 4A | 35 |
| Octal | 116 | 55 | 337 | 101 | 120 | 0 | 15 | 373 | 112 | 65 |
| Binary | 1001110 | 101101 | 11011111 | 1000001 | 1010000 | 0 | 1101 | 11111011 | 1001010 | 110101 |
Color Harmonies of #4E2DDF
Complementary color
Monochromatic Colors of #4E2DDF
Black with #4E2DDF
Text Example
Text Example
White with #4E2DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E2DDF; }
p { color: rgb(78,45,223); }
H1.HeaderClassName
{
color: #4E2DDF;
}
.AnyTagClassName
{
color: #4E2DDF;
}
</style>
background-color css
<style>
a { background-color: #4E2DDF; }
a { background-color: rgb(78,45,223); }
div.DivClassName
{
background-color: #4E2DDF;
}
.BgClassName
{
background-color: #4E2DDF;
}
</style>
border-color css
<style>
span { border-color: #4E2DDF; }
span { border-color: rgb(78,45,223); }
td.TdClassName
{
border-color: #4E2DDF;
}
.TagClassName
{
border-color: #4E2DDF;
}
</style>