Shades of Han Purple #5B1DEC
Tints of Han Purple #5B1DEC
RGB
CMYK
RGB Variations
Color information
#5B1DEC (or 0x5B1DEC) is known color: Han Purple. HEX triplet: 5B, 1D and EC. RGB value is (91,29,236). Sum of RGB (Red+Green+Blue) = 91+29+236=356 (47% of max value = 765). Red value is 91 (35.94% from 255 or 25.56% from 356); Green value is 29 (11.72% from 255 or 8.15% from 356); Blue value is 236 (92.58% from 255 or 66.29% from 356); Max value from RGB is 236 - color contains mainly: blue. Hex color #5B1DEC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5B1DEC is #A4E213. Grayscale: #464646. Windows color (decimal): -10805780 or 15474011. OLE color: 15474011.
HSL color Cylindrical-coordinate representation of color #5B1DEC: hue angle of 257.97º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5B1DEC is Cyan = 0.61, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 91 | 29 | 236 | - |
| CMYK | 0.61 | 0.88 | 0 | 0.07 |
| HSL | 257.97º | 0.84% | 0.52% | - |
| HSV(B) | 257.97º | 0.88% | 0.93% | - |
| XYZ | 19.89 | 9.16 | 80.08 | - |
| YUV | 71.14 | 221.04 | 142.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 29 | 236 | 0.61 | 0.88 | 0 | 0.07 | 257.97 | 0.84 | 0.52 |
| Hex | 5B | 1D | EC | 3D | 58 | 0 | 7 | 102 | 54 | 34 |
| Octal | 133 | 35 | 354 | 75 | 130 | 0 | 7 | 402 | 124 | 64 |
| Binary | 1011011 | 11101 | 11101100 | 111101 | 1011000 | 0 | 111 | 100000010 | 1010100 | 110100 |
Color Harmonies of #5B1DEC
Complementary color
Monochromatic Colors of #5B1DEC
Black with #5B1DEC
Text Example
Text Example
White with #5B1DEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B1DEC; }
p { color: rgb(91,29,236); }
H1.HeaderClassName
{
color: #5B1DEC;
}
.AnyTagClassName
{
color: #5B1DEC;
}
</style>
background-color css
<style>
a { background-color: #5B1DEC; }
a { background-color: rgb(91,29,236); }
div.DivClassName
{
background-color: #5B1DEC;
}
.BgClassName
{
background-color: #5B1DEC;
}
</style>
border-color css
<style>
span { border-color: #5B1DEC; }
span { border-color: rgb(91,29,236); }
td.TdClassName
{
border-color: #5B1DEC;
}
.TagClassName
{
border-color: #5B1DEC;
}
</style>