Shades of Han Purple #5B2BEE
Tints of Han Purple #5B2BEE
RGB
CMYK
RGB Variations
Color information
#5B2BEE (or 0x5B2BEE) is known color: Han Purple. HEX triplet: 5B, 2B and EE. RGB value is (91,43,238). Sum of RGB (Red+Green+Blue) = 91+43+238=372 (49% of max value = 765). Red value is 91 (35.94% from 255 or 24.46% from 372); Green value is 43 (17.19% from 255 or 11.56% from 372); Blue value is 238 (93.36% from 255 or 63.98% from 372); Max value from RGB is 238 - color contains mainly: blue. Hex color #5B2BEE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5B2BEE is #A4D411. Grayscale: #4E4E4E. Windows color (decimal): -10802194 or 15608667. OLE color: 15608667.
HSL color Cylindrical-coordinate representation of color #5B2BEE: hue angle of 254.77º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5B2BEE is Cyan = 0.62, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 91 | 43 | 238 | - |
| CMYK | 0.62 | 0.82 | 0 | 0.07 |
| HSL | 254.77º | 0.85% | 0.55% | - |
| HSV(B) | 254.77º | 0.82% | 0.93% | - |
| XYZ | 20.61 | 10.12 | 81.76 | - |
| YUV | 79.58 | 217.4 | 136.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 43 | 238 | 0.62 | 0.82 | 0 | 0.07 | 254.77 | 0.85 | 0.55 |
| Hex | 5B | 2B | EE | 3E | 52 | 0 | 7 | FF | 55 | 37 |
| Octal | 133 | 53 | 356 | 76 | 122 | 0 | 7 | 377 | 125 | 67 |
| Binary | 1011011 | 101011 | 11101110 | 111110 | 1010010 | 0 | 111 | 11111111 | 1010101 | 110111 |
Color Harmonies of #5B2BEE
Complementary color
Monochromatic Colors of #5B2BEE
Black with #5B2BEE
Text Example
Text Example
White with #5B2BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B2BEE; }
p { color: rgb(91,43,238); }
H1.HeaderClassName
{
color: #5B2BEE;
}
.AnyTagClassName
{
color: #5B2BEE;
}
</style>
background-color css
<style>
a { background-color: #5B2BEE; }
a { background-color: rgb(91,43,238); }
div.DivClassName
{
background-color: #5B2BEE;
}
.BgClassName
{
background-color: #5B2BEE;
}
</style>
border-color css
<style>
span { border-color: #5B2BEE; }
span { border-color: rgb(91,43,238); }
td.TdClassName
{
border-color: #5B2BEE;
}
.TagClassName
{
border-color: #5B2BEE;
}
</style>