Shades of Han Purple #5432FF
Tints of Han Purple #5432FF
RGB
CMYK
RGB Variations
Color information
#5432FF (or 0x5432FF) is known color: Han Purple. HEX triplet: 54, 32 and FF. RGB value is (84,50,255). Sum of RGB (Red+Green+Blue) = 84+50+255=389 (51% of max value = 765). Red value is 84 (33.20% from 255 or 21.59% from 389); Green value is 50 (19.92% from 255 or 12.85% from 389); Blue value is 255 (100% from 255 or 65.55% from 389); Max value from RGB is 255 - color contains mainly: blue. Hex color #5432FF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5432FF is #ABCD00. Grayscale: #525252. Windows color (decimal): -11259137 or 16724564. OLE color: 16724564.
HSL color Cylindrical-coordinate representation of color #5432FF: hue angle of 249.95º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5432FF is Cyan = 0.67, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 84 | 50 | 255 | - |
| CMYK | 0.67 | 0.80 | 0 | 0 |
| HSL | 249.95º | 1% | 0.6% | - |
| HSV(B) | 249.95º | 0.8% | 1% | - |
| XYZ | 22.85 | 11.39 | 95.6 | - |
| YUV | 83.54 | 224.76 | 128.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 50 | 255 | 0.67 | 0.80 | 0 | 0 | 249.95 | 1 | 0.6 |
| Hex | 54 | 32 | FF | 43 | 50 | 0 | 0 | FA | 64 | 3C |
| Octal | 124 | 62 | 377 | 103 | 120 | 0 | 0 | 372 | 144 | 74 |
| Binary | 1010100 | 110010 | 11111111 | 1000011 | 1010000 | 0 | 0 | 11111010 | 1100100 | 111100 |
Color Harmonies of #5432FF
Complementary color
Monochromatic Colors of #5432FF
Black with #5432FF
Text Example
Text Example
White with #5432FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5432FF; }
p { color: rgb(84,50,255); }
H1.HeaderClassName
{
color: #5432FF;
}
.AnyTagClassName
{
color: #5432FF;
}
</style>
background-color css
<style>
a { background-color: #5432FF; }
a { background-color: rgb(84,50,255); }
div.DivClassName
{
background-color: #5432FF;
}
.BgClassName
{
background-color: #5432FF;
}
</style>
border-color css
<style>
span { border-color: #5432FF; }
span { border-color: rgb(84,50,255); }
td.TdClassName
{
border-color: #5432FF;
}
.TagClassName
{
border-color: #5432FF;
}
</style>