Shades of Han Purple #5122DB
Tints of Han Purple #5122DB
RGB
CMYK
RGB Variations
Color information
#5122DB (or 0x5122DB) is known color: Han Purple. HEX triplet: 51, 22 and DB. RGB value is (81,34,219). Sum of RGB (Red+Green+Blue) = 81+34+219=334 (44% of max value = 765). Red value is 81 (32.03% from 255 or 24.25% from 334); Green value is 34 (13.67% from 255 or 10.18% from 334); Blue value is 219 (85.94% from 255 or 65.57% from 334); Max value from RGB is 219 - color contains mainly: blue. Hex color #5122DB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5122DB is #AEDD24. Grayscale: #444444. Windows color (decimal): -11459877 or 14361169. OLE color: 14361169.
HSL color Cylindrical-coordinate representation of color #5122DB: hue angle of 255.24º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5122DB is Cyan = 0.63, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 81 | 34 | 219 | - |
| CMYK | 0.63 | 0.84 | 0 | 0.14 |
| HSL | 255.24º | 0.73% | 0.5% | - |
| HSV(B) | 255.24º | 0.84% | 0.86% | - |
| XYZ | 16.75 | 8.01 | 67.68 | - |
| YUV | 69.14 | 212.57 | 136.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 34 | 219 | 0.63 | 0.84 | 0 | 0.14 | 255.24 | 0.73 | 0.5 |
| Hex | 51 | 22 | DB | 3F | 54 | 0 | E | FF | 49 | 32 |
| Octal | 121 | 42 | 333 | 77 | 124 | 0 | 16 | 377 | 111 | 62 |
| Binary | 1010001 | 100010 | 11011011 | 111111 | 1010100 | 0 | 1110 | 11111111 | 1001001 | 110010 |
Color Harmonies of #5122DB
Complementary color
Monochromatic Colors of #5122DB
Black with #5122DB
Text Example
Text Example
White with #5122DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5122DB; }
p { color: rgb(81,34,219); }
H1.HeaderClassName
{
color: #5122DB;
}
.AnyTagClassName
{
color: #5122DB;
}
</style>
background-color css
<style>
a { background-color: #5122DB; }
a { background-color: rgb(81,34,219); }
div.DivClassName
{
background-color: #5122DB;
}
.BgClassName
{
background-color: #5122DB;
}
</style>
border-color css
<style>
span { border-color: #5122DB; }
span { border-color: rgb(81,34,219); }
td.TdClassName
{
border-color: #5122DB;
}
.TagClassName
{
border-color: #5122DB;
}
</style>