Shades of Han Purple #511BF0
Tints of Han Purple #511BF0
RGB
CMYK
RGB Variations
Color information
#511BF0 (or 0x511BF0) is known color: Han Purple. HEX triplet: 51, 1B and F0. RGB value is (81,27,240). Sum of RGB (Red+Green+Blue) = 81+27+240=348 (46% of max value = 765). Red value is 81 (32.03% from 255 or 23.28% from 348); Green value is 27 (10.94% from 255 or 7.76% from 348); Blue value is 240 (94.14% from 255 or 68.97% from 348); Max value from RGB is 240 - color contains mainly: blue. Hex color #511BF0 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #511BF0 is #AEE40F. Grayscale: #424242. Windows color (decimal): -11461648 or 15735633. OLE color: 15735633.
HSL color Cylindrical-coordinate representation of color #511BF0: hue angle of 255.21º degrees, saturation: 0.88, 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 #511BF0 is Cyan = 0.66, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 81 | 27 | 240 | - |
| CMYK | 0.66 | 0.89 | 0 | 0.06 |
| HSL | 255.21º | 0.88% | 0.52% | - |
| HSV(B) | 255.21º | 0.89% | 0.94% | - |
| XYZ | 19.51 | 8.82 | 83.11 | - |
| YUV | 67.43 | 225.39 | 137.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 27 | 240 | 0.66 | 0.89 | 0 | 0.06 | 255.21 | 0.88 | 0.52 |
| Hex | 51 | 1B | F0 | 42 | 59 | 0 | 6 | FF | 58 | 34 |
| Octal | 121 | 33 | 360 | 102 | 131 | 0 | 6 | 377 | 130 | 64 |
| Binary | 1010001 | 11011 | 11110000 | 1000010 | 1011001 | 0 | 110 | 11111111 | 1011000 | 110100 |
Color Harmonies of #511BF0
Complementary color
Monochromatic Colors of #511BF0
Black with #511BF0
Text Example
Text Example
White with #511BF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #511BF0; }
p { color: rgb(81,27,240); }
H1.HeaderClassName
{
color: #511BF0;
}
.AnyTagClassName
{
color: #511BF0;
}
</style>
background-color css
<style>
a { background-color: #511BF0; }
a { background-color: rgb(81,27,240); }
div.DivClassName
{
background-color: #511BF0;
}
.BgClassName
{
background-color: #511BF0;
}
</style>
border-color css
<style>
span { border-color: #511BF0; }
span { border-color: rgb(81,27,240); }
td.TdClassName
{
border-color: #511BF0;
}
.TagClassName
{
border-color: #511BF0;
}
</style>