Shades of Han Purple #5B0DDC
Tints of Han Purple #5B0DDC
RGB
CMYK
RGB Variations
Color information
#5B0DDC (or 0x5B0DDC) is known color: Han Purple. HEX triplet: 5B, 0D and DC. RGB value is (91,13,220). Sum of RGB (Red+Green+Blue) = 91+13+220=324 (42% of max value = 765). Red value is 91 (35.94% from 255 or 28.09% from 324); Green value is 13 (5.47% from 255 or 4.01% from 324); Blue value is 220 (86.33% from 255 or 67.90% from 324); Max value from RGB is 220 - color contains mainly: blue. Hex color #5B0DDC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5B0DDC is #A4F223. Grayscale: #3B3B3B. Windows color (decimal): -10809892 or 14421339. OLE color: 14421339.
HSL color Cylindrical-coordinate representation of color #5B0DDC: hue angle of 262.61º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #5B0DDC is Cyan = 0.59, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 91 | 13 | 220 | - |
| CMYK | 0.59 | 0.94 | 0 | 0.14 |
| HSL | 262.61º | 0.89% | 0.46% | - |
| HSV(B) | 262.61º | 0.94% | 0.86% | - |
| XYZ | 17.38 | 7.68 | 68.28 | - |
| YUV | 59.92 | 218.34 | 150.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 13 | 220 | 0.59 | 0.94 | 0 | 0.14 | 262.61 | 0.89 | 0.46 |
| Hex | 5B | D | DC | 3B | 5E | 0 | E | 107 | 59 | 2E |
| Octal | 133 | 15 | 334 | 73 | 136 | 0 | 16 | 407 | 131 | 56 |
| Binary | 1011011 | 1101 | 11011100 | 111011 | 1011110 | 0 | 1110 | 100000111 | 1011001 | 101110 |
Color Harmonies of #5B0DDC
Complementary color
Monochromatic Colors of #5B0DDC
Black with #5B0DDC
Text Example
Text Example
White with #5B0DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B0DDC; }
p { color: rgb(91,13,220); }
H1.HeaderClassName
{
color: #5B0DDC;
}
.AnyTagClassName
{
color: #5B0DDC;
}
</style>
background-color css
<style>
a { background-color: #5B0DDC; }
a { background-color: rgb(91,13,220); }
div.DivClassName
{
background-color: #5B0DDC;
}
.BgClassName
{
background-color: #5B0DDC;
}
</style>
border-color css
<style>
span { border-color: #5B0DDC; }
span { border-color: rgb(91,13,220); }
td.TdClassName
{
border-color: #5B0DDC;
}
.TagClassName
{
border-color: #5B0DDC;
}
</style>