Shades of Han Purple #5B2BED
Tints of Han Purple #5B2BED
RGB
CMYK
RGB Variations
Color information
#5B2BED (or 0x5B2BED) is known color: Han Purple. HEX triplet: 5B, 2B and ED. RGB value is (91,43,237). Sum of RGB (Red+Green+Blue) = 91+43+237=371 (49% of max value = 765). Red value is 91 (35.94% from 255 or 24.53% from 371); Green value is 43 (17.19% from 255 or 11.59% from 371); Blue value is 237 (92.97% from 255 or 63.88% from 371); Max value from RGB is 237 - color contains mainly: blue. Hex color #5B2BED is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5B2BED is #A4D412. Grayscale: #4E4E4E. Windows color (decimal): -10802195 or 15543131. OLE color: 15543131.
HSL color Cylindrical-coordinate representation of color #5B2BED: hue angle of 254.85º degrees, saturation: 0.84, 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 #5B2BED is Cyan = 0.62, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 91 | 43 | 237 | - |
| CMYK | 0.62 | 0.82 | 0 | 0.07 |
| HSL | 254.85º | 0.84% | 0.55% | - |
| HSV(B) | 254.85º | 0.82% | 0.93% | - |
| XYZ | 20.46 | 10.07 | 80.99 | - |
| YUV | 79.47 | 216.9 | 136.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 43 | 237 | 0.62 | 0.82 | 0 | 0.07 | 254.85 | 0.84 | 0.55 |
| Hex | 5B | 2B | ED | 3E | 52 | 0 | 7 | FF | 54 | 37 |
| Octal | 133 | 53 | 355 | 76 | 122 | 0 | 7 | 377 | 124 | 67 |
| Binary | 1011011 | 101011 | 11101101 | 111110 | 1010010 | 0 | 111 | 11111111 | 1010100 | 110111 |
Color Harmonies of #5B2BED
Complementary color
Monochromatic Colors of #5B2BED
Black with #5B2BED
Text Example
Text Example
White with #5B2BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B2BED; }
p { color: rgb(91,43,237); }
H1.HeaderClassName
{
color: #5B2BED;
}
.AnyTagClassName
{
color: #5B2BED;
}
</style>
background-color css
<style>
a { background-color: #5B2BED; }
a { background-color: rgb(91,43,237); }
div.DivClassName
{
background-color: #5B2BED;
}
.BgClassName
{
background-color: #5B2BED;
}
</style>
border-color css
<style>
span { border-color: #5B2BED; }
span { border-color: rgb(91,43,237); }
td.TdClassName
{
border-color: #5B2BED;
}
.TagClassName
{
border-color: #5B2BED;
}
</style>