Shades of Han Purple #5422DD
Tints of Han Purple #5422DD
RGB
CMYK
RGB Variations
Color information
#5422DD (or 0x5422DD) is known color: Han Purple. HEX triplet: 54, 22 and DD. RGB value is (84,34,221). Sum of RGB (Red+Green+Blue) = 84+34+221=339 (44% of max value = 765). Red value is 84 (33.20% from 255 or 24.78% from 339); Green value is 34 (13.67% from 255 or 10.03% from 339); Blue value is 221 (86.72% from 255 or 65.19% from 339); Max value from RGB is 221 - color contains mainly: blue. Hex color #5422DD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5422DD is #ABDD22. Grayscale: #454545. Windows color (decimal): -11263267 or 14492244. OLE color: 14492244.
HSL color Cylindrical-coordinate representation of color #5422DD: hue angle of 256.04º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #5422DD is Cyan = 0.62, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 84 | 34 | 221 | - |
| CMYK | 0.62 | 0.85 | 0 | 0.13 |
| HSL | 256.04º | 0.73% | 0.5% | - |
| HSV(B) | 256.04º | 0.85% | 0.87% | - |
| XYZ | 17.28 | 8.25 | 69.09 | - |
| YUV | 70.27 | 213.07 | 137.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 34 | 221 | 0.62 | 0.85 | 0 | 0.13 | 256.04 | 0.73 | 0.5 |
| Hex | 54 | 22 | DD | 3E | 55 | 0 | D | 100 | 49 | 32 |
| Octal | 124 | 42 | 335 | 76 | 125 | 0 | 15 | 400 | 111 | 62 |
| Binary | 1010100 | 100010 | 11011101 | 111110 | 1010101 | 0 | 1101 | 100000000 | 1001001 | 110010 |
Color Harmonies of #5422DD
Complementary color
Monochromatic Colors of #5422DD
Black with #5422DD
Text Example
Text Example
White with #5422DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5422DD; }
p { color: rgb(84,34,221); }
H1.HeaderClassName
{
color: #5422DD;
}
.AnyTagClassName
{
color: #5422DD;
}
</style>
background-color css
<style>
a { background-color: #5422DD; }
a { background-color: rgb(84,34,221); }
div.DivClassName
{
background-color: #5422DD;
}
.BgClassName
{
background-color: #5422DD;
}
</style>
border-color css
<style>
span { border-color: #5422DD; }
span { border-color: rgb(84,34,221); }
td.TdClassName
{
border-color: #5422DD;
}
.TagClassName
{
border-color: #5422DD;
}
</style>