Shades of Han Purple #5111DF
Tints of Han Purple #5111DF
RGB
CMYK
RGB Variations
Color information
#5111DF (or 0x5111DF) is known color: Han Purple. HEX triplet: 51, 11 and DF. RGB value is (81,17,223). Sum of RGB (Red+Green+Blue) = 81+17+223=321 (42% of max value = 765). Red value is 81 (32.03% from 255 or 25.23% from 321); Green value is 17 (7.03% from 255 or 5.30% from 321); Blue value is 223 (87.5% from 255 or 69.47% from 321); Max value from RGB is 223 - color contains mainly: blue. Hex color #5111DF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5111DF is #AEEE20. Grayscale: #3A3A3A. Windows color (decimal): -11464225 or 14618961. OLE color: 14618961.
HSL color Cylindrical-coordinate representation of color #5111DF: hue angle of 258.64º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #5111DF is Cyan = 0.64, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 81 | 17 | 223 | - |
| CMYK | 0.64 | 0.92 | 0 | 0.13 |
| HSL | 258.64º | 0.86% | 0.47% | - |
| HSV(B) | 258.64º | 0.92% | 0.87% | - |
| XYZ | 16.91 | 7.48 | 70.36 | - |
| YUV | 59.62 | 220.2 | 143.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 17 | 223 | 0.64 | 0.92 | 0 | 0.13 | 258.64 | 0.86 | 0.47 |
| Hex | 51 | 11 | DF | 40 | 5C | 0 | D | 103 | 56 | 2F |
| Octal | 121 | 21 | 337 | 100 | 134 | 0 | 15 | 403 | 126 | 57 |
| Binary | 1010001 | 10001 | 11011111 | 1000000 | 1011100 | 0 | 1101 | 100000011 | 1010110 | 101111 |
Color Harmonies of #5111DF
Complementary color
Monochromatic Colors of #5111DF
Black with #5111DF
Text Example
Text Example
White with #5111DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5111DF; }
p { color: rgb(81,17,223); }
H1.HeaderClassName
{
color: #5111DF;
}
.AnyTagClassName
{
color: #5111DF;
}
</style>
background-color css
<style>
a { background-color: #5111DF; }
a { background-color: rgb(81,17,223); }
div.DivClassName
{
background-color: #5111DF;
}
.BgClassName
{
background-color: #5111DF;
}
</style>
border-color css
<style>
span { border-color: #5111DF; }
span { border-color: rgb(81,17,223); }
td.TdClassName
{
border-color: #5111DF;
}
.TagClassName
{
border-color: #5111DF;
}
</style>