Shades of Han Purple #5109DB
Tints of Han Purple #5109DB
RGB
CMYK
RGB Variations
Color information
#5109DB (or 0x5109DB) is known color: Han Purple. HEX triplet: 51, 09 and DB. RGB value is (81,9,219). Sum of RGB (Red+Green+Blue) = 81+9+219=309 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.21% from 309); Green value is 9 (3.91% from 255 or 2.91% from 309); Blue value is 219 (85.94% from 255 or 70.87% from 309); Max value from RGB is 219 - color contains mainly: blue. Hex color #5109DB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5109DB is #AEF624. Grayscale: #353535. Windows color (decimal): -11466277 or 14354769. OLE color: 14354769.
HSL color Cylindrical-coordinate representation of color #5109DB: hue angle of 260.57º degrees, saturation: 0.92, 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 #5109DB is Cyan = 0.63, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 81 | 9 | 219 | - |
| CMYK | 0.63 | 0.96 | 0 | 0.14 |
| HSL | 260.57º | 0.92% | 0.45% | - |
| HSV(B) | 260.57º | 0.96% | 0.86% | - |
| XYZ | 16.28 | 7.06 | 67.52 | - |
| YUV | 54.47 | 220.85 | 146.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 9 | 219 | 0.63 | 0.96 | 0 | 0.14 | 260.57 | 0.92 | 0.45 |
| Hex | 51 | 9 | DB | 3F | 60 | 0 | E | 105 | 5C | 2D |
| Octal | 121 | 11 | 333 | 77 | 140 | 0 | 16 | 405 | 134 | 55 |
| Binary | 1010001 | 1001 | 11011011 | 111111 | 1100000 | 0 | 1110 | 100000101 | 1011100 | 101101 |
Color Harmonies of #5109DB
Complementary color
Monochromatic Colors of #5109DB
Black with #5109DB
Text Example
Text Example
White with #5109DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5109DB; }
p { color: rgb(81,9,219); }
H1.HeaderClassName
{
color: #5109DB;
}
.AnyTagClassName
{
color: #5109DB;
}
</style>
background-color css
<style>
a { background-color: #5109DB; }
a { background-color: rgb(81,9,219); }
div.DivClassName
{
background-color: #5109DB;
}
.BgClassName
{
background-color: #5109DB;
}
</style>
border-color css
<style>
span { border-color: #5109DB; }
span { border-color: rgb(81,9,219); }
td.TdClassName
{
border-color: #5109DB;
}
.TagClassName
{
border-color: #5109DB;
}
</style>