Shades of Han Purple #511DE1
Tints of Han Purple #511DE1
RGB
CMYK
RGB Variations
Color information
#511DE1 (or 0x511DE1) is known color: Han Purple. HEX triplet: 51, 1D and E1. RGB value is (81,29,225). Sum of RGB (Red+Green+Blue) = 81+29+225=335 (44% of max value = 765). Red value is 81 (32.03% from 255 or 24.18% from 335); Green value is 29 (11.72% from 255 or 8.66% from 335); Blue value is 225 (88.28% from 255 or 67.16% from 335); Max value from RGB is 225 - color contains mainly: blue. Hex color #511DE1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #511DE1 is #AEE21E. Grayscale: #424242. Windows color (decimal): -11461151 or 14753105. OLE color: 14753105.
HSL color Cylindrical-coordinate representation of color #511DE1: hue angle of 255.92º degrees, saturation: 0.77, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #511DE1 is Cyan = 0.64, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 81 | 29 | 225 | - |
| CMYK | 0.64 | 0.87 | 0 | 0.12 |
| HSL | 255.92º | 0.77% | 0.5% | - |
| HSV(B) | 255.92º | 0.87% | 0.88% | - |
| XYZ | 17.42 | 8.06 | 71.87 | - |
| YUV | 66.89 | 217.23 | 138.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 29 | 225 | 0.64 | 0.87 | 0 | 0.12 | 255.92 | 0.77 | 0.5 |
| Hex | 51 | 1D | E1 | 40 | 57 | 0 | C | 100 | 4D | 32 |
| Octal | 121 | 35 | 341 | 100 | 127 | 0 | 14 | 400 | 115 | 62 |
| Binary | 1010001 | 11101 | 11100001 | 1000000 | 1010111 | 0 | 1100 | 100000000 | 1001101 | 110010 |
Color Harmonies of #511DE1
Complementary color
Monochromatic Colors of #511DE1
Black with #511DE1
Text Example
Text Example
White with #511DE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #511DE1; }
p { color: rgb(81,29,225); }
H1.HeaderClassName
{
color: #511DE1;
}
.AnyTagClassName
{
color: #511DE1;
}
</style>
background-color css
<style>
a { background-color: #511DE1; }
a { background-color: rgb(81,29,225); }
div.DivClassName
{
background-color: #511DE1;
}
.BgClassName
{
background-color: #511DE1;
}
</style>
border-color css
<style>
span { border-color: #511DE1; }
span { border-color: rgb(81,29,225); }
td.TdClassName
{
border-color: #511DE1;
}
.TagClassName
{
border-color: #511DE1;
}
</style>