Shades of Han Purple #5B1BDC
Tints of Han Purple #5B1BDC
RGB
CMYK
RGB Variations
Color information
#5B1BDC (or 0x5B1BDC) is known color: Han Purple. HEX triplet: 5B, 1B and DC. RGB value is (91,27,220). Sum of RGB (Red+Green+Blue) = 91+27+220=338 (44% of max value = 765). Red value is 91 (35.94% from 255 or 26.92% from 338); Green value is 27 (10.94% from 255 or 7.99% from 338); Blue value is 220 (86.33% from 255 or 65.09% from 338); Max value from RGB is 220 - color contains mainly: blue. Hex color #5B1BDC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5B1BDC is #A4E423. Grayscale: #434343. Windows color (decimal): -10806308 or 14424923. OLE color: 14424923.
HSL color Cylindrical-coordinate representation of color #5B1BDC: hue angle of 259.9º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5B1BDC is Cyan = 0.59, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 91 | 27 | 220 | - |
| CMYK | 0.59 | 0.88 | 0 | 0.14 |
| HSL | 259.9º | 0.78% | 0.48% | - |
| HSV(B) | 259.9º | 0.88% | 0.86% | - |
| XYZ | 17.62 | 8.18 | 68.36 | - |
| YUV | 68.14 | 213.7 | 144.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 27 | 220 | 0.59 | 0.88 | 0 | 0.14 | 259.9 | 0.78 | 0.48 |
| Hex | 5B | 1B | DC | 3B | 58 | 0 | E | 104 | 4E | 30 |
| Octal | 133 | 33 | 334 | 73 | 130 | 0 | 16 | 404 | 116 | 60 |
| Binary | 1011011 | 11011 | 11011100 | 111011 | 1011000 | 0 | 1110 | 100000100 | 1001110 | 110000 |
Color Harmonies of #5B1BDC
Complementary color
Monochromatic Colors of #5B1BDC
Black with #5B1BDC
Text Example
Text Example
White with #5B1BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B1BDC; }
p { color: rgb(91,27,220); }
H1.HeaderClassName
{
color: #5B1BDC;
}
.AnyTagClassName
{
color: #5B1BDC;
}
</style>
background-color css
<style>
a { background-color: #5B1BDC; }
a { background-color: rgb(91,27,220); }
div.DivClassName
{
background-color: #5B1BDC;
}
.BgClassName
{
background-color: #5B1BDC;
}
</style>
border-color css
<style>
span { border-color: #5B1BDC; }
span { border-color: rgb(91,27,220); }
td.TdClassName
{
border-color: #5B1BDC;
}
.TagClassName
{
border-color: #5B1BDC;
}
</style>