Shades of Han Purple #5424DF
Tints of Han Purple #5424DF
RGB
CMYK
RGB Variations
Color information
#5424DF (or 0x5424DF) is known color: Han Purple. HEX triplet: 54, 24 and DF. RGB value is (84,36,223). Sum of RGB (Red+Green+Blue) = 84+36+223=343 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.49% from 343); Green value is 36 (14.45% from 255 or 10.50% from 343); Blue value is 223 (87.5% from 255 or 65.01% from 343); Max value from RGB is 223 - color contains mainly: blue. Hex color #5424DF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5424DF is #ABDB20. Grayscale: #464646. Windows color (decimal): -11262753 or 14623828. OLE color: 14623828.
HSL color Cylindrical-coordinate representation of color #5424DF: hue angle of 255.4º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5424DF is Cyan = 0.62, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 84 | 36 | 223 | - |
| CMYK | 0.62 | 0.84 | 0 | 0.13 |
| HSL | 255.4º | 0.75% | 0.51% | - |
| HSV(B) | 255.4º | 0.84% | 0.87% | - |
| XYZ | 17.61 | 8.47 | 70.52 | - |
| YUV | 71.67 | 213.4 | 136.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 36 | 223 | 0.62 | 0.84 | 0 | 0.13 | 255.4 | 0.75 | 0.51 |
| Hex | 54 | 24 | DF | 3E | 54 | 0 | D | FF | 4B | 33 |
| Octal | 124 | 44 | 337 | 76 | 124 | 0 | 15 | 377 | 113 | 63 |
| Binary | 1010100 | 100100 | 11011111 | 111110 | 1010100 | 0 | 1101 | 11111111 | 1001011 | 110011 |
Color Harmonies of #5424DF
Complementary color
Monochromatic Colors of #5424DF
Black with #5424DF
Text Example
Text Example
White with #5424DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5424DF; }
p { color: rgb(84,36,223); }
H1.HeaderClassName
{
color: #5424DF;
}
.AnyTagClassName
{
color: #5424DF;
}
</style>
background-color css
<style>
a { background-color: #5424DF; }
a { background-color: rgb(84,36,223); }
div.DivClassName
{
background-color: #5424DF;
}
.BgClassName
{
background-color: #5424DF;
}
</style>
border-color css
<style>
span { border-color: #5424DF; }
span { border-color: rgb(84,36,223); }
td.TdClassName
{
border-color: #5424DF;
}
.TagClassName
{
border-color: #5424DF;
}
</style>