Shades of Han Purple #5428DC
Tints of Han Purple #5428DC
RGB
CMYK
RGB Variations
Color information
#5428DC (or 0x5428DC) is known color: Han Purple. HEX triplet: 54, 28 and DC. RGB value is (84,40,220). Sum of RGB (Red+Green+Blue) = 84+40+220=344 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.42% from 344); Green value is 40 (16.02% from 255 or 11.63% from 344); Blue value is 220 (86.33% from 255 or 63.95% from 344); Max value from RGB is 220 - color contains mainly: blue. Hex color #5428DC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5428DC is #ABD723. Grayscale: #494949. Windows color (decimal): -11261732 or 14428244. OLE color: 14428244.
HSL color Cylindrical-coordinate representation of color #5428DC: hue angle of 254.67º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5428DC is Cyan = 0.62, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 84 | 40 | 220 | - |
| CMYK | 0.62 | 0.82 | 0 | 0.14 |
| HSL | 254.67º | 0.72% | 0.51% | - |
| HSV(B) | 254.67º | 0.82% | 0.86% | - |
| XYZ | 17.33 | 8.57 | 68.45 | - |
| YUV | 73.68 | 210.58 | 135.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 40 | 220 | 0.62 | 0.82 | 0 | 0.14 | 254.67 | 0.72 | 0.51 |
| Hex | 54 | 28 | DC | 3E | 52 | 0 | E | FF | 48 | 33 |
| Octal | 124 | 50 | 334 | 76 | 122 | 0 | 16 | 377 | 110 | 63 |
| Binary | 1010100 | 101000 | 11011100 | 111110 | 1010010 | 0 | 1110 | 11111111 | 1001000 | 110011 |
Color Harmonies of #5428DC
Complementary color
Monochromatic Colors of #5428DC
Black with #5428DC
Text Example
Text Example
White with #5428DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5428DC; }
p { color: rgb(84,40,220); }
H1.HeaderClassName
{
color: #5428DC;
}
.AnyTagClassName
{
color: #5428DC;
}
</style>
background-color css
<style>
a { background-color: #5428DC; }
a { background-color: rgb(84,40,220); }
div.DivClassName
{
background-color: #5428DC;
}
.BgClassName
{
background-color: #5428DC;
}
</style>
border-color css
<style>
span { border-color: #5428DC; }
span { border-color: rgb(84,40,220); }
td.TdClassName
{
border-color: #5428DC;
}
.TagClassName
{
border-color: #5428DC;
}
</style>