Shades of Han Purple #5A1BDD
Tints of Han Purple #5A1BDD
RGB
CMYK
RGB Variations
Color information
#5A1BDD (or 0x5A1BDD) is known color: Han Purple. HEX triplet: 5A, 1B and DD. RGB value is (90,27,221). Sum of RGB (Red+Green+Blue) = 90+27+221=338 (44% of max value = 765). Red value is 90 (35.55% from 255 or 26.63% from 338); Green value is 27 (10.94% from 255 or 7.99% from 338); Blue value is 221 (86.72% from 255 or 65.38% from 338); Max value from RGB is 221 - color contains mainly: blue. Hex color #5A1BDD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5A1BDD is #A5E422. Grayscale: #434343. Windows color (decimal): -10871843 or 14490458. OLE color: 14490458.
HSL color Cylindrical-coordinate representation of color #5A1BDD: hue angle of 259.48º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5A1BDD is Cyan = 0.59, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 90 | 27 | 221 | - |
| CMYK | 0.59 | 0.88 | 0 | 0.13 |
| HSL | 259.48º | 0.78% | 0.49% | - |
| HSV(B) | 259.48º | 0.88% | 0.87% | - |
| XYZ | 17.66 | 8.18 | 69.05 | - |
| YUV | 67.95 | 214.37 | 143.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 27 | 221 | 0.59 | 0.88 | 0 | 0.13 | 259.48 | 0.78 | 0.49 |
| Hex | 5A | 1B | DD | 3B | 58 | 0 | D | 103 | 4E | 31 |
| Octal | 132 | 33 | 335 | 73 | 130 | 0 | 15 | 403 | 116 | 61 |
| Binary | 1011010 | 11011 | 11011101 | 111011 | 1011000 | 0 | 1101 | 100000011 | 1001110 | 110001 |
Color Harmonies of #5A1BDD
Complementary color
Monochromatic Colors of #5A1BDD
Black with #5A1BDD
Text Example
Text Example
White with #5A1BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A1BDD; }
p { color: rgb(90,27,221); }
H1.HeaderClassName
{
color: #5A1BDD;
}
.AnyTagClassName
{
color: #5A1BDD;
}
</style>
background-color css
<style>
a { background-color: #5A1BDD; }
a { background-color: rgb(90,27,221); }
div.DivClassName
{
background-color: #5A1BDD;
}
.BgClassName
{
background-color: #5A1BDD;
}
</style>
border-color css
<style>
span { border-color: #5A1BDD; }
span { border-color: rgb(90,27,221); }
td.TdClassName
{
border-color: #5A1BDD;
}
.TagClassName
{
border-color: #5A1BDD;
}
</style>