Shades of Han Purple #5B23DE
Tints of Han Purple #5B23DE
RGB
CMYK
RGB Variations
Color information
#5B23DE (or 0x5B23DE) is known color: Han Purple. HEX triplet: 5B, 23 and DE. RGB value is (91,35,222). Sum of RGB (Red+Green+Blue) = 91+35+222=348 (46% of max value = 765). Red value is 91 (35.94% from 255 or 26.15% from 348); Green value is 35 (14.06% from 255 or 10.06% from 348); Blue value is 222 (87.11% from 255 or 63.79% from 348); Max value from RGB is 222 - color contains mainly: blue. Hex color #5B23DE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5B23DE is #A4DC21. Grayscale: #484848. Windows color (decimal): -10804258 or 14558043. OLE color: 14558043.
HSL color Cylindrical-coordinate representation of color #5B23DE: hue angle of 257.97º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5B23DE is Cyan = 0.59, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 91 | 35 | 222 | - |
| CMYK | 0.59 | 0.84 | 0 | 0.13 |
| HSL | 257.97º | 0.74% | 0.5% | - |
| HSV(B) | 257.97º | 0.84% | 0.87% | - |
| XYZ | 18.1 | 8.7 | 69.83 | - |
| YUV | 73.06 | 212.05 | 140.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 35 | 222 | 0.59 | 0.84 | 0 | 0.13 | 257.97 | 0.74 | 0.5 |
| Hex | 5B | 23 | DE | 3B | 54 | 0 | D | 102 | 4A | 32 |
| Octal | 133 | 43 | 336 | 73 | 124 | 0 | 15 | 402 | 112 | 62 |
| Binary | 1011011 | 100011 | 11011110 | 111011 | 1010100 | 0 | 1101 | 100000010 | 1001010 | 110010 |
Color Harmonies of #5B23DE
Complementary color
Monochromatic Colors of #5B23DE
Black with #5B23DE
Text Example
Text Example
White with #5B23DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B23DE; }
p { color: rgb(91,35,222); }
H1.HeaderClassName
{
color: #5B23DE;
}
.AnyTagClassName
{
color: #5B23DE;
}
</style>
background-color css
<style>
a { background-color: #5B23DE; }
a { background-color: rgb(91,35,222); }
div.DivClassName
{
background-color: #5B23DE;
}
.BgClassName
{
background-color: #5B23DE;
}
</style>
border-color css
<style>
span { border-color: #5B23DE; }
span { border-color: rgb(91,35,222); }
td.TdClassName
{
border-color: #5B23DE;
}
.TagClassName
{
border-color: #5B23DE;
}
</style>