Shades of Han Purple #5B23FF
Tints of Han Purple #5B23FF
RGB
CMYK
RGB Variations
Color information
#5B23FF (or 0x5B23FF) is known color: Han Purple. HEX triplet: 5B, 23 and FF. RGB value is (91,35,255). Sum of RGB (Red+Green+Blue) = 91+35+255=381 (50% of max value = 765). Red value is 91 (35.94% from 255 or 23.88% from 381); Green value is 35 (14.06% from 255 or 9.19% from 381); Blue value is 255 (100% from 255 or 66.93% from 381); Max value from RGB is 255 - color contains mainly: blue. Hex color #5B23FF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5B23FF is #A4DC00. Grayscale: #4C4C4C. Windows color (decimal): -10804225 or 16720731. OLE color: 16720731.
HSL color Cylindrical-coordinate representation of color #5B23FF: hue angle of 255.27º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #5B23FF is Cyan = 0.64, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 91 | 35 | 255 | - |
| CMYK | 0.64 | 0.86 | 0 | 0 |
| HSL | 255.27º | 1% | 0.57% | - |
| HSV(B) | 255.27º | 0.86% | 1% | - |
| XYZ | 22.97 | 10.65 | 95.45 | - |
| YUV | 76.82 | 228.55 | 138.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 35 | 255 | 0.64 | 0.86 | 0 | 0 | 255.27 | 1 | 0.57 |
| Hex | 5B | 23 | FF | 40 | 56 | 0 | 0 | FF | 64 | 39 |
| Octal | 133 | 43 | 377 | 100 | 126 | 0 | 0 | 377 | 144 | 71 |
| Binary | 1011011 | 100011 | 11111111 | 1000000 | 1010110 | 0 | 0 | 11111111 | 1100100 | 111001 |
Color Harmonies of #5B23FF
Complementary color
Monochromatic Colors of #5B23FF
Black with #5B23FF
Text Example
Text Example
White with #5B23FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B23FF; }
p { color: rgb(91,35,255); }
H1.HeaderClassName
{
color: #5B23FF;
}
.AnyTagClassName
{
color: #5B23FF;
}
</style>
background-color css
<style>
a { background-color: #5B23FF; }
a { background-color: rgb(91,35,255); }
div.DivClassName
{
background-color: #5B23FF;
}
.BgClassName
{
background-color: #5B23FF;
}
</style>
border-color css
<style>
span { border-color: #5B23FF; }
span { border-color: rgb(91,35,255); }
td.TdClassName
{
border-color: #5B23FF;
}
.TagClassName
{
border-color: #5B23FF;
}
</style>