Shades of Han Purple #5E0CE2
Tints of Han Purple #5E0CE2
RGB
CMYK
RGB Variations
Color information
#5E0CE2 (or 0x5E0CE2) is known color: Han Purple. HEX triplet: 5E, 0C and E2. RGB value is (94,12,226). Sum of RGB (Red+Green+Blue) = 94+12+226=332 (43% of max value = 765). Red value is 94 (37.11% from 255 or 28.31% from 332); Green value is 12 (5.08% from 255 or 3.61% from 332); Blue value is 226 (88.67% from 255 or 68.07% from 332); Max value from RGB is 226 - color contains mainly: blue. Hex color #5E0CE2 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5E0CE2 is #A1F31D. Grayscale: #3C3C3C. Windows color (decimal): -10613534 or 14814302. OLE color: 14814302.
HSL color Cylindrical-coordinate representation of color #5E0CE2: hue angle of 262.99º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5E0CE2 is Cyan = 0.58, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 94 | 12 | 226 | - |
| CMYK | 0.58 | 0.95 | 0 | 0.11 |
| HSL | 262.99º | 0.9% | 0.47% | - |
| HSV(B) | 262.99º | 0.95% | 0.89% | - |
| XYZ | 18.48 | 8.13 | 72.55 | - |
| YUV | 60.91 | 221.17 | 151.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 12 | 226 | 0.58 | 0.95 | 0 | 0.11 | 262.99 | 0.9 | 0.47 |
| Hex | 5E | C | E2 | 3A | 5F | 0 | B | 107 | 5A | 2F |
| Octal | 136 | 14 | 342 | 72 | 137 | 0 | 13 | 407 | 132 | 57 |
| Binary | 1011110 | 1100 | 11100010 | 111010 | 1011111 | 0 | 1011 | 100000111 | 1011010 | 101111 |
Color Harmonies of #5E0CE2
Complementary color
Monochromatic Colors of #5E0CE2
Black with #5E0CE2
Text Example
Text Example
White with #5E0CE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E0CE2; }
p { color: rgb(94,12,226); }
H1.HeaderClassName
{
color: #5E0CE2;
}
.AnyTagClassName
{
color: #5E0CE2;
}
</style>
background-color css
<style>
a { background-color: #5E0CE2; }
a { background-color: rgb(94,12,226); }
div.DivClassName
{
background-color: #5E0CE2;
}
.BgClassName
{
background-color: #5E0CE2;
}
</style>
border-color css
<style>
span { border-color: #5E0CE2; }
span { border-color: rgb(94,12,226); }
td.TdClassName
{
border-color: #5E0CE2;
}
.TagClassName
{
border-color: #5E0CE2;
}
</style>