Shades of Han Purple #4E32F1
Tints of Han Purple #4E32F1
RGB
CMYK
RGB Variations
Color information
#4E32F1 (or 0x4E32F1) is known color: Han Purple. HEX triplet: 4E, 32 and F1. RGB value is (78,50,241). Sum of RGB (Red+Green+Blue) = 78+50+241=369 (48% of max value = 765). Red value is 78 (30.86% from 255 or 21.14% from 369); Green value is 50 (19.92% from 255 or 13.55% from 369); Blue value is 241 (94.53% from 255 or 65.31% from 369); Max value from RGB is 241 - color contains mainly: blue. Hex color #4E32F1 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #4E32F1 is #B1CD0E. Grayscale: #4F4F4F. Windows color (decimal): -11652367 or 15807054. OLE color: 15807054.
HSL color Cylindrical-coordinate representation of color #4E32F1: hue angle of 248.8º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4E32F1 is Cyan = 0.68, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 78 | 50 | 241 | - |
| CMYK | 0.68 | 0.79 | 0 | 0.05 |
| HSL | 248.8º | 0.87% | 0.57% | - |
| HSV(B) | 248.8º | 0.79% | 0.95% | - |
| XYZ | 20.16 | 10.25 | 84.14 | - |
| YUV | 80.15 | 218.78 | 126.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 50 | 241 | 0.68 | 0.79 | 0 | 0.05 | 248.8 | 0.87 | 0.57 |
| Hex | 4E | 32 | F1 | 44 | 4F | 0 | 5 | F9 | 57 | 39 |
| Octal | 116 | 62 | 361 | 104 | 117 | 0 | 5 | 371 | 127 | 71 |
| Binary | 1001110 | 110010 | 11110001 | 1000100 | 1001111 | 0 | 101 | 11111001 | 1010111 | 111001 |
Color Harmonies of #4E32F1
Complementary color
Monochromatic Colors of #4E32F1
Black with #4E32F1
Text Example
Text Example
White with #4E32F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E32F1; }
p { color: rgb(78,50,241); }
H1.HeaderClassName
{
color: #4E32F1;
}
.AnyTagClassName
{
color: #4E32F1;
}
</style>
background-color css
<style>
a { background-color: #4E32F1; }
a { background-color: rgb(78,50,241); }
div.DivClassName
{
background-color: #4E32F1;
}
.BgClassName
{
background-color: #4E32F1;
}
</style>
border-color css
<style>
span { border-color: #4E32F1; }
span { border-color: rgb(78,50,241); }
td.TdClassName
{
border-color: #4E32F1;
}
.TagClassName
{
border-color: #4E32F1;
}
</style>