Shades of Han Purple #5436E5
Tints of Han Purple #5436E5
RGB
CMYK
RGB Variations
Color information
#5436E5 (or 0x5436E5) is known color: Han Purple. HEX triplet: 54, 36 and E5. RGB value is (84,54,229). Sum of RGB (Red+Green+Blue) = 84+54+229=367 (48% of max value = 765). Red value is 84 (33.20% from 255 or 22.89% from 367); Green value is 54 (21.48% from 255 or 14.71% from 367); Blue value is 229 (89.84% from 255 or 62.40% from 367); Max value from RGB is 229 - color contains mainly: blue. Hex color #5436E5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5436E5 is #ABC91A. Grayscale: #525252. Windows color (decimal): -11258139 or 15021652. OLE color: 15021652.
HSL color Cylindrical-coordinate representation of color #5436E5: hue angle of 250.29º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5436E5 is Cyan = 0.63, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 84 | 54 | 229 | - |
| CMYK | 0.63 | 0.76 | 0 | 0.10 |
| HSL | 250.29º | 0.77% | 0.55% | - |
| HSV(B) | 250.29º | 0.76% | 0.9% | - |
| XYZ | 19.12 | 10.18 | 75.09 | - |
| YUV | 82.92 | 210.44 | 128.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 54 | 229 | 0.63 | 0.76 | 0 | 0.10 | 250.29 | 0.77 | 0.55 |
| Hex | 54 | 36 | E5 | 3F | 4C | 0 | A | FA | 4D | 37 |
| Octal | 124 | 66 | 345 | 77 | 114 | 0 | 12 | 372 | 115 | 67 |
| Binary | 1010100 | 110110 | 11100101 | 111111 | 1001100 | 0 | 1010 | 11111010 | 1001101 | 110111 |
Color Harmonies of #5436E5
Complementary color
Monochromatic Colors of #5436E5
Black with #5436E5
Text Example
Text Example
White with #5436E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5436E5; }
p { color: rgb(84,54,229); }
H1.HeaderClassName
{
color: #5436E5;
}
.AnyTagClassName
{
color: #5436E5;
}
</style>
background-color css
<style>
a { background-color: #5436E5; }
a { background-color: rgb(84,54,229); }
div.DivClassName
{
background-color: #5436E5;
}
.BgClassName
{
background-color: #5436E5;
}
</style>
border-color css
<style>
span { border-color: #5436E5; }
span { border-color: rgb(84,54,229); }
td.TdClassName
{
border-color: #5436E5;
}
.TagClassName
{
border-color: #5436E5;
}
</style>