Shades of Han Purple #5422DC
Tints of Han Purple #5422DC
RGB
CMYK
RGB Variations
Color information
#5422DC (or 0x5422DC) is known color: Han Purple. HEX triplet: 54, 22 and DC. RGB value is (84,34,220). Sum of RGB (Red+Green+Blue) = 84+34+220=338 (44% of max value = 765). Red value is 84 (33.20% from 255 or 24.85% from 338); Green value is 34 (13.67% from 255 or 10.06% from 338); Blue value is 220 (86.33% from 255 or 65.09% from 338); Max value from RGB is 220 - color contains mainly: blue. Hex color #5422DC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5422DC is #ABDD23. Grayscale: #454545. Windows color (decimal): -11263268 or 14426708. OLE color: 14426708.
HSL color Cylindrical-coordinate representation of color #5422DC: hue angle of 256.13º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #5422DC is Cyan = 0.62, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 84 | 34 | 220 | - |
| CMYK | 0.62 | 0.85 | 0 | 0.14 |
| HSL | 256.13º | 0.73% | 0.5% | - |
| HSV(B) | 256.13º | 0.85% | 0.86% | - |
| XYZ | 17.15 | 8.2 | 68.39 | - |
| YUV | 70.15 | 212.57 | 137.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 34 | 220 | 0.62 | 0.85 | 0 | 0.14 | 256.13 | 0.73 | 0.5 |
| Hex | 54 | 22 | DC | 3E | 55 | 0 | E | 100 | 49 | 32 |
| Octal | 124 | 42 | 334 | 76 | 125 | 0 | 16 | 400 | 111 | 62 |
| Binary | 1010100 | 100010 | 11011100 | 111110 | 1010101 | 0 | 1110 | 100000000 | 1001001 | 110010 |
Color Harmonies of #5422DC
Complementary color
Monochromatic Colors of #5422DC
Black with #5422DC
Text Example
Text Example
White with #5422DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5422DC; }
p { color: rgb(84,34,220); }
H1.HeaderClassName
{
color: #5422DC;
}
.AnyTagClassName
{
color: #5422DC;
}
</style>
background-color css
<style>
a { background-color: #5422DC; }
a { background-color: rgb(84,34,220); }
div.DivClassName
{
background-color: #5422DC;
}
.BgClassName
{
background-color: #5422DC;
}
</style>
border-color css
<style>
span { border-color: #5422DC; }
span { border-color: rgb(84,34,220); }
td.TdClassName
{
border-color: #5422DC;
}
.TagClassName
{
border-color: #5422DC;
}
</style>