Shades of Han Purple #5115D7
Tints of Han Purple #5115D7
RGB
CMYK
RGB Variations
Color information
#5115D7 (or 0x5115D7) is known color: Han Purple. HEX triplet: 51, 15 and D7. RGB value is (81,21,215). Sum of RGB (Red+Green+Blue) = 81+21+215=317 (41% of max value = 765). Red value is 81 (32.03% from 255 or 25.55% from 317); Green value is 21 (8.59% from 255 or 6.62% from 317); Blue value is 215 (84.38% from 255 or 67.82% from 317); Max value from RGB is 215 - color contains mainly: blue. Hex color #5115D7 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5115D7 is #AEEA28. Grayscale: #3C3C3C. Windows color (decimal): -11463209 or 14095697. OLE color: 14095697.
HSL color Cylindrical-coordinate representation of color #5115D7: hue angle of 258.56º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5115D7 is Cyan = 0.62, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 81 | 21 | 215 | - |
| CMYK | 0.62 | 0.90 | 0 | 0.16 |
| HSL | 258.56º | 0.82% | 0.46% | - |
| HSV(B) | 258.56º | 0.9% | 0.84% | - |
| XYZ | 15.93 | 7.19 | 64.84 | - |
| YUV | 61.06 | 214.88 | 142.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 21 | 215 | 0.62 | 0.90 | 0 | 0.16 | 258.56 | 0.82 | 0.46 |
| Hex | 51 | 15 | D7 | 3E | 5A | 0 | 10 | 103 | 52 | 2E |
| Octal | 121 | 25 | 327 | 76 | 132 | 0 | 20 | 403 | 122 | 56 |
| Binary | 1010001 | 10101 | 11010111 | 111110 | 1011010 | 0 | 10000 | 100000011 | 1010010 | 101110 |
Color Harmonies of #5115D7
Complementary color
Monochromatic Colors of #5115D7
Black with #5115D7
Text Example
Text Example
White with #5115D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5115D7; }
p { color: rgb(81,21,215); }
H1.HeaderClassName
{
color: #5115D7;
}
.AnyTagClassName
{
color: #5115D7;
}
</style>
background-color css
<style>
a { background-color: #5115D7; }
a { background-color: rgb(81,21,215); }
div.DivClassName
{
background-color: #5115D7;
}
.BgClassName
{
background-color: #5115D7;
}
</style>
border-color css
<style>
span { border-color: #5115D7; }
span { border-color: rgb(81,21,215); }
td.TdClassName
{
border-color: #5115D7;
}
.TagClassName
{
border-color: #5115D7;
}
</style>