Shades of Han Purple #5B1ADE
Tints of Han Purple #5B1ADE
RGB
CMYK
RGB Variations
Color information
#5B1ADE (or 0x5B1ADE) is known color: Han Purple. HEX triplet: 5B, 1A and DE. RGB value is (91,26,222). Sum of RGB (Red+Green+Blue) = 91+26+222=339 (44% of max value = 765). Red value is 91 (35.94% from 255 or 26.84% from 339); Green value is 26 (10.55% from 255 or 7.67% from 339); Blue value is 222 (87.11% from 255 or 65.49% from 339); Max value from RGB is 222 - color contains mainly: blue. Hex color #5B1ADE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5B1ADE is #A4E521. Grayscale: #434343. Windows color (decimal): -10806562 or 14555739. OLE color: 14555739.
HSL color Cylindrical-coordinate representation of color #5B1ADE: hue angle of 259.9º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5B1ADE is Cyan = 0.59, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 91 | 26 | 222 | - |
| CMYK | 0.59 | 0.88 | 0 | 0.13 |
| HSL | 259.9º | 0.79% | 0.49% | - |
| HSV(B) | 259.9º | 0.88% | 0.87% | - |
| XYZ | 17.87 | 8.24 | 69.76 | - |
| YUV | 67.78 | 215.03 | 144.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 26 | 222 | 0.59 | 0.88 | 0 | 0.13 | 259.9 | 0.79 | 0.49 |
| Hex | 5B | 1A | DE | 3B | 58 | 0 | D | 104 | 4F | 31 |
| Octal | 133 | 32 | 336 | 73 | 130 | 0 | 15 | 404 | 117 | 61 |
| Binary | 1011011 | 11010 | 11011110 | 111011 | 1011000 | 0 | 1101 | 100000100 | 1001111 | 110001 |
Color Harmonies of #5B1ADE
Complementary color
Monochromatic Colors of #5B1ADE
Black with #5B1ADE
Text Example
Text Example
White with #5B1ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B1ADE; }
p { color: rgb(91,26,222); }
H1.HeaderClassName
{
color: #5B1ADE;
}
.AnyTagClassName
{
color: #5B1ADE;
}
</style>
background-color css
<style>
a { background-color: #5B1ADE; }
a { background-color: rgb(91,26,222); }
div.DivClassName
{
background-color: #5B1ADE;
}
.BgClassName
{
background-color: #5B1ADE;
}
</style>
border-color css
<style>
span { border-color: #5B1ADE; }
span { border-color: rgb(91,26,222); }
td.TdClassName
{
border-color: #5B1ADE;
}
.TagClassName
{
border-color: #5B1ADE;
}
</style>