Shades of Han Purple #511DED
Tints of Han Purple #511DED
RGB
CMYK
RGB Variations
Color information
#511DED (or 0x511DED) is known color: Han Purple. HEX triplet: 51, 1D and ED. RGB value is (81,29,237). Sum of RGB (Red+Green+Blue) = 81+29+237=347 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.34% from 347); Green value is 29 (11.72% from 255 or 8.36% from 347); Blue value is 237 (92.97% from 255 or 68.30% from 347); Max value from RGB is 237 - color contains mainly: blue. Hex color #511DED is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #511DED is #AEE212. Grayscale: #434343. Windows color (decimal): -11461139 or 15539537. OLE color: 15539537.
HSL color Cylindrical-coordinate representation of color #511DED: hue angle of 255º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #511DED is Cyan = 0.66, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 81 | 29 | 237 | - |
| CMYK | 0.66 | 0.88 | 0 | 0.07 |
| HSL | 255º | 0.85% | 0.52% | - |
| HSV(B) | 255º | 0.88% | 0.93% | - |
| XYZ | 19.12 | 8.74 | 80.8 | - |
| YUV | 68.26 | 223.23 | 137.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 29 | 237 | 0.66 | 0.88 | 0 | 0.07 | 255 | 0.85 | 0.52 |
| Hex | 51 | 1D | ED | 42 | 58 | 0 | 7 | FF | 55 | 34 |
| Octal | 121 | 35 | 355 | 102 | 130 | 0 | 7 | 377 | 125 | 64 |
| Binary | 1010001 | 11101 | 11101101 | 1000010 | 1011000 | 0 | 111 | 11111111 | 1010101 | 110100 |
Color Harmonies of #511DED
Complementary color
Monochromatic Colors of #511DED
Black with #511DED
Text Example
Text Example
White with #511DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #511DED; }
p { color: rgb(81,29,237); }
H1.HeaderClassName
{
color: #511DED;
}
.AnyTagClassName
{
color: #511DED;
}
</style>
background-color css
<style>
a { background-color: #511DED; }
a { background-color: rgb(81,29,237); }
div.DivClassName
{
background-color: #511DED;
}
.BgClassName
{
background-color: #511DED;
}
</style>
border-color css
<style>
span { border-color: #511DED; }
span { border-color: rgb(81,29,237); }
td.TdClassName
{
border-color: #511DED;
}
.TagClassName
{
border-color: #511DED;
}
</style>