Shades of Han Purple #5432FA
Tints of Han Purple #5432FA
RGB
CMYK
RGB Variations
Color information
#5432FA (or 0x5432FA) is known color: Han Purple. HEX triplet: 54, 32 and FA. RGB value is (84,50,250). Sum of RGB (Red+Green+Blue) = 84+50+250=384 (50% of max value = 765). Red value is 84 (33.20% from 255 or 21.88% from 384); Green value is 50 (19.92% from 255 or 13.02% from 384); Blue value is 250 (98.05% from 255 or 65.10% from 384); Max value from RGB is 250 - color contains mainly: blue. Hex color #5432FA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5432FA is #ABCD05. Grayscale: #525252. Windows color (decimal): -11259142 or 16396884. OLE color: 16396884.
HSL color Cylindrical-coordinate representation of color #5432FA: hue angle of 250.2º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5432FA is Cyan = 0.66, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 84 | 50 | 250 | - |
| CMYK | 0.66 | 0.8 | 0 | 0.02 |
| HSL | 250.2º | 0.95% | 0.59% | - |
| HSV(B) | 250.2º | 0.8% | 0.98% | - |
| XYZ | 22.05 | 11.07 | 91.42 | - |
| YUV | 82.97 | 222.26 | 128.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 50 | 250 | 0.66 | 0.8 | 0 | 0.02 | 250.2 | 0.95 | 0.59 |
| Hex | 54 | 32 | FA | 42 | 50 | 0 | 2 | FA | 5F | 3B |
| Octal | 124 | 62 | 372 | 102 | 120 | 0 | 2 | 372 | 137 | 73 |
| Binary | 1010100 | 110010 | 11111010 | 1000010 | 1010000 | 0 | 10 | 11111010 | 1011111 | 111011 |
Color Harmonies of #5432FA
Complementary color
Monochromatic Colors of #5432FA
Black with #5432FA
Text Example
Text Example
White with #5432FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5432FA; }
p { color: rgb(84,50,250); }
H1.HeaderClassName
{
color: #5432FA;
}
.AnyTagClassName
{
color: #5432FA;
}
</style>
background-color css
<style>
a { background-color: #5432FA; }
a { background-color: rgb(84,50,250); }
div.DivClassName
{
background-color: #5432FA;
}
.BgClassName
{
background-color: #5432FA;
}
</style>
border-color css
<style>
span { border-color: #5432FA; }
span { border-color: rgb(84,50,250); }
td.TdClassName
{
border-color: #5432FA;
}
.TagClassName
{
border-color: #5432FA;
}
</style>