Shades of Han Purple #511BDE
Tints of Han Purple #511BDE
RGB
CMYK
RGB Variations
Color information
#511BDE (or 0x511BDE) is known color: Han Purple. HEX triplet: 51, 1B and DE. RGB value is (81,27,222). Sum of RGB (Red+Green+Blue) = 81+27+222=330 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.55% from 330); Green value is 27 (10.94% from 255 or 8.18% from 330); Blue value is 222 (87.11% from 255 or 67.27% from 330); Max value from RGB is 222 - color contains mainly: blue. Hex color #511BDE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #511BDE is #AEE421. Grayscale: #404040. Windows color (decimal): -11461666 or 14555985. OLE color: 14555985.
HSL color Cylindrical-coordinate representation of color #511BDE: hue angle of 256.62º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #511BDE is Cyan = 0.64, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 81 | 27 | 222 | - |
| CMYK | 0.64 | 0.88 | 0 | 0.13 |
| HSL | 256.62º | 0.78% | 0.49% | - |
| HSV(B) | 256.62º | 0.88% | 0.87% | - |
| XYZ | 16.97 | 7.81 | 69.72 | - |
| YUV | 65.38 | 216.39 | 139.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 27 | 222 | 0.64 | 0.88 | 0 | 0.13 | 256.62 | 0.78 | 0.49 |
| Hex | 51 | 1B | DE | 40 | 58 | 0 | D | 101 | 4E | 31 |
| Octal | 121 | 33 | 336 | 100 | 130 | 0 | 15 | 401 | 116 | 61 |
| Binary | 1010001 | 11011 | 11011110 | 1000000 | 1011000 | 0 | 1101 | 100000001 | 1001110 | 110001 |
Color Harmonies of #511BDE
Complementary color
Monochromatic Colors of #511BDE
Black with #511BDE
Text Example
Text Example
White with #511BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #511BDE; }
p { color: rgb(81,27,222); }
H1.HeaderClassName
{
color: #511BDE;
}
.AnyTagClassName
{
color: #511BDE;
}
</style>
background-color css
<style>
a { background-color: #511BDE; }
a { background-color: rgb(81,27,222); }
div.DivClassName
{
background-color: #511BDE;
}
.BgClassName
{
background-color: #511BDE;
}
</style>
border-color css
<style>
span { border-color: #511BDE; }
span { border-color: rgb(81,27,222); }
td.TdClassName
{
border-color: #511BDE;
}
.TagClassName
{
border-color: #511BDE;
}
</style>