Shades of Han Purple #542FDF
Tints of Han Purple #542FDF
RGB
CMYK
RGB Variations
Color information
#542FDF (or 0x542FDF) is known color: Han Purple. HEX triplet: 54, 2F and DF. RGB value is (84,47,223). Sum of RGB (Red+Green+Blue) = 84+47+223=354 (46% of max value = 765). Red value is 84 (33.20% from 255 or 23.73% from 354); Green value is 47 (18.75% from 255 or 13.28% from 354); Blue value is 223 (87.5% from 255 or 62.99% from 354); Max value from RGB is 223 - color contains mainly: blue. Hex color #542FDF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #542FDF is #ABD020. Grayscale: #4D4D4D. Windows color (decimal): -11259937 or 14626644. OLE color: 14626644.
HSL color Cylindrical-coordinate representation of color #542FDF: hue angle of 252.61º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #542FDF is Cyan = 0.62, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 84 | 47 | 223 | - |
| CMYK | 0.62 | 0.79 | 0 | 0.13 |
| HSL | 252.61º | 0.73% | 0.53% | - |
| HSV(B) | 252.61º | 0.79% | 0.87% | - |
| XYZ | 17.99 | 9.25 | 70.65 | - |
| YUV | 78.13 | 209.76 | 132.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 47 | 223 | 0.62 | 0.79 | 0 | 0.13 | 252.61 | 0.73 | 0.53 |
| Hex | 54 | 2F | DF | 3E | 4F | 0 | D | FD | 49 | 35 |
| Octal | 124 | 57 | 337 | 76 | 117 | 0 | 15 | 375 | 111 | 65 |
| Binary | 1010100 | 101111 | 11011111 | 111110 | 1001111 | 0 | 1101 | 11111101 | 1001001 | 110101 |
Color Harmonies of #542FDF
Complementary color
Monochromatic Colors of #542FDF
Black with #542FDF
Text Example
Text Example
White with #542FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #542FDF; }
p { color: rgb(84,47,223); }
H1.HeaderClassName
{
color: #542FDF;
}
.AnyTagClassName
{
color: #542FDF;
}
</style>
background-color css
<style>
a { background-color: #542FDF; }
a { background-color: rgb(84,47,223); }
div.DivClassName
{
background-color: #542FDF;
}
.BgClassName
{
background-color: #542FDF;
}
</style>
border-color css
<style>
span { border-color: #542FDF; }
span { border-color: rgb(84,47,223); }
td.TdClassName
{
border-color: #542FDF;
}
.TagClassName
{
border-color: #542FDF;
}
</style>