Shades of Han Purple #5432FC
Tints of Han Purple #5432FC
RGB
CMYK
RGB Variations
Color information
#5432FC (or 0x5432FC) is known color: Han Purple. HEX triplet: 54, 32 and FC. RGB value is (84,50,252). Sum of RGB (Red+Green+Blue) = 84+50+252=386 (51% of max value = 765). Red value is 84 (33.20% from 255 or 21.76% from 386); Green value is 50 (19.92% from 255 or 12.95% from 386); Blue value is 252 (98.83% from 255 or 65.28% from 386); Max value from RGB is 252 - color contains mainly: blue. Hex color #5432FC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5432FC is #ABCD03. Grayscale: #525252. Windows color (decimal): -11259140 or 16527956. OLE color: 16527956.
HSL color Cylindrical-coordinate representation of color #5432FC: hue angle of 250.1º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5432FC is Cyan = 0.67, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 84 | 50 | 252 | - |
| CMYK | 0.67 | 0.80 | 0 | 0.01 |
| HSL | 250.1º | 0.97% | 0.59% | - |
| HSV(B) | 250.1º | 0.8% | 0.99% | - |
| XYZ | 22.37 | 11.19 | 93.08 | - |
| YUV | 83.19 | 223.26 | 128.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 50 | 252 | 0.67 | 0.80 | 0 | 0.01 | 250.1 | 0.97 | 0.59 |
| Hex | 54 | 32 | FC | 43 | 50 | 0 | 1 | FA | 61 | 3B |
| Octal | 124 | 62 | 374 | 103 | 120 | 0 | 1 | 372 | 141 | 73 |
| Binary | 1010100 | 110010 | 11111100 | 1000011 | 1010000 | 0 | 1 | 11111010 | 1100001 | 111011 |
Color Harmonies of #5432FC
Complementary color
Monochromatic Colors of #5432FC
Black with #5432FC
Text Example
Text Example
White with #5432FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5432FC; }
p { color: rgb(84,50,252); }
H1.HeaderClassName
{
color: #5432FC;
}
.AnyTagClassName
{
color: #5432FC;
}
</style>
background-color css
<style>
a { background-color: #5432FC; }
a { background-color: rgb(84,50,252); }
div.DivClassName
{
background-color: #5432FC;
}
.BgClassName
{
background-color: #5432FC;
}
</style>
border-color css
<style>
span { border-color: #5432FC; }
span { border-color: rgb(84,50,252); }
td.TdClassName
{
border-color: #5432FC;
}
.TagClassName
{
border-color: #5432FC;
}
</style>