Shades of Han Purple #5432EB
Tints of Han Purple #5432EB
RGB
CMYK
RGB Variations
Color information
#5432EB (or 0x5432EB) is known color: Han Purple. HEX triplet: 54, 32 and EB. RGB value is (84,50,235). Sum of RGB (Red+Green+Blue) = 84+50+235=369 (48% of max value = 765). Red value is 84 (33.20% from 255 or 22.76% from 369); Green value is 50 (19.92% from 255 or 13.55% from 369); Blue value is 235 (92.19% from 255 or 63.69% from 369); Max value from RGB is 235 - color contains mainly: blue. Hex color #5432EB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5432EB is #ABCD14. Grayscale: #505050. Windows color (decimal): -11259157 or 15413844. OLE color: 15413844.
HSL color Cylindrical-coordinate representation of color #5432EB: hue angle of 251.03º degrees, saturation: 0.82, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5432EB is Cyan = 0.64, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 84 | 50 | 235 | - |
| CMYK | 0.64 | 0.79 | 0 | 0.08 |
| HSL | 251.03º | 0.82% | 0.56% | - |
| HSV(B) | 251.03º | 0.79% | 0.92% | - |
| XYZ | 19.79 | 10.16 | 79.52 | - |
| YUV | 81.26 | 214.76 | 129.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 50 | 235 | 0.64 | 0.79 | 0 | 0.08 | 251.03 | 0.82 | 0.56 |
| Hex | 54 | 32 | EB | 40 | 4F | 0 | 8 | FB | 52 | 38 |
| Octal | 124 | 62 | 353 | 100 | 117 | 0 | 10 | 373 | 122 | 70 |
| Binary | 1010100 | 110010 | 11101011 | 1000000 | 1001111 | 0 | 1000 | 11111011 | 1010010 | 111000 |
Color Harmonies of #5432EB
Complementary color
Monochromatic Colors of #5432EB
Black with #5432EB
Text Example
Text Example
White with #5432EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5432EB; }
p { color: rgb(84,50,235); }
H1.HeaderClassName
{
color: #5432EB;
}
.AnyTagClassName
{
color: #5432EB;
}
</style>
background-color css
<style>
a { background-color: #5432EB; }
a { background-color: rgb(84,50,235); }
div.DivClassName
{
background-color: #5432EB;
}
.BgClassName
{
background-color: #5432EB;
}
</style>
border-color css
<style>
span { border-color: #5432EB; }
span { border-color: rgb(84,50,235); }
td.TdClassName
{
border-color: #5432EB;
}
.TagClassName
{
border-color: #5432EB;
}
</style>