Shades of Han Purple #5432DF
Tints of Han Purple #5432DF
RGB
CMYK
RGB Variations
Color information
#5432DF (or 0x5432DF) is known color: Han Purple. HEX triplet: 54, 32 and DF. RGB value is (84,50,223). Sum of RGB (Red+Green+Blue) = 84+50+223=357 (47% of max value = 765). Red value is 84 (33.20% from 255 or 23.53% from 357); Green value is 50 (19.92% from 255 or 14.01% from 357); Blue value is 223 (87.5% from 255 or 62.46% from 357); Max value from RGB is 223 - color contains mainly: blue. Hex color #5432DF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5432DF is #ABCD20. Grayscale: #4F4F4F. Windows color (decimal): -11259169 or 14627412. OLE color: 14627412.
HSL color Cylindrical-coordinate representation of color #5432DF: hue angle of 251.79º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5432DF is Cyan = 0.62, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 84 | 50 | 223 | - |
| CMYK | 0.62 | 0.78 | 0 | 0.13 |
| HSL | 251.79º | 0.73% | 0.54% | - |
| HSV(B) | 251.79º | 0.78% | 0.87% | - |
| XYZ | 18.12 | 9.49 | 70.69 | - |
| YUV | 79.89 | 208.76 | 130.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 50 | 223 | 0.62 | 0.78 | 0 | 0.13 | 251.79 | 0.73 | 0.54 |
| Hex | 54 | 32 | DF | 3E | 4E | 0 | D | FC | 49 | 36 |
| Octal | 124 | 62 | 337 | 76 | 116 | 0 | 15 | 374 | 111 | 66 |
| Binary | 1010100 | 110010 | 11011111 | 111110 | 1001110 | 0 | 1101 | 11111100 | 1001001 | 110110 |
Color Harmonies of #5432DF
Complementary color
Monochromatic Colors of #5432DF
Black with #5432DF
Text Example
Text Example
White with #5432DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5432DF; }
p { color: rgb(84,50,223); }
H1.HeaderClassName
{
color: #5432DF;
}
.AnyTagClassName
{
color: #5432DF;
}
</style>
background-color css
<style>
a { background-color: #5432DF; }
a { background-color: rgb(84,50,223); }
div.DivClassName
{
background-color: #5432DF;
}
.BgClassName
{
background-color: #5432DF;
}
</style>
border-color css
<style>
span { border-color: #5432DF; }
span { border-color: rgb(84,50,223); }
td.TdClassName
{
border-color: #5432DF;
}
.TagClassName
{
border-color: #5432DF;
}
</style>