Shades of Han Purple #511DEB
Tints of Han Purple #511DEB
RGB
CMYK
RGB Variations
Color information
#511DEB (or 0x511DEB) is known color: Han Purple. HEX triplet: 51, 1D and EB. RGB value is (81,29,235). Sum of RGB (Red+Green+Blue) = 81+29+235=345 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.48% from 345); Green value is 29 (11.72% from 255 or 8.41% from 345); Blue value is 235 (92.19% from 255 or 68.12% from 345); Max value from RGB is 235 - color contains mainly: blue. Hex color #511DEB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #511DEB is #AEE214. Grayscale: #434343. Windows color (decimal): -11461141 or 15408465. OLE color: 15408465.
HSL color Cylindrical-coordinate representation of color #511DEB: hue angle of 255.15º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #511DEB is Cyan = 0.66, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 81 | 29 | 235 | - |
| CMYK | 0.66 | 0.88 | 0 | 0.08 |
| HSL | 255.15º | 0.84% | 0.52% | - |
| HSV(B) | 255.15º | 0.88% | 0.92% | - |
| XYZ | 18.83 | 8.63 | 79.27 | - |
| YUV | 68.03 | 222.23 | 137.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 29 | 235 | 0.66 | 0.88 | 0 | 0.08 | 255.15 | 0.84 | 0.52 |
| Hex | 51 | 1D | EB | 42 | 58 | 0 | 8 | FF | 54 | 34 |
| Octal | 121 | 35 | 353 | 102 | 130 | 0 | 10 | 377 | 124 | 64 |
| Binary | 1010001 | 11101 | 11101011 | 1000010 | 1011000 | 0 | 1000 | 11111111 | 1010100 | 110100 |
Color Harmonies of #511DEB
Complementary color
Monochromatic Colors of #511DEB
Black with #511DEB
Text Example
Text Example
White with #511DEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #511DEB; }
p { color: rgb(81,29,235); }
H1.HeaderClassName
{
color: #511DEB;
}
.AnyTagClassName
{
color: #511DEB;
}
</style>
background-color css
<style>
a { background-color: #511DEB; }
a { background-color: rgb(81,29,235); }
div.DivClassName
{
background-color: #511DEB;
}
.BgClassName
{
background-color: #511DEB;
}
</style>
border-color css
<style>
span { border-color: #511DEB; }
span { border-color: rgb(81,29,235); }
td.TdClassName
{
border-color: #511DEB;
}
.TagClassName
{
border-color: #511DEB;
}
</style>