Shades of Han Purple #5121DB
Tints of Han Purple #5121DB
RGB
CMYK
RGB Variations
Color information
#5121DB (or 0x5121DB) is known color: Han Purple. HEX triplet: 51, 21 and DB. RGB value is (81,33,219). Sum of RGB (Red+Green+Blue) = 81+33+219=333 (44% of max value = 765). Red value is 81 (32.03% from 255 or 24.32% from 333); Green value is 33 (13.28% from 255 or 9.91% 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 #5121DB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5121DB is #AEDE24. Grayscale: #434343. Windows color (decimal): -11460133 or 14360913. OLE color: 14360913.
HSL color Cylindrical-coordinate representation of color #5121DB: hue angle of 255.48º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #5121DB is Cyan = 0.63, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 81 | 33 | 219 | - |
| CMYK | 0.63 | 0.85 | 0 | 0.14 |
| HSL | 255.48º | 0.74% | 0.49% | - |
| HSV(B) | 255.48º | 0.85% | 0.86% | - |
| XYZ | 16.72 | 7.95 | 67.67 | - |
| YUV | 68.56 | 212.9 | 136.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 33 | 219 | 0.63 | 0.85 | 0 | 0.14 | 255.48 | 0.74 | 0.49 |
| Hex | 51 | 21 | DB | 3F | 55 | 0 | E | FF | 4A | 31 |
| Octal | 121 | 41 | 333 | 77 | 125 | 0 | 16 | 377 | 112 | 61 |
| Binary | 1010001 | 100001 | 11011011 | 111111 | 1010101 | 0 | 1110 | 11111111 | 1001010 | 110001 |
Color Harmonies of #5121DB
Complementary color
Monochromatic Colors of #5121DB
Black with #5121DB
Text Example
Text Example
White with #5121DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5121DB; }
p { color: rgb(81,33,219); }
H1.HeaderClassName
{
color: #5121DB;
}
.AnyTagClassName
{
color: #5121DB;
}
</style>
background-color css
<style>
a { background-color: #5121DB; }
a { background-color: rgb(81,33,219); }
div.DivClassName
{
background-color: #5121DB;
}
.BgClassName
{
background-color: #5121DB;
}
</style>
border-color css
<style>
span { border-color: #5121DB; }
span { border-color: rgb(81,33,219); }
td.TdClassName
{
border-color: #5121DB;
}
.TagClassName
{
border-color: #5121DB;
}
</style>