Shades of Han Purple #5B23EA
Tints of Han Purple #5B23EA
RGB
CMYK
RGB Variations
Color information
#5B23EA (or 0x5B23EA) is known color: Han Purple. HEX triplet: 5B, 23 and EA. RGB value is (91,35,234). Sum of RGB (Red+Green+Blue) = 91+35+234=360 (47% of max value = 765). Red value is 91 (35.94% from 255 or 25.28% from 360); Green value is 35 (14.06% from 255 or 9.72% from 360); Blue value is 234 (91.80% from 255 or 65% from 360); Max value from RGB is 234 - color contains mainly: blue. Hex color #5B23EA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5B23EA is #A4DC15. Grayscale: #494949. Windows color (decimal): -10804246 or 15344475. OLE color: 15344475.
HSL color Cylindrical-coordinate representation of color #5B23EA: hue angle of 256.88º 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 #5B23EA is Cyan = 0.61, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 91 | 35 | 234 | - |
| CMYK | 0.61 | 0.85 | 0 | 0.08 |
| HSL | 256.88º | 0.83% | 0.53% | - |
| HSV(B) | 256.88º | 0.85% | 0.92% | - |
| XYZ | 19.77 | 9.37 | 78.61 | - |
| YUV | 74.43 | 218.05 | 139.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 35 | 234 | 0.61 | 0.85 | 0 | 0.08 | 256.88 | 0.83 | 0.53 |
| Hex | 5B | 23 | EA | 3D | 55 | 0 | 8 | 101 | 53 | 35 |
| Octal | 133 | 43 | 352 | 75 | 125 | 0 | 10 | 401 | 123 | 65 |
| Binary | 1011011 | 100011 | 11101010 | 111101 | 1010101 | 0 | 1000 | 100000001 | 1010011 | 110101 |
Color Harmonies of #5B23EA
Complementary color
Monochromatic Colors of #5B23EA
Black with #5B23EA
Text Example
Text Example
White with #5B23EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B23EA; }
p { color: rgb(91,35,234); }
H1.HeaderClassName
{
color: #5B23EA;
}
.AnyTagClassName
{
color: #5B23EA;
}
</style>
background-color css
<style>
a { background-color: #5B23EA; }
a { background-color: rgb(91,35,234); }
div.DivClassName
{
background-color: #5B23EA;
}
.BgClassName
{
background-color: #5B23EA;
}
</style>
border-color css
<style>
span { border-color: #5B23EA; }
span { border-color: rgb(91,35,234); }
td.TdClassName
{
border-color: #5B23EA;
}
.TagClassName
{
border-color: #5B23EA;
}
</style>