Shades of Han Purple #511CEB
Tints of Han Purple #511CEB
RGB
CMYK
RGB Variations
Color information
#511CEB (or 0x511CEB) is known color: Han Purple. HEX triplet: 51, 1C and EB. RGB value is (81,28,235). Sum of RGB (Red+Green+Blue) = 81+28+235=344 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.55% from 344); Green value is 28 (11.33% from 255 or 8.14% from 344); Blue value is 235 (92.19% from 255 or 68.31% from 344); Max value from RGB is 235 - color contains mainly: blue. Hex color #511CEB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #511CEB is #AEE314. Grayscale: #424242. Windows color (decimal): -11461397 or 15408209. OLE color: 15408209.
HSL color Cylindrical-coordinate representation of color #511CEB: hue angle of 255.36º 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 #511CEB is Cyan = 0.66, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 81 | 28 | 235 | - |
| CMYK | 0.66 | 0.88 | 0 | 0.08 |
| HSL | 255.36º | 0.84% | 0.52% | - |
| HSV(B) | 255.36º | 0.88% | 0.92% | - |
| XYZ | 18.8 | 8.58 | 79.26 | - |
| YUV | 67.45 | 222.56 | 137.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 28 | 235 | 0.66 | 0.88 | 0 | 0.08 | 255.36 | 0.84 | 0.52 |
| Hex | 51 | 1C | EB | 42 | 58 | 0 | 8 | FF | 54 | 34 |
| Octal | 121 | 34 | 353 | 102 | 130 | 0 | 10 | 377 | 124 | 64 |
| Binary | 1010001 | 11100 | 11101011 | 1000010 | 1011000 | 0 | 1000 | 11111111 | 1010100 | 110100 |
Color Harmonies of #511CEB
Complementary color
Monochromatic Colors of #511CEB
Black with #511CEB
Text Example
Text Example
White with #511CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #511CEB; }
p { color: rgb(81,28,235); }
H1.HeaderClassName
{
color: #511CEB;
}
.AnyTagClassName
{
color: #511CEB;
}
</style>
background-color css
<style>
a { background-color: #511CEB; }
a { background-color: rgb(81,28,235); }
div.DivClassName
{
background-color: #511CEB;
}
.BgClassName
{
background-color: #511CEB;
}
</style>
border-color css
<style>
span { border-color: #511CEB; }
span { border-color: rgb(81,28,235); }
td.TdClassName
{
border-color: #511CEB;
}
.TagClassName
{
border-color: #511CEB;
}
</style>