Shades of Han Purple #5915DB
Tints of Han Purple #5915DB
RGB
CMYK
RGB Variations
Color information
#5915DB (or 0x5915DB) is known color: Han Purple. HEX triplet: 59, 15 and DB. RGB value is (89,21,219). Sum of RGB (Red+Green+Blue) = 89+21+219=329 (43% of max value = 765). Red value is 89 (35.16% from 255 or 27.05% from 329); Green value is 21 (8.59% from 255 or 6.38% from 329); Blue value is 219 (85.94% from 255 or 66.57% from 329); Max value from RGB is 219 - color contains mainly: blue. Hex color #5915DB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5915DB is #A6EA24. Grayscale: #3F3F3F. Windows color (decimal): -10938917 or 14357849. OLE color: 14357849.
HSL color Cylindrical-coordinate representation of color #5915DB: hue angle of 260.61º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5915DB is Cyan = 0.59, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 89 | 21 | 219 | - |
| CMYK | 0.59 | 0.90 | 0 | 0.14 |
| HSL | 260.61º | 0.83% | 0.47% | - |
| HSV(B) | 260.61º | 0.9% | 0.86% | - |
| XYZ | 17.17 | 7.77 | 67.61 | - |
| YUV | 63.9 | 215.53 | 145.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 21 | 219 | 0.59 | 0.90 | 0 | 0.14 | 260.61 | 0.83 | 0.47 |
| Hex | 59 | 15 | DB | 3B | 5A | 0 | E | 105 | 52 | 2F |
| Octal | 131 | 25 | 333 | 73 | 132 | 0 | 16 | 405 | 122 | 57 |
| Binary | 1011001 | 10101 | 11011011 | 111011 | 1011010 | 0 | 1110 | 100000101 | 1010010 | 101111 |
Color Harmonies of #5915DB
Complementary color
Monochromatic Colors of #5915DB
Black with #5915DB
Text Example
Text Example
White with #5915DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5915DB; }
p { color: rgb(89,21,219); }
H1.HeaderClassName
{
color: #5915DB;
}
.AnyTagClassName
{
color: #5915DB;
}
</style>
background-color css
<style>
a { background-color: #5915DB; }
a { background-color: rgb(89,21,219); }
div.DivClassName
{
background-color: #5915DB;
}
.BgClassName
{
background-color: #5915DB;
}
</style>
border-color css
<style>
span { border-color: #5915DB; }
span { border-color: rgb(89,21,219); }
td.TdClassName
{
border-color: #5915DB;
}
.TagClassName
{
border-color: #5915DB;
}
</style>