Shades of Han Purple #511BFA
Tints of Han Purple #511BFA
RGB
CMYK
RGB Variations
Color information
#511BFA (or 0x511BFA) is known color: Han Purple. HEX triplet: 51, 1B and FA. RGB value is (81,27,250). Sum of RGB (Red+Green+Blue) = 81+27+250=358 (47% of max value = 765). Red value is 81 (32.03% from 255 or 22.63% from 358); Green value is 27 (10.94% from 255 or 7.54% from 358); Blue value is 250 (98.05% from 255 or 69.83% from 358); Max value from RGB is 250 - color contains mainly: blue. Hex color #511BFA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #511BFA is #AEE405. Grayscale: #434343. Windows color (decimal): -11461638 or 16390993. OLE color: 16390993.
HSL color Cylindrical-coordinate representation of color #511BFA: hue angle of 254.53º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #511BFA is Cyan = 0.68, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 81 | 27 | 250 | - |
| CMYK | 0.68 | 0.89 | 0 | 0.02 |
| HSL | 254.53º | 0.96% | 0.54% | - |
| HSV(B) | 254.53º | 0.89% | 0.98% | - |
| XYZ | 21.04 | 9.44 | 91.15 | - |
| YUV | 68.57 | 230.39 | 136.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 27 | 250 | 0.68 | 0.89 | 0 | 0.02 | 254.53 | 0.96 | 0.54 |
| Hex | 51 | 1B | FA | 44 | 59 | 0 | 2 | FF | 60 | 36 |
| Octal | 121 | 33 | 372 | 104 | 131 | 0 | 2 | 377 | 140 | 66 |
| Binary | 1010001 | 11011 | 11111010 | 1000100 | 1011001 | 0 | 10 | 11111111 | 1100000 | 110110 |
Color Harmonies of #511BFA
Complementary color
Monochromatic Colors of #511BFA
Black with #511BFA
Text Example
Text Example
White with #511BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #511BFA; }
p { color: rgb(81,27,250); }
H1.HeaderClassName
{
color: #511BFA;
}
.AnyTagClassName
{
color: #511BFA;
}
</style>
background-color css
<style>
a { background-color: #511BFA; }
a { background-color: rgb(81,27,250); }
div.DivClassName
{
background-color: #511BFA;
}
.BgClassName
{
background-color: #511BFA;
}
</style>
border-color css
<style>
span { border-color: #511BFA; }
span { border-color: rgb(81,27,250); }
td.TdClassName
{
border-color: #511BFA;
}
.TagClassName
{
border-color: #511BFA;
}
</style>