Shades of Han Purple #5112DD
Tints of Han Purple #5112DD
RGB
CMYK
RGB Variations
Color information
#5112DD (or 0x5112DD) is known color: Han Purple. HEX triplet: 51, 12 and DD. RGB value is (81,18,221). Sum of RGB (Red+Green+Blue) = 81+18+221=320 (42% of max value = 765). Red value is 81 (32.03% from 255 or 25.31% from 320); Green value is 18 (7.42% from 255 or 5.62% from 320); Blue value is 221 (86.72% from 255 or 69.06% from 320); Max value from RGB is 221 - color contains mainly: blue. Hex color #5112DD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5112DD is #AEED22. Grayscale: #3B3B3B. Windows color (decimal): -11463971 or 14488145. OLE color: 14488145.
HSL color Cylindrical-coordinate representation of color #5112DD: hue angle of 258.62º degrees, saturation: 0.85, 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 #5112DD is Cyan = 0.63, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 81 | 18 | 221 | - |
| CMYK | 0.63 | 0.92 | 0 | 0.13 |
| HSL | 258.62º | 0.85% | 0.47% | - |
| HSV(B) | 258.62º | 0.92% | 0.87% | - |
| XYZ | 16.66 | 7.4 | 68.96 | - |
| YUV | 59.98 | 218.87 | 142.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 18 | 221 | 0.63 | 0.92 | 0 | 0.13 | 258.62 | 0.85 | 0.47 |
| Hex | 51 | 12 | DD | 3F | 5C | 0 | D | 103 | 55 | 2F |
| Octal | 121 | 22 | 335 | 77 | 134 | 0 | 15 | 403 | 125 | 57 |
| Binary | 1010001 | 10010 | 11011101 | 111111 | 1011100 | 0 | 1101 | 100000011 | 1010101 | 101111 |
Color Harmonies of #5112DD
Complementary color
Monochromatic Colors of #5112DD
Black with #5112DD
Text Example
Text Example
White with #5112DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5112DD; }
p { color: rgb(81,18,221); }
H1.HeaderClassName
{
color: #5112DD;
}
.AnyTagClassName
{
color: #5112DD;
}
</style>
background-color css
<style>
a { background-color: #5112DD; }
a { background-color: rgb(81,18,221); }
div.DivClassName
{
background-color: #5112DD;
}
.BgClassName
{
background-color: #5112DD;
}
</style>
border-color css
<style>
span { border-color: #5112DD; }
span { border-color: rgb(81,18,221); }
td.TdClassName
{
border-color: #5112DD;
}
.TagClassName
{
border-color: #5112DD;
}
</style>