Shades of Han Purple #5B23EB
Tints of Han Purple #5B23EB
RGB
CMYK
RGB Variations
Color information
#5B23EB (or 0x5B23EB) is known color: Han Purple. HEX triplet: 5B, 23 and EB. RGB value is (91,35,235). Sum of RGB (Red+Green+Blue) = 91+35+235=361 (47% of max value = 765). Red value is 91 (35.94% from 255 or 25.21% from 361); Green value is 35 (14.06% from 255 or 9.70% from 361); Blue value is 235 (92.19% from 255 or 65.10% from 361); Max value from RGB is 235 - color contains mainly: blue. Hex color #5B23EB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5B23EB is #A4DC14. Grayscale: #494949. Windows color (decimal): -10804245 or 15410011. OLE color: 15410011.
HSL color Cylindrical-coordinate representation of color #5B23EB: hue angle of 256.8º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #5B23EB is Cyan = 0.61, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 91 | 35 | 235 | - |
| CMYK | 0.61 | 0.85 | 0 | 0.08 |
| HSL | 256.8º | 0.83% | 0.53% | - |
| HSV(B) | 256.8º | 0.85% | 0.92% | - |
| XYZ | 19.91 | 9.42 | 79.37 | - |
| YUV | 74.54 | 218.55 | 139.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 35 | 235 | 0.61 | 0.85 | 0 | 0.08 | 256.8 | 0.83 | 0.53 |
| Hex | 5B | 23 | EB | 3D | 55 | 0 | 8 | 101 | 53 | 35 |
| Octal | 133 | 43 | 353 | 75 | 125 | 0 | 10 | 401 | 123 | 65 |
| Binary | 1011011 | 100011 | 11101011 | 111101 | 1010101 | 0 | 1000 | 100000001 | 1010011 | 110101 |
Color Harmonies of #5B23EB
Complementary color
Monochromatic Colors of #5B23EB
Black with #5B23EB
Text Example
Text Example
White with #5B23EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B23EB; }
p { color: rgb(91,35,235); }
H1.HeaderClassName
{
color: #5B23EB;
}
.AnyTagClassName
{
color: #5B23EB;
}
</style>
background-color css
<style>
a { background-color: #5B23EB; }
a { background-color: rgb(91,35,235); }
div.DivClassName
{
background-color: #5B23EB;
}
.BgClassName
{
background-color: #5B23EB;
}
</style>
border-color css
<style>
span { border-color: #5B23EB; }
span { border-color: rgb(91,35,235); }
td.TdClassName
{
border-color: #5B23EB;
}
.TagClassName
{
border-color: #5B23EB;
}
</style>