Shades of Han Purple #4E2DF2
Tints of Han Purple #4E2DF2
RGB
CMYK
RGB Variations
Color information
#4E2DF2 (or 0x4E2DF2) is known color: Han Purple. HEX triplet: 4E, 2D and F2. RGB value is (78,45,242). Sum of RGB (Red+Green+Blue) = 78+45+242=365 (48% of max value = 765). Red value is 78 (30.86% from 255 or 21.37% from 365); Green value is 45 (17.97% from 255 or 12.33% from 365); Blue value is 242 (94.92% from 255 or 66.30% from 365); Max value from RGB is 242 - color contains mainly: blue. Hex color #4E2DF2 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #4E2DF2 is #B1D20D. Grayscale: #4C4C4C. Windows color (decimal): -11653646 or 15871310. OLE color: 15871310.
HSL color Cylindrical-coordinate representation of color #4E2DF2: hue angle of 250.05º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4E2DF2 is Cyan = 0.68, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 78 | 45 | 242 | - |
| CMYK | 0.68 | 0.81 | 0 | 0.05 |
| HSL | 250.05º | 0.88% | 0.56% | - |
| HSV(B) | 250.05º | 0.81% | 0.95% | - |
| XYZ | 20.11 | 9.91 | 84.86 | - |
| YUV | 77.33 | 220.93 | 128.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 45 | 242 | 0.68 | 0.81 | 0 | 0.05 | 250.05 | 0.88 | 0.56 |
| Hex | 4E | 2D | F2 | 44 | 51 | 0 | 5 | FA | 58 | 38 |
| Octal | 116 | 55 | 362 | 104 | 121 | 0 | 5 | 372 | 130 | 70 |
| Binary | 1001110 | 101101 | 11110010 | 1000100 | 1010001 | 0 | 101 | 11111010 | 1011000 | 111000 |
Color Harmonies of #4E2DF2
Complementary color
Monochromatic Colors of #4E2DF2
Black with #4E2DF2
Text Example
Text Example
White with #4E2DF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E2DF2; }
p { color: rgb(78,45,242); }
H1.HeaderClassName
{
color: #4E2DF2;
}
.AnyTagClassName
{
color: #4E2DF2;
}
</style>
background-color css
<style>
a { background-color: #4E2DF2; }
a { background-color: rgb(78,45,242); }
div.DivClassName
{
background-color: #4E2DF2;
}
.BgClassName
{
background-color: #4E2DF2;
}
</style>
border-color css
<style>
span { border-color: #4E2DF2; }
span { border-color: rgb(78,45,242); }
td.TdClassName
{
border-color: #4E2DF2;
}
.TagClassName
{
border-color: #4E2DF2;
}
</style>