Shades of Han Purple #511FDB
Tints of Han Purple #511FDB
RGB
CMYK
RGB Variations
Color information
#511FDB (or 0x511FDB) is known color: Han Purple. HEX triplet: 51, 1F and DB. RGB value is (81,31,219). Sum of RGB (Red+Green+Blue) = 81+31+219=331 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.47% from 331); Green value is 31 (12.5% from 255 or 9.37% from 331); Blue value is 219 (85.94% from 255 or 66.16% from 331); Max value from RGB is 219 - color contains mainly: blue. Hex color #511FDB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #511FDB is #AEE024. Grayscale: #424242. Windows color (decimal): -11460645 or 14360401. OLE color: 14360401.
HSL color Cylindrical-coordinate representation of color #511FDB: hue angle of 255.96º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #511FDB is Cyan = 0.63, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 81 | 31 | 219 | - |
| CMYK | 0.63 | 0.86 | 0 | 0.14 |
| HSL | 255.96º | 0.75% | 0.49% | - |
| HSV(B) | 255.96º | 0.86% | 0.86% | - |
| XYZ | 16.67 | 7.84 | 67.65 | - |
| YUV | 67.38 | 213.57 | 137.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 31 | 219 | 0.63 | 0.86 | 0 | 0.14 | 255.96 | 0.75 | 0.49 |
| Hex | 51 | 1F | DB | 3F | 56 | 0 | E | 100 | 4B | 31 |
| Octal | 121 | 37 | 333 | 77 | 126 | 0 | 16 | 400 | 113 | 61 |
| Binary | 1010001 | 11111 | 11011011 | 111111 | 1010110 | 0 | 1110 | 100000000 | 1001011 | 110001 |
Color Harmonies of #511FDB
Complementary color
Monochromatic Colors of #511FDB
Black with #511FDB
Text Example
Text Example
White with #511FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #511FDB; }
p { color: rgb(81,31,219); }
H1.HeaderClassName
{
color: #511FDB;
}
.AnyTagClassName
{
color: #511FDB;
}
</style>
background-color css
<style>
a { background-color: #511FDB; }
a { background-color: rgb(81,31,219); }
div.DivClassName
{
background-color: #511FDB;
}
.BgClassName
{
background-color: #511FDB;
}
</style>
border-color css
<style>
span { border-color: #511FDB; }
span { border-color: rgb(81,31,219); }
td.TdClassName
{
border-color: #511FDB;
}
.TagClassName
{
border-color: #511FDB;
}
</style>