Shades of Han Purple #5B2BEB
Tints of Han Purple #5B2BEB
RGB
CMYK
RGB Variations
Color information
#5B2BEB (or 0x5B2BEB) is known color: Han Purple. HEX triplet: 5B, 2B and EB. RGB value is (91,43,235). Sum of RGB (Red+Green+Blue) = 91+43+235=369 (48% of max value = 765). Red value is 91 (35.94% from 255 or 24.66% from 369); Green value is 43 (17.19% from 255 or 11.65% from 369); Blue value is 235 (92.19% from 255 or 63.69% from 369); Max value from RGB is 235 - color contains mainly: blue. Hex color #5B2BEB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5B2BEB is #A4D414. Grayscale: #4E4E4E. Windows color (decimal): -10802197 or 15412059. OLE color: 15412059.
HSL color Cylindrical-coordinate representation of color #5B2BEB: hue angle of 255º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5B2BEB is Cyan = 0.61, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 91 | 43 | 235 | - |
| CMYK | 0.61 | 0.82 | 0 | 0.08 |
| HSL | 255º | 0.83% | 0.55% | - |
| HSV(B) | 255º | 0.82% | 0.92% | - |
| XYZ | 20.17 | 9.95 | 79.45 | - |
| YUV | 79.24 | 215.9 | 136.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 43 | 235 | 0.61 | 0.82 | 0 | 0.08 | 255 | 0.83 | 0.55 |
| Hex | 5B | 2B | EB | 3D | 52 | 0 | 8 | FF | 53 | 37 |
| Octal | 133 | 53 | 353 | 75 | 122 | 0 | 10 | 377 | 123 | 67 |
| Binary | 1011011 | 101011 | 11101011 | 111101 | 1010010 | 0 | 1000 | 11111111 | 1010011 | 110111 |
Color Harmonies of #5B2BEB
Complementary color
Monochromatic Colors of #5B2BEB
Black with #5B2BEB
Text Example
Text Example
White with #5B2BEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B2BEB; }
p { color: rgb(91,43,235); }
H1.HeaderClassName
{
color: #5B2BEB;
}
.AnyTagClassName
{
color: #5B2BEB;
}
</style>
background-color css
<style>
a { background-color: #5B2BEB; }
a { background-color: rgb(91,43,235); }
div.DivClassName
{
background-color: #5B2BEB;
}
.BgClassName
{
background-color: #5B2BEB;
}
</style>
border-color css
<style>
span { border-color: #5B2BEB; }
span { border-color: rgb(91,43,235); }
td.TdClassName
{
border-color: #5B2BEB;
}
.TagClassName
{
border-color: #5B2BEB;
}
</style>