Shades of Han Purple #5425EC
Tints of Han Purple #5425EC
RGB
CMYK
RGB Variations
Color information
#5425EC (or 0x5425EC) is known color: Han Purple. HEX triplet: 54, 25 and EC. RGB value is (84,37,236). Sum of RGB (Red+Green+Blue) = 84+37+236=357 (47% of max value = 765). Red value is 84 (33.20% from 255 or 23.53% from 357); Green value is 37 (14.84% from 255 or 10.36% from 357); Blue value is 236 (92.58% from 255 or 66.11% from 357); Max value from RGB is 236 - color contains mainly: blue. Hex color #5425EC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5425EC is #ABDA13. Grayscale: #484848. Windows color (decimal): -11262484 or 15476052. OLE color: 15476052.
HSL color Cylindrical-coordinate representation of color #5425EC: hue angle of 254.17º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5425EC is Cyan = 0.64, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 84 | 37 | 236 | - |
| CMYK | 0.64 | 0.84 | 0 | 0.07 |
| HSL | 254.17º | 0.84% | 0.54% | - |
| HSV(B) | 254.17º | 0.84% | 0.93% | - |
| XYZ | 19.46 | 9.26 | 80.12 | - |
| YUV | 73.74 | 219.57 | 135.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 37 | 236 | 0.64 | 0.84 | 0 | 0.07 | 254.17 | 0.84 | 0.54 |
| Hex | 54 | 25 | EC | 40 | 54 | 0 | 7 | FE | 54 | 36 |
| Octal | 124 | 45 | 354 | 100 | 124 | 0 | 7 | 376 | 124 | 66 |
| Binary | 1010100 | 100101 | 11101100 | 1000000 | 1010100 | 0 | 111 | 11111110 | 1010100 | 110110 |
Color Harmonies of #5425EC
Complementary color
Monochromatic Colors of #5425EC
Black with #5425EC
Text Example
Text Example
White with #5425EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5425EC; }
p { color: rgb(84,37,236); }
H1.HeaderClassName
{
color: #5425EC;
}
.AnyTagClassName
{
color: #5425EC;
}
</style>
background-color css
<style>
a { background-color: #5425EC; }
a { background-color: rgb(84,37,236); }
div.DivClassName
{
background-color: #5425EC;
}
.BgClassName
{
background-color: #5425EC;
}
</style>
border-color css
<style>
span { border-color: #5425EC; }
span { border-color: rgb(84,37,236); }
td.TdClassName
{
border-color: #5425EC;
}
.TagClassName
{
border-color: #5425EC;
}
</style>