Shades of Han Purple #511DEC
Tints of Han Purple #511DEC
RGB
CMYK
RGB Variations
Color information
#511DEC (or 0x511DEC) is known color: Han Purple. HEX triplet: 51, 1D and EC. RGB value is (81,29,236). Sum of RGB (Red+Green+Blue) = 81+29+236=346 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.41% from 346); Green value is 29 (11.72% from 255 or 8.38% from 346); Blue value is 236 (92.58% from 255 or 68.21% from 346); Max value from RGB is 236 - color contains mainly: blue. Hex color #511DEC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #511DEC is #AEE213. Grayscale: #434343. Windows color (decimal): -11461140 or 15474001. OLE color: 15474001.
HSL color Cylindrical-coordinate representation of color #511DEC: hue angle of 255.07º degrees, saturation: 0.84, 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 #511DEC is Cyan = 0.66, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 81 | 29 | 236 | - |
| CMYK | 0.66 | 0.88 | 0 | 0.07 |
| HSL | 255.07º | 0.84% | 0.52% | - |
| HSV(B) | 255.07º | 0.88% | 0.93% | - |
| XYZ | 18.97 | 8.68 | 80.03 | - |
| YUV | 68.15 | 222.73 | 137.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 29 | 236 | 0.66 | 0.88 | 0 | 0.07 | 255.07 | 0.84 | 0.52 |
| Hex | 51 | 1D | EC | 42 | 58 | 0 | 7 | FF | 54 | 34 |
| Octal | 121 | 35 | 354 | 102 | 130 | 0 | 7 | 377 | 124 | 64 |
| Binary | 1010001 | 11101 | 11101100 | 1000010 | 1011000 | 0 | 111 | 11111111 | 1010100 | 110100 |
Color Harmonies of #511DEC
Complementary color
Monochromatic Colors of #511DEC
Black with #511DEC
Text Example
Text Example
White with #511DEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #511DEC; }
p { color: rgb(81,29,236); }
H1.HeaderClassName
{
color: #511DEC;
}
.AnyTagClassName
{
color: #511DEC;
}
</style>
background-color css
<style>
a { background-color: #511DEC; }
a { background-color: rgb(81,29,236); }
div.DivClassName
{
background-color: #511DEC;
}
.BgClassName
{
background-color: #511DEC;
}
</style>
border-color css
<style>
span { border-color: #511DEC; }
span { border-color: rgb(81,29,236); }
td.TdClassName
{
border-color: #511DEC;
}
.TagClassName
{
border-color: #511DEC;
}
</style>