Shades of Han Purple #542CDF
Tints of Han Purple #542CDF
RGB
CMYK
RGB Variations
Color information
#542CDF (or 0x542CDF) is known color: Han Purple. HEX triplet: 54, 2C and DF. RGB value is (84,44,223). Sum of RGB (Red+Green+Blue) = 84+44+223=351 (46% of max value = 765). Red value is 84 (33.20% from 255 or 23.93% from 351); Green value is 44 (17.58% from 255 or 12.54% from 351); Blue value is 223 (87.5% from 255 or 63.53% from 351); Max value from RGB is 223 - color contains mainly: blue. Hex color #542CDF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #542CDF is #ABD320. Grayscale: #4B4B4B. Windows color (decimal): -11260705 or 14625876. OLE color: 14625876.
HSL color Cylindrical-coordinate representation of color #542CDF: hue angle of 253.41º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #542CDF is Cyan = 0.62, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 84 | 44 | 223 | - |
| CMYK | 0.62 | 0.80 | 0 | 0.13 |
| HSL | 253.41º | 0.74% | 0.52% | - |
| HSV(B) | 253.41º | 0.8% | 0.87% | - |
| XYZ | 17.88 | 9.01 | 70.61 | - |
| YUV | 76.37 | 210.75 | 133.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 44 | 223 | 0.62 | 0.80 | 0 | 0.13 | 253.41 | 0.74 | 0.52 |
| Hex | 54 | 2C | DF | 3E | 50 | 0 | D | FD | 4A | 34 |
| Octal | 124 | 54 | 337 | 76 | 120 | 0 | 15 | 375 | 112 | 64 |
| Binary | 1010100 | 101100 | 11011111 | 111110 | 1010000 | 0 | 1101 | 11111101 | 1001010 | 110100 |
Color Harmonies of #542CDF
Complementary color
Monochromatic Colors of #542CDF
Black with #542CDF
Text Example
Text Example
White with #542CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #542CDF; }
p { color: rgb(84,44,223); }
H1.HeaderClassName
{
color: #542CDF;
}
.AnyTagClassName
{
color: #542CDF;
}
</style>
background-color css
<style>
a { background-color: #542CDF; }
a { background-color: rgb(84,44,223); }
div.DivClassName
{
background-color: #542CDF;
}
.BgClassName
{
background-color: #542CDF;
}
</style>
border-color css
<style>
span { border-color: #542CDF; }
span { border-color: rgb(84,44,223); }
td.TdClassName
{
border-color: #542CDF;
}
.TagClassName
{
border-color: #542CDF;
}
</style>