Shades of Han Purple #5115FB
Tints of Han Purple #5115FB
RGB
CMYK
RGB Variations
Color information
#5115FB (or 0x5115FB) is known color: Han Purple. HEX triplet: 51, 15 and FB. RGB value is (81,21,251). Sum of RGB (Red+Green+Blue) = 81+21+251=353 (46% of max value = 765). Red value is 81 (32.03% from 255 or 22.95% from 353); Green value is 21 (8.59% from 255 or 5.95% from 353); Blue value is 251 (98.44% from 255 or 71.10% from 353); Max value from RGB is 251 - color contains mainly: blue. Hex color #5115FB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5115FB is #AEEA04. Grayscale: #404040. Windows color (decimal): -11463173 or 16454993. OLE color: 16454993.
HSL color Cylindrical-coordinate representation of color #5115FB: hue angle of 255.65º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #5115FB is Cyan = 0.68, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 81 | 21 | 251 | - |
| CMYK | 0.68 | 0.92 | 0 | 0.02 |
| HSL | 255.65º | 0.97% | 0.53% | - |
| HSV(B) | 255.65º | 0.92% | 0.98% | - |
| XYZ | 21.07 | 9.25 | 91.94 | - |
| YUV | 65.16 | 232.88 | 139.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 21 | 251 | 0.68 | 0.92 | 0 | 0.02 | 255.65 | 0.97 | 0.53 |
| Hex | 51 | 15 | FB | 44 | 5C | 0 | 2 | 100 | 61 | 35 |
| Octal | 121 | 25 | 373 | 104 | 134 | 0 | 2 | 400 | 141 | 65 |
| Binary | 1010001 | 10101 | 11111011 | 1000100 | 1011100 | 0 | 10 | 100000000 | 1100001 | 110101 |
Color Harmonies of #5115FB
Complementary color
Monochromatic Colors of #5115FB
Black with #5115FB
Text Example
Text Example
White with #5115FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5115FB; }
p { color: rgb(81,21,251); }
H1.HeaderClassName
{
color: #5115FB;
}
.AnyTagClassName
{
color: #5115FB;
}
</style>
background-color css
<style>
a { background-color: #5115FB; }
a { background-color: rgb(81,21,251); }
div.DivClassName
{
background-color: #5115FB;
}
.BgClassName
{
background-color: #5115FB;
}
</style>
border-color css
<style>
span { border-color: #5115FB; }
span { border-color: rgb(81,21,251); }
td.TdClassName
{
border-color: #5115FB;
}
.TagClassName
{
border-color: #5115FB;
}
</style>