Shades of Han Purple #5115FE
Tints of Han Purple #5115FE
RGB
CMYK
RGB Variations
Color information
#5115FE (or 0x5115FE) is known color: Han Purple. HEX triplet: 51, 15 and FE. RGB value is (81,21,254). Sum of RGB (Red+Green+Blue) = 81+21+254=356 (47% of max value = 765). Red value is 81 (32.03% from 255 or 22.75% from 356); Green value is 21 (8.59% from 255 or 5.90% from 356); Blue value is 254 (99.61% from 255 or 71.35% from 356); Max value from RGB is 254 - color contains mainly: blue. Hex color #5115FE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5115FE is #AEEA01. Grayscale: #404040. Windows color (decimal): -11463170 or 16651601. OLE color: 16651601.
HSL color Cylindrical-coordinate representation of color #5115FE: hue angle of 255.45º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #5115FE is Cyan = 0.68, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 81 | 21 | 254 | - |
| CMYK | 0.68 | 0.92 | 0 | 0.00 |
| HSL | 255.45º | 0.99% | 0.54% | - |
| HSV(B) | 255.45º | 0.92% | 1% | - |
| XYZ | 21.55 | 9.44 | 94.45 | - |
| YUV | 65.5 | 234.38 | 139.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 21 | 254 | 0.68 | 0.92 | 0 | 0.00 | 255.45 | 0.99 | 0.54 |
| Hex | 51 | 15 | FE | 44 | 5C | 0 | 0 | FF | 63 | 36 |
| Octal | 121 | 25 | 376 | 104 | 134 | 0 | 0 | 377 | 143 | 66 |
| Binary | 1010001 | 10101 | 11111110 | 1000100 | 1011100 | 0 | 0 | 11111111 | 1100011 | 110110 |
Color Harmonies of #5115FE
Complementary color
Monochromatic Colors of #5115FE
Black with #5115FE
Text Example
Text Example
White with #5115FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5115FE; }
p { color: rgb(81,21,254); }
H1.HeaderClassName
{
color: #5115FE;
}
.AnyTagClassName
{
color: #5115FE;
}
</style>
background-color css
<style>
a { background-color: #5115FE; }
a { background-color: rgb(81,21,254); }
div.DivClassName
{
background-color: #5115FE;
}
.BgClassName
{
background-color: #5115FE;
}
</style>
border-color css
<style>
span { border-color: #5115FE; }
span { border-color: rgb(81,21,254); }
td.TdClassName
{
border-color: #5115FE;
}
.TagClassName
{
border-color: #5115FE;
}
</style>