Shades of Han Purple #511BEF
Tints of Han Purple #511BEF
RGB
CMYK
RGB Variations
Color information
#511BEF (or 0x511BEF) is known color: Han Purple. HEX triplet: 51, 1B and EF. RGB value is (81,27,239). Sum of RGB (Red+Green+Blue) = 81+27+239=347 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.34% from 347); Green value is 27 (10.94% from 255 or 7.78% from 347); Blue value is 239 (93.75% from 255 or 68.88% from 347); Max value from RGB is 239 - color contains mainly: blue. Hex color #511BEF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #511BEF is #AEE410. Grayscale: #424242. Windows color (decimal): -11461649 or 15670097. OLE color: 15670097.
HSL color Cylindrical-coordinate representation of color #511BEF: hue angle of 255.28º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #511BEF is Cyan = 0.66, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 81 | 27 | 239 | - |
| CMYK | 0.66 | 0.89 | 0 | 0.06 |
| HSL | 255.28º | 0.87% | 0.52% | - |
| HSV(B) | 255.28º | 0.89% | 0.94% | - |
| XYZ | 19.37 | 8.77 | 82.33 | - |
| YUV | 67.31 | 224.89 | 137.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 27 | 239 | 0.66 | 0.89 | 0 | 0.06 | 255.28 | 0.87 | 0.52 |
| Hex | 51 | 1B | EF | 42 | 59 | 0 | 6 | FF | 57 | 34 |
| Octal | 121 | 33 | 357 | 102 | 131 | 0 | 6 | 377 | 127 | 64 |
| Binary | 1010001 | 11011 | 11101111 | 1000010 | 1011001 | 0 | 110 | 11111111 | 1010111 | 110100 |
Color Harmonies of #511BEF
Complementary color
Monochromatic Colors of #511BEF
Black with #511BEF
Text Example
Text Example
White with #511BEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #511BEF; }
p { color: rgb(81,27,239); }
H1.HeaderClassName
{
color: #511BEF;
}
.AnyTagClassName
{
color: #511BEF;
}
</style>
background-color css
<style>
a { background-color: #511BEF; }
a { background-color: rgb(81,27,239); }
div.DivClassName
{
background-color: #511BEF;
}
.BgClassName
{
background-color: #511BEF;
}
</style>
border-color css
<style>
span { border-color: #511BEF; }
span { border-color: rgb(81,27,239); }
td.TdClassName
{
border-color: #511BEF;
}
.TagClassName
{
border-color: #511BEF;
}
</style>