Shades of Han Purple #5116DD
Tints of Han Purple #5116DD
RGB
CMYK
RGB Variations
Color information
#5116DD (or 0x5116DD) is known color: Han Purple. HEX triplet: 51, 16 and DD. RGB value is (81,22,221). Sum of RGB (Red+Green+Blue) = 81+22+221=324 (42% of max value = 765). Red value is 81 (32.03% from 255 or 25% from 324); Green value is 22 (8.98% from 255 or 6.79% from 324); Blue value is 221 (86.72% from 255 or 68.21% from 324); Max value from RGB is 221 - color contains mainly: blue. Hex color #5116DD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5116DD is #AEE922. Grayscale: #3D3D3D. Windows color (decimal): -11462947 or 14489169. OLE color: 14489169.
HSL color Cylindrical-coordinate representation of color #5116DD: hue angle of 257.79º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5116DD is Cyan = 0.63, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 81 | 22 | 221 | - |
| CMYK | 0.63 | 0.90 | 0 | 0.13 |
| HSL | 257.79º | 0.82% | 0.48% | - |
| HSV(B) | 257.79º | 0.9% | 0.87% | - |
| XYZ | 16.73 | 7.54 | 68.98 | - |
| YUV | 62.33 | 217.55 | 141.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 22 | 221 | 0.63 | 0.90 | 0 | 0.13 | 257.79 | 0.82 | 0.48 |
| Hex | 51 | 16 | DD | 3F | 5A | 0 | D | 102 | 52 | 30 |
| Octal | 121 | 26 | 335 | 77 | 132 | 0 | 15 | 402 | 122 | 60 |
| Binary | 1010001 | 10110 | 11011101 | 111111 | 1011010 | 0 | 1101 | 100000010 | 1010010 | 110000 |
Color Harmonies of #5116DD
Complementary color
Monochromatic Colors of #5116DD
Black with #5116DD
Text Example
Text Example
White with #5116DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5116DD; }
p { color: rgb(81,22,221); }
H1.HeaderClassName
{
color: #5116DD;
}
.AnyTagClassName
{
color: #5116DD;
}
</style>
background-color css
<style>
a { background-color: #5116DD; }
a { background-color: rgb(81,22,221); }
div.DivClassName
{
background-color: #5116DD;
}
.BgClassName
{
background-color: #5116DD;
}
</style>
border-color css
<style>
span { border-color: #5116DD; }
span { border-color: rgb(81,22,221); }
td.TdClassName
{
border-color: #5116DD;
}
.TagClassName
{
border-color: #5116DD;
}
</style>