Shades of Han Purple #5E36FC
Tints of Han Purple #5E36FC
RGB
CMYK
RGB Variations
Color information
#5E36FC (or 0x5E36FC) is known color: Han Purple. HEX triplet: 5E, 36 and FC. RGB value is (94,54,252). Sum of RGB (Red+Green+Blue) = 94+54+252=400 (52% of max value = 765). Red value is 94 (37.11% from 255 or 23.5% from 400); Green value is 54 (21.48% from 255 or 13.5% from 400); Blue value is 252 (98.83% from 255 or 63% from 400); Max value from RGB is 252 - color contains mainly: blue. Hex color #5E36FC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5E36FC is #A1C903. Grayscale: #575757. Windows color (decimal): -10602756 or 16528990. OLE color: 16528990.
HSL color Cylindrical-coordinate representation of color #5E36FC: hue angle of 252.12º degrees, saturation: 0.97, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5E36FC is Cyan = 0.63, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 94 | 54 | 252 | - |
| CMYK | 0.63 | 0.79 | 0 | 0.01 |
| HSL | 252.12º | 0.97% | 0.6% | - |
| HSV(B) | 252.12º | 0.79% | 0.99% | - |
| XYZ | 23.51 | 12.05 | 93.18 | - |
| YUV | 88.53 | 220.25 | 131.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 54 | 252 | 0.63 | 0.79 | 0 | 0.01 | 252.12 | 0.97 | 0.6 |
| Hex | 5E | 36 | FC | 3F | 4F | 0 | 1 | FC | 61 | 3C |
| Octal | 136 | 66 | 374 | 77 | 117 | 0 | 1 | 374 | 141 | 74 |
| Binary | 1011110 | 110110 | 11111100 | 111111 | 1001111 | 0 | 1 | 11111100 | 1100001 | 111100 |
Color Harmonies of #5E36FC
Complementary color
Monochromatic Colors of #5E36FC
Black with #5E36FC
Text Example
Text Example
White with #5E36FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E36FC; }
p { color: rgb(94,54,252); }
H1.HeaderClassName
{
color: #5E36FC;
}
.AnyTagClassName
{
color: #5E36FC;
}
</style>
background-color css
<style>
a { background-color: #5E36FC; }
a { background-color: rgb(94,54,252); }
div.DivClassName
{
background-color: #5E36FC;
}
.BgClassName
{
background-color: #5E36FC;
}
</style>
border-color css
<style>
span { border-color: #5E36FC; }
span { border-color: rgb(94,54,252); }
td.TdClassName
{
border-color: #5E36FC;
}
.TagClassName
{
border-color: #5E36FC;
}
</style>