Shades of Han Purple #5112DB
Tints of Han Purple #5112DB
RGB
CMYK
RGB Variations
Color information
#5112DB (or 0x5112DB) is known color: Han Purple. HEX triplet: 51, 12 and DB. RGB value is (81,18,219). Sum of RGB (Red+Green+Blue) = 81+18+219=318 (42% of max value = 765). Red value is 81 (32.03% from 255 or 25.47% from 318); Green value is 18 (7.42% from 255 or 5.66% from 318); Blue value is 219 (85.94% from 255 or 68.87% from 318); Max value from RGB is 219 - color contains mainly: blue. Hex color #5112DB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5112DB is #AEED24. Grayscale: #3B3B3B. Windows color (decimal): -11463973 or 14357073. OLE color: 14357073.
HSL color Cylindrical-coordinate representation of color #5112DB: hue angle of 258.81º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #5112DB is Cyan = 0.63, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 81 | 18 | 219 | - |
| CMYK | 0.63 | 0.92 | 0 | 0.14 |
| HSL | 258.81º | 0.85% | 0.46% | - |
| HSV(B) | 258.81º | 0.92% | 0.86% | - |
| XYZ | 16.4 | 7.3 | 67.56 | - |
| YUV | 59.75 | 217.87 | 143.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 18 | 219 | 0.63 | 0.92 | 0 | 0.14 | 258.81 | 0.85 | 0.46 |
| Hex | 51 | 12 | DB | 3F | 5C | 0 | E | 103 | 55 | 2E |
| Octal | 121 | 22 | 333 | 77 | 134 | 0 | 16 | 403 | 125 | 56 |
| Binary | 1010001 | 10010 | 11011011 | 111111 | 1011100 | 0 | 1110 | 100000011 | 1010101 | 101110 |
Color Harmonies of #5112DB
Complementary color
Monochromatic Colors of #5112DB
Black with #5112DB
Text Example
Text Example
White with #5112DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5112DB; }
p { color: rgb(81,18,219); }
H1.HeaderClassName
{
color: #5112DB;
}
.AnyTagClassName
{
color: #5112DB;
}
</style>
background-color css
<style>
a { background-color: #5112DB; }
a { background-color: rgb(81,18,219); }
div.DivClassName
{
background-color: #5112DB;
}
.BgClassName
{
background-color: #5112DB;
}
</style>
border-color css
<style>
span { border-color: #5112DB; }
span { border-color: rgb(81,18,219); }
td.TdClassName
{
border-color: #5112DB;
}
.TagClassName
{
border-color: #5112DB;
}
</style>