Shades of Han Purple #5411DD
Tints of Han Purple #5411DD
RGB
CMYK
RGB Variations
Color information
#5411DD (or 0x5411DD) is known color: Han Purple. HEX triplet: 54, 11 and DD. RGB value is (84,17,221). Sum of RGB (Red+Green+Blue) = 84+17+221=322 (42% of max value = 765). Red value is 84 (33.20% from 255 or 26.09% from 322); Green value is 17 (7.03% from 255 or 5.28% from 322); Blue value is 221 (86.72% from 255 or 68.63% from 322); Max value from RGB is 221 - color contains mainly: blue. Hex color #5411DD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5411DD is #ABEE22. Grayscale: #3B3B3B. Windows color (decimal): -11267619 or 14487892. OLE color: 14487892.
HSL color Cylindrical-coordinate representation of color #5411DD: hue angle of 259.71º 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 #5411DD is Cyan = 0.62, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 84 | 17 | 221 | - |
| CMYK | 0.62 | 0.92 | 0 | 0.13 |
| HSL | 259.71º | 0.86% | 0.47% | - |
| HSV(B) | 259.71º | 0.92% | 0.87% | - |
| XYZ | 16.91 | 7.51 | 68.96 | - |
| YUV | 60.29 | 218.7 | 144.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 17 | 221 | 0.62 | 0.92 | 0 | 0.13 | 259.71 | 0.86 | 0.47 |
| Hex | 54 | 11 | DD | 3E | 5C | 0 | D | 104 | 56 | 2F |
| Octal | 124 | 21 | 335 | 76 | 134 | 0 | 15 | 404 | 126 | 57 |
| Binary | 1010100 | 10001 | 11011101 | 111110 | 1011100 | 0 | 1101 | 100000100 | 1010110 | 101111 |
Color Harmonies of #5411DD
Complementary color
Monochromatic Colors of #5411DD
Black with #5411DD
Text Example
Text Example
White with #5411DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5411DD; }
p { color: rgb(84,17,221); }
H1.HeaderClassName
{
color: #5411DD;
}
.AnyTagClassName
{
color: #5411DD;
}
</style>
background-color css
<style>
a { background-color: #5411DD; }
a { background-color: rgb(84,17,221); }
div.DivClassName
{
background-color: #5411DD;
}
.BgClassName
{
background-color: #5411DD;
}
</style>
border-color css
<style>
span { border-color: #5411DD; }
span { border-color: rgb(84,17,221); }
td.TdClassName
{
border-color: #5411DD;
}
.TagClassName
{
border-color: #5411DD;
}
</style>