Shades of Han Purple #5423DD
Tints of Han Purple #5423DD
RGB
CMYK
RGB Variations
Color information
#5423DD (or 0x5423DD) is known color: Han Purple. HEX triplet: 54, 23 and DD. RGB value is (84,35,221). Sum of RGB (Red+Green+Blue) = 84+35+221=340 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.71% from 340); Green value is 35 (14.06% from 255 or 10.29% from 340); Blue value is 221 (86.72% from 255 or 65% from 340); Max value from RGB is 221 - color contains mainly: blue. Hex color #5423DD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5423DD is #ABDC22. Grayscale: #464646. Windows color (decimal): -11263011 or 14492500. OLE color: 14492500.
HSL color Cylindrical-coordinate representation of color #5423DD: hue angle of 255.81º 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 #5423DD is Cyan = 0.62, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 84 | 35 | 221 | - |
| CMYK | 0.62 | 0.84 | 0 | 0.13 |
| HSL | 255.81º | 0.73% | 0.5% | - |
| HSV(B) | 255.81º | 0.84% | 0.87% | - |
| XYZ | 17.31 | 8.31 | 69.1 | - |
| YUV | 70.86 | 212.73 | 137.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 35 | 221 | 0.62 | 0.84 | 0 | 0.13 | 255.81 | 0.73 | 0.5 |
| Hex | 54 | 23 | DD | 3E | 54 | 0 | D | 100 | 49 | 32 |
| Octal | 124 | 43 | 335 | 76 | 124 | 0 | 15 | 400 | 111 | 62 |
| Binary | 1010100 | 100011 | 11011101 | 111110 | 1010100 | 0 | 1101 | 100000000 | 1001001 | 110010 |
Color Harmonies of #5423DD
Complementary color
Monochromatic Colors of #5423DD
Black with #5423DD
Text Example
Text Example
White with #5423DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5423DD; }
p { color: rgb(84,35,221); }
H1.HeaderClassName
{
color: #5423DD;
}
.AnyTagClassName
{
color: #5423DD;
}
</style>
background-color css
<style>
a { background-color: #5423DD; }
a { background-color: rgb(84,35,221); }
div.DivClassName
{
background-color: #5423DD;
}
.BgClassName
{
background-color: #5423DD;
}
</style>
border-color css
<style>
span { border-color: #5423DD; }
span { border-color: rgb(84,35,221); }
td.TdClassName
{
border-color: #5423DD;
}
.TagClassName
{
border-color: #5423DD;
}
</style>