Shades of Han Purple #5B0CDD
Tints of Han Purple #5B0CDD
RGB
CMYK
RGB Variations
Color information
#5B0CDD (or 0x5B0CDD) is known color: Han Purple. HEX triplet: 5B, 0C and DD. RGB value is (91,12,221). Sum of RGB (Red+Green+Blue) = 91+12+221=324 (42% of max value = 765). Red value is 91 (35.94% from 255 or 28.09% from 324); Green value is 12 (5.08% from 255 or 3.70% from 324); Blue value is 221 (86.72% from 255 or 68.21% from 324); Max value from RGB is 221 - color contains mainly: blue. Hex color #5B0CDD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5B0CDD is #A4F322. Grayscale: #3A3A3A. Windows color (decimal): -10810147 or 14486619. OLE color: 14486619.
HSL color Cylindrical-coordinate representation of color #5B0CDD: hue angle of 262.68º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5B0CDD is Cyan = 0.59, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 91 | 12 | 221 | - |
| CMYK | 0.59 | 0.95 | 0 | 0.13 |
| HSL | 262.68º | 0.9% | 0.46% | - |
| HSV(B) | 262.68º | 0.95% | 0.87% | - |
| XYZ | 17.5 | 7.71 | 68.97 | - |
| YUV | 59.45 | 219.17 | 150.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 12 | 221 | 0.59 | 0.95 | 0 | 0.13 | 262.68 | 0.9 | 0.46 |
| Hex | 5B | C | DD | 3B | 5F | 0 | D | 107 | 5A | 2E |
| Octal | 133 | 14 | 335 | 73 | 137 | 0 | 15 | 407 | 132 | 56 |
| Binary | 1011011 | 1100 | 11011101 | 111011 | 1011111 | 0 | 1101 | 100000111 | 1011010 | 101110 |
Color Harmonies of #5B0CDD
Complementary color
Monochromatic Colors of #5B0CDD
Black with #5B0CDD
Text Example
Text Example
White with #5B0CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B0CDD; }
p { color: rgb(91,12,221); }
H1.HeaderClassName
{
color: #5B0CDD;
}
.AnyTagClassName
{
color: #5B0CDD;
}
</style>
background-color css
<style>
a { background-color: #5B0CDD; }
a { background-color: rgb(91,12,221); }
div.DivClassName
{
background-color: #5B0CDD;
}
.BgClassName
{
background-color: #5B0CDD;
}
</style>
border-color css
<style>
span { border-color: #5B0CDD; }
span { border-color: rgb(91,12,221); }
td.TdClassName
{
border-color: #5B0CDD;
}
.TagClassName
{
border-color: #5B0CDD;
}
</style>