Shades of Han Purple #511CDB
Tints of Han Purple #511CDB
RGB
CMYK
RGB Variations
Color information
#511CDB (or 0x511CDB) is known color: Han Purple. HEX triplet: 51, 1C and DB. RGB value is (81,28,219). Sum of RGB (Red+Green+Blue) = 81+28+219=328 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.70% from 328); Green value is 28 (11.33% from 255 or 8.54% from 328); Blue value is 219 (85.94% from 255 or 66.77% from 328); Max value from RGB is 219 - color contains mainly: blue. Hex color #511CDB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #511CDB is #AEE324. Grayscale: #404040. Windows color (decimal): -11461413 or 14359633. OLE color: 14359633.
HSL color Cylindrical-coordinate representation of color #511CDB: hue angle of 256.65º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #511CDB is Cyan = 0.63, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 81 | 28 | 219 | - |
| CMYK | 0.63 | 0.87 | 0 | 0.14 |
| HSL | 256.65º | 0.77% | 0.48% | - |
| HSV(B) | 256.65º | 0.87% | 0.86% | - |
| XYZ | 16.59 | 7.69 | 67.63 | - |
| YUV | 65.62 | 214.56 | 138.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 28 | 219 | 0.63 | 0.87 | 0 | 0.14 | 256.65 | 0.77 | 0.48 |
| Hex | 51 | 1C | DB | 3F | 57 | 0 | E | 101 | 4D | 30 |
| Octal | 121 | 34 | 333 | 77 | 127 | 0 | 16 | 401 | 115 | 60 |
| Binary | 1010001 | 11100 | 11011011 | 111111 | 1010111 | 0 | 1110 | 100000001 | 1001101 | 110000 |
Color Harmonies of #511CDB
Complementary color
Monochromatic Colors of #511CDB
Black with #511CDB
Text Example
Text Example
White with #511CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #511CDB; }
p { color: rgb(81,28,219); }
H1.HeaderClassName
{
color: #511CDB;
}
.AnyTagClassName
{
color: #511CDB;
}
</style>
background-color css
<style>
a { background-color: #511CDB; }
a { background-color: rgb(81,28,219); }
div.DivClassName
{
background-color: #511CDB;
}
.BgClassName
{
background-color: #511CDB;
}
</style>
border-color css
<style>
span { border-color: #511CDB; }
span { border-color: rgb(81,28,219); }
td.TdClassName
{
border-color: #511CDB;
}
.TagClassName
{
border-color: #511CDB;
}
</style>