Shades of Han Purple #5E0CEB
Tints of Han Purple #5E0CEB
RGB
CMYK
RGB Variations
Color information
#5E0CEB (or 0x5E0CEB) is known color: Han Purple. HEX triplet: 5E, 0C and EB. RGB value is (94,12,235). Sum of RGB (Red+Green+Blue) = 94+12+235=341 (45% of max value = 765). Red value is 94 (37.11% from 255 or 27.57% from 341); Green value is 12 (5.08% from 255 or 3.52% from 341); Blue value is 235 (92.19% from 255 or 68.91% from 341); Max value from RGB is 235 - color contains mainly: blue. Hex color #5E0CEB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5E0CEB is #A1F314. Grayscale: #3D3D3D. Windows color (decimal): -10613525 or 15404126. OLE color: 15404126.
HSL color Cylindrical-coordinate representation of color #5E0CEB: hue angle of 262.06º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5E0CEB is Cyan = 0.6, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 94 | 12 | 235 | - |
| CMYK | 0.6 | 0.95 | 0 | 0.08 |
| HSL | 262.06º | 0.9% | 0.48% | - |
| HSV(B) | 262.06º | 0.95% | 0.92% | - |
| XYZ | 19.74 | 8.64 | 79.22 | - |
| YUV | 61.94 | 225.67 | 150.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 12 | 235 | 0.6 | 0.95 | 0 | 0.08 | 262.06 | 0.9 | 0.48 |
| Hex | 5E | C | EB | 3C | 5F | 0 | 8 | 106 | 5A | 30 |
| Octal | 136 | 14 | 353 | 74 | 137 | 0 | 10 | 406 | 132 | 60 |
| Binary | 1011110 | 1100 | 11101011 | 111100 | 1011111 | 0 | 1000 | 100000110 | 1011010 | 110000 |
Color Harmonies of #5E0CEB
Complementary color
Monochromatic Colors of #5E0CEB
Black with #5E0CEB
Text Example
Text Example
White with #5E0CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E0CEB; }
p { color: rgb(94,12,235); }
H1.HeaderClassName
{
color: #5E0CEB;
}
.AnyTagClassName
{
color: #5E0CEB;
}
</style>
background-color css
<style>
a { background-color: #5E0CEB; }
a { background-color: rgb(94,12,235); }
div.DivClassName
{
background-color: #5E0CEB;
}
.BgClassName
{
background-color: #5E0CEB;
}
</style>
border-color css
<style>
span { border-color: #5E0CEB; }
span { border-color: rgb(94,12,235); }
td.TdClassName
{
border-color: #5E0CEB;
}
.TagClassName
{
border-color: #5E0CEB;
}
</style>