Shades of Han Purple #511BDD
Tints of Han Purple #511BDD
RGB
CMYK
RGB Variations
Color information
#511BDD (or 0x511BDD) is known color: Han Purple. HEX triplet: 51, 1B and DD. RGB value is (81,27,221). Sum of RGB (Red+Green+Blue) = 81+27+221=329 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.62% from 329); Green value is 27 (10.94% from 255 or 8.21% from 329); Blue value is 221 (86.72% from 255 or 67.17% from 329); Max value from RGB is 221 - color contains mainly: blue. Hex color #511BDD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #511BDD is #AEE422. Grayscale: #404040. Windows color (decimal): -11461667 or 14490449. OLE color: 14490449.
HSL color Cylindrical-coordinate representation of color #511BDD: hue angle of 256.7º 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 #511BDD is Cyan = 0.63, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 81 | 27 | 221 | - |
| CMYK | 0.63 | 0.88 | 0 | 0.13 |
| HSL | 256.7º | 0.78% | 0.49% | - |
| HSV(B) | 256.7º | 0.88% | 0.87% | - |
| XYZ | 16.84 | 7.75 | 69.02 | - |
| YUV | 65.26 | 215.89 | 139.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 27 | 221 | 0.63 | 0.88 | 0 | 0.13 | 256.7 | 0.78 | 0.49 |
| Hex | 51 | 1B | DD | 3F | 58 | 0 | D | 101 | 4E | 31 |
| Octal | 121 | 33 | 335 | 77 | 130 | 0 | 15 | 401 | 116 | 61 |
| Binary | 1010001 | 11011 | 11011101 | 111111 | 1011000 | 0 | 1101 | 100000001 | 1001110 | 110001 |
Color Harmonies of #511BDD
Complementary color
Monochromatic Colors of #511BDD
Black with #511BDD
Text Example
Text Example
White with #511BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #511BDD; }
p { color: rgb(81,27,221); }
H1.HeaderClassName
{
color: #511BDD;
}
.AnyTagClassName
{
color: #511BDD;
}
</style>
background-color css
<style>
a { background-color: #511BDD; }
a { background-color: rgb(81,27,221); }
div.DivClassName
{
background-color: #511BDD;
}
.BgClassName
{
background-color: #511BDD;
}
</style>
border-color css
<style>
span { border-color: #511BDD; }
span { border-color: rgb(81,27,221); }
td.TdClassName
{
border-color: #511BDD;
}
.TagClassName
{
border-color: #511BDD;
}
</style>