Shades of Han Purple #5B37EC
Tints of Han Purple #5B37EC
RGB
CMYK
RGB Variations
Color information
#5B37EC (or 0x5B37EC) is known color: Han Purple. HEX triplet: 5B, 37 and EC. RGB value is (91,55,236). Sum of RGB (Red+Green+Blue) = 91+55+236=382 (50% of max value = 765). Red value is 91 (35.94% from 255 or 23.82% from 382); Green value is 55 (21.88% from 255 or 14.40% from 382); Blue value is 236 (92.58% from 255 or 61.78% from 382); Max value from RGB is 236 - color contains mainly: blue. Hex color #5B37EC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5B37EC is #A4C813. Grayscale: #555555. Windows color (decimal): -10799124 or 15480667. OLE color: 15480667.
HSL color Cylindrical-coordinate representation of color #5B37EC: hue angle of 251.93º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5B37EC is Cyan = 0.61, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 91 | 55 | 236 | - |
| CMYK | 0.61 | 0.77 | 0 | 0.07 |
| HSL | 251.93º | 0.83% | 0.57% | - |
| HSV(B) | 251.93º | 0.77% | 0.93% | - |
| XYZ | 20.82 | 11.01 | 80.39 | - |
| YUV | 86.4 | 212.43 | 131.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 55 | 236 | 0.61 | 0.77 | 0 | 0.07 | 251.93 | 0.83 | 0.57 |
| Hex | 5B | 37 | EC | 3D | 4D | 0 | 7 | FC | 53 | 39 |
| Octal | 133 | 67 | 354 | 75 | 115 | 0 | 7 | 374 | 123 | 71 |
| Binary | 1011011 | 110111 | 11101100 | 111101 | 1001101 | 0 | 111 | 11111100 | 1010011 | 111001 |
Color Harmonies of #5B37EC
Complementary color
Monochromatic Colors of #5B37EC
Black with #5B37EC
Text Example
Text Example
White with #5B37EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B37EC; }
p { color: rgb(91,55,236); }
H1.HeaderClassName
{
color: #5B37EC;
}
.AnyTagClassName
{
color: #5B37EC;
}
</style>
background-color css
<style>
a { background-color: #5B37EC; }
a { background-color: rgb(91,55,236); }
div.DivClassName
{
background-color: #5B37EC;
}
.BgClassName
{
background-color: #5B37EC;
}
</style>
border-color css
<style>
span { border-color: #5B37EC; }
span { border-color: rgb(91,55,236); }
td.TdClassName
{
border-color: #5B37EC;
}
.TagClassName
{
border-color: #5B37EC;
}
</style>