Shades of Han Purple #511CED
Tints of Han Purple #511CED
RGB
CMYK
RGB Variations
Color information
#511CED (or 0x511CED) is known color: Han Purple. HEX triplet: 51, 1C and ED. RGB value is (81,28,237). Sum of RGB (Red+Green+Blue) = 81+28+237=346 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.41% from 346); Green value is 28 (11.33% from 255 or 8.09% from 346); Blue value is 237 (92.97% from 255 or 68.50% from 346); Max value from RGB is 237 - color contains mainly: blue. Hex color #511CED is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #511CED is #AEE312. Grayscale: #424242. Windows color (decimal): -11461395 or 15539281. OLE color: 15539281.
HSL color Cylindrical-coordinate representation of color #511CED: hue angle of 255.22º 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 #511CED is Cyan = 0.66, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 81 | 28 | 237 | - |
| CMYK | 0.66 | 0.88 | 0 | 0.07 |
| HSL | 255.22º | 0.85% | 0.52% | - |
| HSV(B) | 255.22º | 0.88% | 0.93% | - |
| XYZ | 19.09 | 8.69 | 80.79 | - |
| YUV | 67.67 | 223.56 | 137.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 28 | 237 | 0.66 | 0.88 | 0 | 0.07 | 255.22 | 0.85 | 0.52 |
| Hex | 51 | 1C | ED | 42 | 58 | 0 | 7 | FF | 55 | 34 |
| Octal | 121 | 34 | 355 | 102 | 130 | 0 | 7 | 377 | 125 | 64 |
| Binary | 1010001 | 11100 | 11101101 | 1000010 | 1011000 | 0 | 111 | 11111111 | 1010101 | 110100 |
Color Harmonies of #511CED
Complementary color
Monochromatic Colors of #511CED
Black with #511CED
Text Example
Text Example
White with #511CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #511CED; }
p { color: rgb(81,28,237); }
H1.HeaderClassName
{
color: #511CED;
}
.AnyTagClassName
{
color: #511CED;
}
</style>
background-color css
<style>
a { background-color: #511CED; }
a { background-color: rgb(81,28,237); }
div.DivClassName
{
background-color: #511CED;
}
.BgClassName
{
background-color: #511CED;
}
</style>
border-color css
<style>
span { border-color: #511CED; }
span { border-color: rgb(81,28,237); }
td.TdClassName
{
border-color: #511CED;
}
.TagClassName
{
border-color: #511CED;
}
</style>