Shades of Han Purple #5429EC
Tints of Han Purple #5429EC
RGB
CMYK
RGB Variations
Color information
#5429EC (or 0x5429EC) is known color: Han Purple. HEX triplet: 54, 29 and EC. RGB value is (84,41,236). Sum of RGB (Red+Green+Blue) = 84+41+236=361 (47% of max value = 765). Red value is 84 (33.20% from 255 or 23.27% from 361); Green value is 41 (16.41% from 255 or 11.36% from 361); Blue value is 236 (92.58% from 255 or 65.37% from 361); Max value from RGB is 236 - color contains mainly: blue. Hex color #5429EC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5429EC is #ABD613. Grayscale: #4B4B4B. Windows color (decimal): -11261460 or 15477076. OLE color: 15477076.
HSL color Cylindrical-coordinate representation of color #5429EC: hue angle of 253.23º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #5429EC is Cyan = 0.64, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 84 | 41 | 236 | - |
| CMYK | 0.64 | 0.83 | 0 | 0.07 |
| HSL | 253.23º | 0.84% | 0.54% | - |
| HSV(B) | 253.23º | 0.83% | 0.93% | - |
| XYZ | 19.59 | 9.53 | 80.16 | - |
| YUV | 76.09 | 218.25 | 133.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 41 | 236 | 0.64 | 0.83 | 0 | 0.07 | 253.23 | 0.84 | 0.54 |
| Hex | 54 | 29 | EC | 40 | 53 | 0 | 7 | FD | 54 | 36 |
| Octal | 124 | 51 | 354 | 100 | 123 | 0 | 7 | 375 | 124 | 66 |
| Binary | 1010100 | 101001 | 11101100 | 1000000 | 1010011 | 0 | 111 | 11111101 | 1010100 | 110110 |
Color Harmonies of #5429EC
Complementary color
Monochromatic Colors of #5429EC
Black with #5429EC
Text Example
Text Example
White with #5429EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5429EC; }
p { color: rgb(84,41,236); }
H1.HeaderClassName
{
color: #5429EC;
}
.AnyTagClassName
{
color: #5429EC;
}
</style>
background-color css
<style>
a { background-color: #5429EC; }
a { background-color: rgb(84,41,236); }
div.DivClassName
{
background-color: #5429EC;
}
.BgClassName
{
background-color: #5429EC;
}
</style>
border-color css
<style>
span { border-color: #5429EC; }
span { border-color: rgb(84,41,236); }
td.TdClassName
{
border-color: #5429EC;
}
.TagClassName
{
border-color: #5429EC;
}
</style>