Shades of Han Purple #5425DC
Tints of Han Purple #5425DC
RGB
CMYK
RGB Variations
Color information
#5425DC (or 0x5425DC) is known color: Han Purple. HEX triplet: 54, 25 and DC. RGB value is (84,37,220). Sum of RGB (Red+Green+Blue) = 84+37+220=341 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.63% from 341); Green value is 37 (14.84% from 255 or 10.85% from 341); Blue value is 220 (86.33% from 255 or 64.52% from 341); Max value from RGB is 220 - color contains mainly: blue. Hex color #5425DC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5425DC is #ABDA23. Grayscale: #474747. Windows color (decimal): -11262500 or 14427476. OLE color: 14427476.
HSL color Cylindrical-coordinate representation of color #5425DC: hue angle of 255.41º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #5425DC is Cyan = 0.62, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 84 | 37 | 220 | - |
| CMYK | 0.62 | 0.83 | 0 | 0.14 |
| HSL | 255.41º | 0.72% | 0.5% | - |
| HSV(B) | 255.41º | 0.83% | 0.86% | - |
| XYZ | 17.24 | 8.38 | 68.42 | - |
| YUV | 71.92 | 211.57 | 136.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 37 | 220 | 0.62 | 0.83 | 0 | 0.14 | 255.41 | 0.72 | 0.5 |
| Hex | 54 | 25 | DC | 3E | 53 | 0 | E | FF | 48 | 32 |
| Octal | 124 | 45 | 334 | 76 | 123 | 0 | 16 | 377 | 110 | 62 |
| Binary | 1010100 | 100101 | 11011100 | 111110 | 1010011 | 0 | 1110 | 11111111 | 1001000 | 110010 |
Color Harmonies of #5425DC
Complementary color
Monochromatic Colors of #5425DC
Black with #5425DC
Text Example
Text Example
White with #5425DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5425DC; }
p { color: rgb(84,37,220); }
H1.HeaderClassName
{
color: #5425DC;
}
.AnyTagClassName
{
color: #5425DC;
}
</style>
background-color css
<style>
a { background-color: #5425DC; }
a { background-color: rgb(84,37,220); }
div.DivClassName
{
background-color: #5425DC;
}
.BgClassName
{
background-color: #5425DC;
}
</style>
border-color css
<style>
span { border-color: #5425DC; }
span { border-color: rgb(84,37,220); }
td.TdClassName
{
border-color: #5425DC;
}
.TagClassName
{
border-color: #5425DC;
}
</style>