Shades of Han Purple #511BFE
Tints of Han Purple #511BFE
RGB
CMYK
RGB Variations
Color information
#511BFE (or 0x511BFE) is known color: Han Purple. HEX triplet: 51, 1B and FE. RGB value is (81,27,254). Sum of RGB (Red+Green+Blue) = 81+27+254=362 (47% of max value = 765). Red value is 81 (32.03% from 255 or 22.38% from 362); Green value is 27 (10.94% from 255 or 7.46% from 362); Blue value is 254 (99.61% from 255 or 70.17% from 362); Max value from RGB is 254 - color contains mainly: blue. Hex color #511BFE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #511BFE is #AEE401. Grayscale: #444444. Windows color (decimal): -11461634 or 16653137. OLE color: 16653137.
HSL color Cylindrical-coordinate representation of color #511BFE: hue angle of 254.27º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #511BFE is Cyan = 0.68, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 81 | 27 | 254 | - |
| CMYK | 0.68 | 0.89 | 0 | 0.00 |
| HSL | 254.27º | 0.99% | 0.55% | - |
| HSV(B) | 254.27º | 0.89% | 1% | - |
| XYZ | 21.67 | 9.69 | 94.49 | - |
| YUV | 69.02 | 232.39 | 136.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 27 | 254 | 0.68 | 0.89 | 0 | 0.00 | 254.27 | 0.99 | 0.55 |
| Hex | 51 | 1B | FE | 44 | 59 | 0 | 0 | FE | 63 | 37 |
| Octal | 121 | 33 | 376 | 104 | 131 | 0 | 0 | 376 | 143 | 67 |
| Binary | 1010001 | 11011 | 11111110 | 1000100 | 1011001 | 0 | 0 | 11111110 | 1100011 | 110111 |
Color Harmonies of #511BFE
Complementary color
Monochromatic Colors of #511BFE
Black with #511BFE
Text Example
Text Example
White with #511BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #511BFE; }
p { color: rgb(81,27,254); }
H1.HeaderClassName
{
color: #511BFE;
}
.AnyTagClassName
{
color: #511BFE;
}
</style>
background-color css
<style>
a { background-color: #511BFE; }
a { background-color: rgb(81,27,254); }
div.DivClassName
{
background-color: #511BFE;
}
.BgClassName
{
background-color: #511BFE;
}
</style>
border-color css
<style>
span { border-color: #511BFE; }
span { border-color: rgb(81,27,254); }
td.TdClassName
{
border-color: #511BFE;
}
.TagClassName
{
border-color: #511BFE;
}
</style>