Shades of Han Purple #5C31EC
Tints of Han Purple #5C31EC
RGB
CMYK
RGB Variations
Color information
#5C31EC (or 0x5C31EC) is known color: Han Purple. HEX triplet: 5C, 31 and EC. RGB value is (92,49,236). Sum of RGB (Red+Green+Blue) = 92+49+236=377 (49% of max value = 765). Red value is 92 (36.33% from 255 or 24.40% from 377); Green value is 49 (19.53% from 255 or 13.00% from 377); Blue value is 236 (92.58% from 255 or 62.60% from 377); Max value from RGB is 236 - color contains mainly: blue. Hex color #5C31EC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5C31EC is #A3CE13. Grayscale: #525252. Windows color (decimal): -10735124 or 15479132. OLE color: 15479132.
HSL color Cylindrical-coordinate representation of color #5C31EC: hue angle of 253.8º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5C31EC is Cyan = 0.61, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 92 | 49 | 236 | - |
| CMYK | 0.61 | 0.79 | 0 | 0.07 |
| HSL | 253.8º | 0.83% | 0.56% | - |
| HSV(B) | 253.8º | 0.79% | 0.93% | - |
| XYZ | 20.65 | 10.53 | 80.3 | - |
| YUV | 83.18 | 214.25 | 134.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 49 | 236 | 0.61 | 0.79 | 0 | 0.07 | 253.8 | 0.83 | 0.56 |
| Hex | 5C | 31 | EC | 3D | 4F | 0 | 7 | FE | 53 | 38 |
| Octal | 134 | 61 | 354 | 75 | 117 | 0 | 7 | 376 | 123 | 70 |
| Binary | 1011100 | 110001 | 11101100 | 111101 | 1001111 | 0 | 111 | 11111110 | 1010011 | 111000 |
Color Harmonies of #5C31EC
Complementary color
Monochromatic Colors of #5C31EC
Black with #5C31EC
Text Example
Text Example
White with #5C31EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C31EC; }
p { color: rgb(92,49,236); }
H1.HeaderClassName
{
color: #5C31EC;
}
.AnyTagClassName
{
color: #5C31EC;
}
</style>
background-color css
<style>
a { background-color: #5C31EC; }
a { background-color: rgb(92,49,236); }
div.DivClassName
{
background-color: #5C31EC;
}
.BgClassName
{
background-color: #5C31EC;
}
</style>
border-color css
<style>
span { border-color: #5C31EC; }
span { border-color: rgb(92,49,236); }
td.TdClassName
{
border-color: #5C31EC;
}
.TagClassName
{
border-color: #5C31EC;
}
</style>