Shades of Han Purple #5C0EEC
Tints of Han Purple #5C0EEC
RGB
CMYK
RGB Variations
Color information
#5C0EEC (or 0x5C0EEC) is known color: Han Purple. HEX triplet: 5C, 0E and EC. RGB value is (92,14,236). Sum of RGB (Red+Green+Blue) = 92+14+236=342 (45% of max value = 765). Red value is 92 (36.33% from 255 or 26.90% from 342); Green value is 14 (5.86% from 255 or 4.09% from 342); Blue value is 236 (92.58% from 255 or 69.01% from 342); Max value from RGB is 236 - color contains mainly: blue. Hex color #5C0EEC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5C0EEC is #A3F113. Grayscale: #3D3D3D. Windows color (decimal): -10744084 or 15470172. OLE color: 15470172.
HSL color Cylindrical-coordinate representation of color #5C0EEC: hue angle of 261.08º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #5C0EEC is Cyan = 0.61, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 92 | 14 | 236 | - |
| CMYK | 0.61 | 0.94 | 0 | 0.07 |
| HSL | 261.08º | 0.89% | 0.49% | - |
| HSV(B) | 261.08º | 0.94% | 0.93% | - |
| XYZ | 19.71 | 8.65 | 79.99 | - |
| YUV | 62.63 | 225.84 | 148.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 14 | 236 | 0.61 | 0.94 | 0 | 0.07 | 261.08 | 0.89 | 0.49 |
| Hex | 5C | E | EC | 3D | 5E | 0 | 7 | 105 | 59 | 31 |
| Octal | 134 | 16 | 354 | 75 | 136 | 0 | 7 | 405 | 131 | 61 |
| Binary | 1011100 | 1110 | 11101100 | 111101 | 1011110 | 0 | 111 | 100000101 | 1011001 | 110001 |
Color Harmonies of #5C0EEC
Complementary color
Monochromatic Colors of #5C0EEC
Black with #5C0EEC
Text Example
Text Example
White with #5C0EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C0EEC; }
p { color: rgb(92,14,236); }
H1.HeaderClassName
{
color: #5C0EEC;
}
.AnyTagClassName
{
color: #5C0EEC;
}
</style>
background-color css
<style>
a { background-color: #5C0EEC; }
a { background-color: rgb(92,14,236); }
div.DivClassName
{
background-color: #5C0EEC;
}
.BgClassName
{
background-color: #5C0EEC;
}
</style>
border-color css
<style>
span { border-color: #5C0EEC; }
span { border-color: rgb(92,14,236); }
td.TdClassName
{
border-color: #5C0EEC;
}
.TagClassName
{
border-color: #5C0EEC;
}
</style>