Shades of Han Purple #542CFC
Tints of Han Purple #542CFC
RGB
CMYK
RGB Variations
Color information
#542CFC (or 0x542CFC) is known color: Han Purple. HEX triplet: 54, 2C and FC. RGB value is (84,44,252). Sum of RGB (Red+Green+Blue) = 84+44+252=380 (50% of max value = 765). Red value is 84 (33.20% from 255 or 22.11% from 380); Green value is 44 (17.58% from 255 or 11.58% from 380); Blue value is 252 (98.83% from 255 or 66.32% from 380); Max value from RGB is 252 - color contains mainly: blue. Hex color #542CFC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #542CFC is #ABD303. Grayscale: #4E4E4E. Windows color (decimal): -11260676 or 16526420. OLE color: 16526420.
HSL color Cylindrical-coordinate representation of color #542CFC: hue angle of 251.54º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #542CFC is Cyan = 0.67, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 84 | 44 | 252 | - |
| CMYK | 0.67 | 0.83 | 0 | 0.01 |
| HSL | 251.54º | 0.97% | 0.58% | - |
| HSV(B) | 251.54º | 0.83% | 0.99% | - |
| XYZ | 22.13 | 10.71 | 93 | - |
| YUV | 79.67 | 225.25 | 131.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 44 | 252 | 0.67 | 0.83 | 0 | 0.01 | 251.54 | 0.97 | 0.58 |
| Hex | 54 | 2C | FC | 43 | 53 | 0 | 1 | FC | 61 | 3A |
| Octal | 124 | 54 | 374 | 103 | 123 | 0 | 1 | 374 | 141 | 72 |
| Binary | 1010100 | 101100 | 11111100 | 1000011 | 1010011 | 0 | 1 | 11111100 | 1100001 | 111010 |
Color Harmonies of #542CFC
Complementary color
Monochromatic Colors of #542CFC
Black with #542CFC
Text Example
Text Example
White with #542CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #542CFC; }
p { color: rgb(84,44,252); }
H1.HeaderClassName
{
color: #542CFC;
}
.AnyTagClassName
{
color: #542CFC;
}
</style>
background-color css
<style>
a { background-color: #542CFC; }
a { background-color: rgb(84,44,252); }
div.DivClassName
{
background-color: #542CFC;
}
.BgClassName
{
background-color: #542CFC;
}
</style>
border-color css
<style>
span { border-color: #542CFC; }
span { border-color: rgb(84,44,252); }
td.TdClassName
{
border-color: #542CFC;
}
.TagClassName
{
border-color: #542CFC;
}
</style>