Shades of Han Purple #542CEB
Tints of Han Purple #542CEB
RGB
CMYK
RGB Variations
Color information
#542CEB (or 0x542CEB) is known color: Han Purple. HEX triplet: 54, 2C and EB. RGB value is (84,44,235). Sum of RGB (Red+Green+Blue) = 84+44+235=363 (48% of max value = 765). Red value is 84 (33.20% from 255 or 23.14% from 363); Green value is 44 (17.58% from 255 or 12.12% from 363); Blue value is 235 (92.19% from 255 or 64.74% from 363); Max value from RGB is 235 - color contains mainly: blue. Hex color #542CEB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #542CEB is #ABD314. Grayscale: #4D4D4D. Windows color (decimal): -11260693 or 15412308. OLE color: 15412308.
HSL color Cylindrical-coordinate representation of color #542CEB: hue angle of 252.57º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #542CEB is Cyan = 0.64, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 84 | 44 | 235 | - |
| CMYK | 0.64 | 0.81 | 0 | 0.08 |
| HSL | 252.57º | 0.83% | 0.55% | - |
| HSV(B) | 252.57º | 0.81% | 0.92% | - |
| XYZ | 19.55 | 9.68 | 79.44 | - |
| YUV | 77.73 | 216.75 | 132.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 44 | 235 | 0.64 | 0.81 | 0 | 0.08 | 252.57 | 0.83 | 0.55 |
| Hex | 54 | 2C | EB | 40 | 51 | 0 | 8 | FD | 53 | 37 |
| Octal | 124 | 54 | 353 | 100 | 121 | 0 | 10 | 375 | 123 | 67 |
| Binary | 1010100 | 101100 | 11101011 | 1000000 | 1010001 | 0 | 1000 | 11111101 | 1010011 | 110111 |
Color Harmonies of #542CEB
Complementary color
Monochromatic Colors of #542CEB
Black with #542CEB
Text Example
Text Example
White with #542CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #542CEB; }
p { color: rgb(84,44,235); }
H1.HeaderClassName
{
color: #542CEB;
}
.AnyTagClassName
{
color: #542CEB;
}
</style>
background-color css
<style>
a { background-color: #542CEB; }
a { background-color: rgb(84,44,235); }
div.DivClassName
{
background-color: #542CEB;
}
.BgClassName
{
background-color: #542CEB;
}
</style>
border-color css
<style>
span { border-color: #542CEB; }
span { border-color: rgb(84,44,235); }
td.TdClassName
{
border-color: #542CEB;
}
.TagClassName
{
border-color: #542CEB;
}
</style>