Shades of Han Purple #5E36FF
Tints of Han Purple #5E36FF
RGB
CMYK
RGB Variations
Color information
#5E36FF (or 0x5E36FF) is known color: Han Purple. HEX triplet: 5E, 36 and FF. RGB value is (94,54,255). Sum of RGB (Red+Green+Blue) = 94+54+255=403 (53% of max value = 765). Red value is 94 (37.11% from 255 or 23.33% from 403); Green value is 54 (21.48% from 255 or 13.40% from 403); Blue value is 255 (100% from 255 or 63.28% from 403); Max value from RGB is 255 - color contains mainly: blue. Hex color #5E36FF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5E36FF is #A1C900. Grayscale: #585858. Windows color (decimal): -10602753 or 16725598. OLE color: 16725598.
HSL color Cylindrical-coordinate representation of color #5E36FF: hue angle of 251.94º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5E36FF is Cyan = 0.63, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 94 | 54 | 255 | - |
| CMYK | 0.63 | 0.79 | 0 | 0 |
| HSL | 251.94º | 1% | 0.61% | - |
| HSV(B) | 251.94º | 0.79% | 1% | - |
| XYZ | 23.99 | 12.24 | 95.71 | - |
| YUV | 88.87 | 221.75 | 131.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 54 | 255 | 0.63 | 0.79 | 0 | 0 | 251.94 | 1 | 0.61 |
| Hex | 5E | 36 | FF | 3F | 4F | 0 | 0 | FC | 64 | 3D |
| Octal | 136 | 66 | 377 | 77 | 117 | 0 | 0 | 374 | 144 | 75 |
| Binary | 1011110 | 110110 | 11111111 | 111111 | 1001111 | 0 | 0 | 11111100 | 1100100 | 111101 |
Color Harmonies of #5E36FF
Complementary color
Monochromatic Colors of #5E36FF
Black with #5E36FF
Text Example
Text Example
White with #5E36FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E36FF; }
p { color: rgb(94,54,255); }
H1.HeaderClassName
{
color: #5E36FF;
}
.AnyTagClassName
{
color: #5E36FF;
}
</style>
background-color css
<style>
a { background-color: #5E36FF; }
a { background-color: rgb(94,54,255); }
div.DivClassName
{
background-color: #5E36FF;
}
.BgClassName
{
background-color: #5E36FF;
}
</style>
border-color css
<style>
span { border-color: #5E36FF; }
span { border-color: rgb(94,54,255); }
td.TdClassName
{
border-color: #5E36FF;
}
.TagClassName
{
border-color: #5E36FF;
}
</style>