Shades of Han Purple #5D15DB
Tints of Han Purple #5D15DB
RGB
CMYK
RGB Variations
Color information
#5D15DB (or 0x5D15DB) is known color: Han Purple. HEX triplet: 5D, 15 and DB. RGB value is (93,21,219). Sum of RGB (Red+Green+Blue) = 93+21+219=333 (44% of max value = 765). Red value is 93 (36.72% from 255 or 27.93% from 333); Green value is 21 (8.59% from 255 or 6.31% from 333); Blue value is 219 (85.94% from 255 or 65.77% from 333); Max value from RGB is 219 - color contains mainly: blue. Hex color #5D15DB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5D15DB is #A2EA24. Grayscale: #404040. Windows color (decimal): -10676773 or 14357853. OLE color: 14357853.
HSL color Cylindrical-coordinate representation of color #5D15DB: hue angle of 261.82º 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 #5D15DB is Cyan = 0.58, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 93 | 21 | 219 | - |
| CMYK | 0.58 | 0.90 | 0 | 0.14 |
| HSL | 261.82º | 0.83% | 0.47% | - |
| HSV(B) | 261.82º | 0.9% | 0.86% | - |
| XYZ | 17.57 | 7.98 | 67.63 | - |
| YUV | 65.1 | 214.85 | 147.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 21 | 219 | 0.58 | 0.90 | 0 | 0.14 | 261.82 | 0.83 | 0.47 |
| Hex | 5D | 15 | DB | 3A | 5A | 0 | E | 106 | 52 | 2F |
| Octal | 135 | 25 | 333 | 72 | 132 | 0 | 16 | 406 | 122 | 57 |
| Binary | 1011101 | 10101 | 11011011 | 111010 | 1011010 | 0 | 1110 | 100000110 | 1010010 | 101111 |
Color Harmonies of #5D15DB
Complementary color
Monochromatic Colors of #5D15DB
Black with #5D15DB
Text Example
Text Example
White with #5D15DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D15DB; }
p { color: rgb(93,21,219); }
H1.HeaderClassName
{
color: #5D15DB;
}
.AnyTagClassName
{
color: #5D15DB;
}
</style>
background-color css
<style>
a { background-color: #5D15DB; }
a { background-color: rgb(93,21,219); }
div.DivClassName
{
background-color: #5D15DB;
}
.BgClassName
{
background-color: #5D15DB;
}
</style>
border-color css
<style>
span { border-color: #5D15DB; }
span { border-color: rgb(93,21,219); }
td.TdClassName
{
border-color: #5D15DB;
}
.TagClassName
{
border-color: #5D15DB;
}
</style>