Shades of Han Purple #5115FF
Tints of Han Purple #5115FF
RGB
CMYK
RGB Variations
Color information
#5115FF (or 0x5115FF) is known color: Han Purple. HEX triplet: 51, 15 and FF. RGB value is (81,21,255). Sum of RGB (Red+Green+Blue) = 81+21+255=357 (47% of max value = 765). Red value is 81 (32.03% from 255 or 22.69% from 357); Green value is 21 (8.59% from 255 or 5.88% from 357); Blue value is 255 (100% from 255 or 71.43% from 357); Max value from RGB is 255 - color contains mainly: blue. Hex color #5115FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5115FF is #AEEA00. Grayscale: #404040. Windows color (decimal): -11463169 or 16717137. OLE color: 16717137.
HSL color Cylindrical-coordinate representation of color #5115FF: hue angle of 255.38º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #5115FF is Cyan = 0.68, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 81 | 21 | 255 | - |
| CMYK | 0.68 | 0.92 | 0 | 0 |
| HSL | 255.38º | 1% | 0.54% | - |
| HSV(B) | 255.38º | 0.92% | 1% | - |
| XYZ | 21.71 | 9.51 | 95.3 | - |
| YUV | 65.62 | 234.88 | 138.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 21 | 255 | 0.68 | 0.92 | 0 | 0 | 255.38 | 1 | 0.54 |
| Hex | 51 | 15 | FF | 44 | 5C | 0 | 0 | FF | 64 | 36 |
| Octal | 121 | 25 | 377 | 104 | 134 | 0 | 0 | 377 | 144 | 66 |
| Binary | 1010001 | 10101 | 11111111 | 1000100 | 1011100 | 0 | 0 | 11111111 | 1100100 | 110110 |
Color Harmonies of #5115FF
Complementary color
Monochromatic Colors of #5115FF
Black with #5115FF
Text Example
Text Example
White with #5115FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5115FF; }
p { color: rgb(81,21,255); }
H1.HeaderClassName
{
color: #5115FF;
}
.AnyTagClassName
{
color: #5115FF;
}
</style>
background-color css
<style>
a { background-color: #5115FF; }
a { background-color: rgb(81,21,255); }
div.DivClassName
{
background-color: #5115FF;
}
.BgClassName
{
background-color: #5115FF;
}
</style>
border-color css
<style>
span { border-color: #5115FF; }
span { border-color: rgb(81,21,255); }
td.TdClassName
{
border-color: #5115FF;
}
.TagClassName
{
border-color: #5115FF;
}
</style>