Shades of Han Purple #5424DD
Tints of Han Purple #5424DD
RGB
CMYK
RGB Variations
Color information
#5424DD (or 0x5424DD) is known color: Han Purple. HEX triplet: 54, 24 and DD. RGB value is (84,36,221). Sum of RGB (Red+Green+Blue) = 84+36+221=341 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.63% from 341); Green value is 36 (14.45% from 255 or 10.56% from 341); Blue value is 221 (86.72% from 255 or 64.81% from 341); Max value from RGB is 221 - color contains mainly: blue. Hex color #5424DD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5424DD is #ABDB22. Grayscale: #464646. Windows color (decimal): -11262755 or 14492756. OLE color: 14492756.
HSL color Cylindrical-coordinate representation of color #5424DD: hue angle of 255.57º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5424DD is Cyan = 0.62, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 84 | 36 | 221 | - |
| CMYK | 0.62 | 0.84 | 0 | 0.13 |
| HSL | 255.57º | 0.73% | 0.5% | - |
| HSV(B) | 255.57º | 0.84% | 0.87% | - |
| XYZ | 17.34 | 8.37 | 69.11 | - |
| YUV | 71.44 | 212.4 | 136.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 36 | 221 | 0.62 | 0.84 | 0 | 0.13 | 255.57 | 0.73 | 0.5 |
| Hex | 54 | 24 | DD | 3E | 54 | 0 | D | 100 | 49 | 32 |
| Octal | 124 | 44 | 335 | 76 | 124 | 0 | 15 | 400 | 111 | 62 |
| Binary | 1010100 | 100100 | 11011101 | 111110 | 1010100 | 0 | 1101 | 100000000 | 1001001 | 110010 |
Color Harmonies of #5424DD
Complementary color
Monochromatic Colors of #5424DD
Black with #5424DD
Text Example
Text Example
White with #5424DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5424DD; }
p { color: rgb(84,36,221); }
H1.HeaderClassName
{
color: #5424DD;
}
.AnyTagClassName
{
color: #5424DD;
}
</style>
background-color css
<style>
a { background-color: #5424DD; }
a { background-color: rgb(84,36,221); }
div.DivClassName
{
background-color: #5424DD;
}
.BgClassName
{
background-color: #5424DD;
}
</style>
border-color css
<style>
span { border-color: #5424DD; }
span { border-color: rgb(84,36,221); }
td.TdClassName
{
border-color: #5424DD;
}
.TagClassName
{
border-color: #5424DD;
}
</style>