Shades of Han Purple #511BED
Tints of Han Purple #511BED
RGB
CMYK
RGB Variations
Color information
#511BED (or 0x511BED) is known color: Han Purple. HEX triplet: 51, 1B and ED. RGB value is (81,27,237). Sum of RGB (Red+Green+Blue) = 81+27+237=345 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.48% from 345); Green value is 27 (10.94% from 255 or 7.83% from 345); Blue value is 237 (92.97% from 255 or 68.70% from 345); Max value from RGB is 237 - color contains mainly: blue. Hex color #511BED is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #511BED is #AEE412. Grayscale: #424242. Windows color (decimal): -11461651 or 15539025. OLE color: 15539025.
HSL color Cylindrical-coordinate representation of color #511BED: hue angle of 255.43º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #511BED is Cyan = 0.66, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 81 | 27 | 237 | - |
| CMYK | 0.66 | 0.89 | 0 | 0.07 |
| HSL | 255.43º | 0.85% | 0.52% | - |
| HSV(B) | 255.43º | 0.89% | 0.93% | - |
| XYZ | 19.07 | 8.65 | 80.78 | - |
| YUV | 67.09 | 223.89 | 137.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 27 | 237 | 0.66 | 0.89 | 0 | 0.07 | 255.43 | 0.85 | 0.52 |
| Hex | 51 | 1B | ED | 42 | 59 | 0 | 7 | FF | 55 | 34 |
| Octal | 121 | 33 | 355 | 102 | 131 | 0 | 7 | 377 | 125 | 64 |
| Binary | 1010001 | 11011 | 11101101 | 1000010 | 1011001 | 0 | 111 | 11111111 | 1010101 | 110100 |
Color Harmonies of #511BED
Complementary color
Monochromatic Colors of #511BED
Black with #511BED
Text Example
Text Example
White with #511BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #511BED; }
p { color: rgb(81,27,237); }
H1.HeaderClassName
{
color: #511BED;
}
.AnyTagClassName
{
color: #511BED;
}
</style>
background-color css
<style>
a { background-color: #511BED; }
a { background-color: rgb(81,27,237); }
div.DivClassName
{
background-color: #511BED;
}
.BgClassName
{
background-color: #511BED;
}
</style>
border-color css
<style>
span { border-color: #511BED; }
span { border-color: rgb(81,27,237); }
td.TdClassName
{
border-color: #511BED;
}
.TagClassName
{
border-color: #511BED;
}
</style>