Shades of Han Purple #5B0DDB
Tints of Han Purple #5B0DDB
RGB
CMYK
RGB Variations
Color information
#5B0DDB (or 0x5B0DDB) is known color: Han Purple. HEX triplet: 5B, 0D and DB. RGB value is (91,13,219). Sum of RGB (Red+Green+Blue) = 91+13+219=323 (42% of max value = 765). Red value is 91 (35.94% from 255 or 28.17% from 323); Green value is 13 (5.47% from 255 or 4.02% from 323); Blue value is 219 (85.94% from 255 or 67.80% from 323); Max value from RGB is 219 - color contains mainly: blue. Hex color #5B0DDB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5B0DDB is #A4F224. Grayscale: #3B3B3B. Windows color (decimal): -10809893 or 14355803. OLE color: 14355803.
HSL color Cylindrical-coordinate representation of color #5B0DDB: hue angle of 262.72º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #5B0DDB is Cyan = 0.58, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 91 | 13 | 219 | - |
| CMYK | 0.58 | 0.94 | 0 | 0.14 |
| HSL | 262.72º | 0.89% | 0.45% | - |
| HSV(B) | 262.72º | 0.94% | 0.86% | - |
| XYZ | 17.24 | 7.63 | 67.58 | - |
| YUV | 59.81 | 217.84 | 150.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 13 | 219 | 0.58 | 0.94 | 0 | 0.14 | 262.72 | 0.89 | 0.45 |
| Hex | 5B | D | DB | 3A | 5E | 0 | E | 107 | 59 | 2D |
| Octal | 133 | 15 | 333 | 72 | 136 | 0 | 16 | 407 | 131 | 55 |
| Binary | 1011011 | 1101 | 11011011 | 111010 | 1011110 | 0 | 1110 | 100000111 | 1011001 | 101101 |
Color Harmonies of #5B0DDB
Complementary color
Monochromatic Colors of #5B0DDB
Black with #5B0DDB
Text Example
Text Example
White with #5B0DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B0DDB; }
p { color: rgb(91,13,219); }
H1.HeaderClassName
{
color: #5B0DDB;
}
.AnyTagClassName
{
color: #5B0DDB;
}
</style>
background-color css
<style>
a { background-color: #5B0DDB; }
a { background-color: rgb(91,13,219); }
div.DivClassName
{
background-color: #5B0DDB;
}
.BgClassName
{
background-color: #5B0DDB;
}
</style>
border-color css
<style>
span { border-color: #5B0DDB; }
span { border-color: rgb(91,13,219); }
td.TdClassName
{
border-color: #5B0DDB;
}
.TagClassName
{
border-color: #5B0DDB;
}
</style>