Shades of Han Purple #511BFF
Tints of Han Purple #511BFF
RGB
CMYK
RGB Variations
Color information
#511BFF (or 0x511BFF) is known color: Han Purple. HEX triplet: 51, 1B and FF. RGB value is (81,27,255). Sum of RGB (Red+Green+Blue) = 81+27+255=363 (48% of max value = 765). Red value is 81 (32.03% from 255 or 22.31% from 363); Green value is 27 (10.94% from 255 or 7.44% from 363); Blue value is 255 (100% from 255 or 70.25% from 363); Max value from RGB is 255 - color contains mainly: blue. Hex color #511BFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #511BFF is #AEE400. Grayscale: #444444. Windows color (decimal): -11461633 or 16718673. OLE color: 16718673.
HSL color Cylindrical-coordinate representation of color #511BFF: hue angle of 254.21º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #511BFF is Cyan = 0.68, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 81 | 27 | 255 | - |
| CMYK | 0.68 | 0.89 | 0 | 0 |
| HSL | 254.21º | 1% | 0.55% | - |
| HSV(B) | 254.21º | 0.89% | 1% | - |
| XYZ | 21.84 | 9.75 | 95.34 | - |
| YUV | 69.14 | 232.89 | 136.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 27 | 255 | 0.68 | 0.89 | 0 | 0 | 254.21 | 1 | 0.55 |
| Hex | 51 | 1B | FF | 44 | 59 | 0 | 0 | FE | 64 | 37 |
| Octal | 121 | 33 | 377 | 104 | 131 | 0 | 0 | 376 | 144 | 67 |
| Binary | 1010001 | 11011 | 11111111 | 1000100 | 1011001 | 0 | 0 | 11111110 | 1100100 | 110111 |
Color Harmonies of #511BFF
Complementary color
Monochromatic Colors of #511BFF
Black with #511BFF
Text Example
Text Example
White with #511BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #511BFF; }
p { color: rgb(81,27,255); }
H1.HeaderClassName
{
color: #511BFF;
}
.AnyTagClassName
{
color: #511BFF;
}
</style>
background-color css
<style>
a { background-color: #511BFF; }
a { background-color: rgb(81,27,255); }
div.DivClassName
{
background-color: #511BFF;
}
.BgClassName
{
background-color: #511BFF;
}
</style>
border-color css
<style>
span { border-color: #511BFF; }
span { border-color: rgb(81,27,255); }
td.TdClassName
{
border-color: #511BFF;
}
.TagClassName
{
border-color: #511BFF;
}
</style>