Shades of Han Purple #5108DB
Tints of Han Purple #5108DB
RGB
CMYK
RGB Variations
Color information
#5108DB (or 0x5108DB) is known color: Han Purple. HEX triplet: 51, 08 and DB. RGB value is (81,8,219). Sum of RGB (Red+Green+Blue) = 81+8+219=308 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.30% from 308); Green value is 8 (3.52% from 255 or 2.60% from 308); Blue value is 219 (85.94% from 255 or 71.10% from 308); Max value from RGB is 219 - color contains mainly: blue. Hex color #5108DB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5108DB is #AEF724. Grayscale: #353535. Windows color (decimal): -11466533 or 14354513. OLE color: 14354513.
HSL color Cylindrical-coordinate representation of color #5108DB: hue angle of 260.76º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5108DB is Cyan = 0.63, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 81 | 8 | 219 | - |
| CMYK | 0.63 | 0.96 | 0 | 0.14 |
| HSL | 260.76º | 0.93% | 0.45% | - |
| HSV(B) | 260.76º | 0.96% | 0.86% | - |
| XYZ | 16.27 | 7.04 | 67.52 | - |
| YUV | 53.88 | 221.18 | 147.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 8 | 219 | 0.63 | 0.96 | 0 | 0.14 | 260.76 | 0.93 | 0.45 |
| Hex | 51 | 8 | DB | 3F | 60 | 0 | E | 105 | 5D | 2D |
| Octal | 121 | 10 | 333 | 77 | 140 | 0 | 16 | 405 | 135 | 55 |
| Binary | 1010001 | 1000 | 11011011 | 111111 | 1100000 | 0 | 1110 | 100000101 | 1011101 | 101101 |
Color Harmonies of #5108DB
Complementary color
Monochromatic Colors of #5108DB
Black with #5108DB
Text Example
Text Example
White with #5108DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5108DB; }
p { color: rgb(81,8,219); }
H1.HeaderClassName
{
color: #5108DB;
}
.AnyTagClassName
{
color: #5108DB;
}
</style>
background-color css
<style>
a { background-color: #5108DB; }
a { background-color: rgb(81,8,219); }
div.DivClassName
{
background-color: #5108DB;
}
.BgClassName
{
background-color: #5108DB;
}
</style>
border-color css
<style>
span { border-color: #5108DB; }
span { border-color: rgb(81,8,219); }
td.TdClassName
{
border-color: #5108DB;
}
.TagClassName
{
border-color: #5108DB;
}
</style>