Shades of Han Purple #5113D9
Tints of Han Purple #5113D9
RGB
CMYK
RGB Variations
Color information
#5113D9 (or 0x5113D9) is known color: Han Purple. HEX triplet: 51, 13 and D9. RGB value is (81,19,217). Sum of RGB (Red+Green+Blue) = 81+19+217=317 (41% of max value = 765). Red value is 81 (32.03% from 255 or 25.55% from 317); Green value is 19 (7.81% from 255 or 5.99% from 317); Blue value is 217 (85.16% from 255 or 68.45% from 317); Max value from RGB is 217 - color contains mainly: blue. Hex color #5113D9 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5113D9 is #AEEC26. Grayscale: #3B3B3B. Windows color (decimal): -11463719 or 14226257. OLE color: 14226257.
HSL color Cylindrical-coordinate representation of color #5113D9: hue angle of 258.79º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5113D9 is Cyan = 0.63, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 81 | 19 | 217 | - |
| CMYK | 0.63 | 0.91 | 0 | 0.15 |
| HSL | 258.79º | 0.84% | 0.46% | - |
| HSV(B) | 258.79º | 0.91% | 0.85% | - |
| XYZ | 16.15 | 7.22 | 66.19 | - |
| YUV | 60.11 | 216.54 | 142.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 19 | 217 | 0.63 | 0.91 | 0 | 0.15 | 258.79 | 0.84 | 0.46 |
| Hex | 51 | 13 | D9 | 3F | 5B | 0 | F | 103 | 54 | 2E |
| Octal | 121 | 23 | 331 | 77 | 133 | 0 | 17 | 403 | 124 | 56 |
| Binary | 1010001 | 10011 | 11011001 | 111111 | 1011011 | 0 | 1111 | 100000011 | 1010100 | 101110 |
Color Harmonies of #5113D9
Complementary color
Monochromatic Colors of #5113D9
Black with #5113D9
Text Example
Text Example
White with #5113D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5113D9; }
p { color: rgb(81,19,217); }
H1.HeaderClassName
{
color: #5113D9;
}
.AnyTagClassName
{
color: #5113D9;
}
</style>
background-color css
<style>
a { background-color: #5113D9; }
a { background-color: rgb(81,19,217); }
div.DivClassName
{
background-color: #5113D9;
}
.BgClassName
{
background-color: #5113D9;
}
</style>
border-color css
<style>
span { border-color: #5113D9; }
span { border-color: rgb(81,19,217); }
td.TdClassName
{
border-color: #5113D9;
}
.TagClassName
{
border-color: #5113D9;
}
</style>