Shades of Han Purple #5B0BD7
Tints of Han Purple #5B0BD7
RGB
CMYK
RGB Variations
Color information
#5B0BD7 (or 0x5B0BD7) is known color: Han Purple. HEX triplet: 5B, 0B and D7. RGB value is (91,11,215). Sum of RGB (Red+Green+Blue) = 91+11+215=317 (41% of max value = 765). Red value is 91 (35.94% from 255 or 28.71% from 317); Green value is 11 (4.69% from 255 or 3.47% from 317); Blue value is 215 (84.38% from 255 or 67.82% from 317); Max value from RGB is 215 - color contains mainly: blue. Hex color #5B0BD7 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5B0BD7 is #A4F428. Grayscale: #393939. Windows color (decimal): -10810409 or 14093147. OLE color: 14093147.
HSL color Cylindrical-coordinate representation of color #5B0BD7: hue angle of 263.53º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5B0BD7 is Cyan = 0.58, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 91 | 11 | 215 | - |
| CMYK | 0.58 | 0.95 | 0 | 0.16 |
| HSL | 263.53º | 0.9% | 0.44% | - |
| HSV(B) | 263.53º | 0.95% | 0.84% | - |
| XYZ | 16.7 | 7.37 | 64.83 | - |
| YUV | 58.18 | 216.5 | 151.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 11 | 215 | 0.58 | 0.95 | 0 | 0.16 | 263.53 | 0.9 | 0.44 |
| Hex | 5B | B | D7 | 3A | 5F | 0 | 10 | 108 | 5A | 2C |
| Octal | 133 | 13 | 327 | 72 | 137 | 0 | 20 | 410 | 132 | 54 |
| Binary | 1011011 | 1011 | 11010111 | 111010 | 1011111 | 0 | 10000 | 100001000 | 1011010 | 101100 |
Color Harmonies of #5B0BD7
Complementary color
Monochromatic Colors of #5B0BD7
Black with #5B0BD7
Text Example
Text Example
White with #5B0BD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B0BD7; }
p { color: rgb(91,11,215); }
H1.HeaderClassName
{
color: #5B0BD7;
}
.AnyTagClassName
{
color: #5B0BD7;
}
</style>
background-color css
<style>
a { background-color: #5B0BD7; }
a { background-color: rgb(91,11,215); }
div.DivClassName
{
background-color: #5B0BD7;
}
.BgClassName
{
background-color: #5B0BD7;
}
</style>
border-color css
<style>
span { border-color: #5B0BD7; }
span { border-color: rgb(91,11,215); }
td.TdClassName
{
border-color: #5B0BD7;
}
.TagClassName
{
border-color: #5B0BD7;
}
</style>