Shades of Han Purple #542DED
Tints of Han Purple #542DED
RGB
CMYK
RGB Variations
Color information
#542DED (or 0x542DED) is known color: Han Purple. HEX triplet: 54, 2D and ED. RGB value is (84,45,237). Sum of RGB (Red+Green+Blue) = 84+45+237=366 (48% of max value = 765). Red value is 84 (33.20% from 255 or 22.95% from 366); Green value is 45 (17.97% from 255 or 12.30% from 366); Blue value is 237 (92.97% from 255 or 64.75% from 366); Max value from RGB is 237 - color contains mainly: blue. Hex color #542DED is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #542DED is #ABD212. Grayscale: #4D4D4D. Windows color (decimal): -11260435 or 15543636. OLE color: 15543636.
HSL color Cylindrical-coordinate representation of color #542DED: hue angle of 252.19º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #542DED is Cyan = 0.65, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 84 | 45 | 237 | - |
| CMYK | 0.65 | 0.81 | 0 | 0.07 |
| HSL | 252.19º | 0.84% | 0.55% | - |
| HSV(B) | 252.19º | 0.81% | 0.93% | - |
| XYZ | 19.88 | 9.88 | 80.98 | - |
| YUV | 78.55 | 217.42 | 131.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 45 | 237 | 0.65 | 0.81 | 0 | 0.07 | 252.19 | 0.84 | 0.55 |
| Hex | 54 | 2D | ED | 41 | 51 | 0 | 7 | FC | 54 | 37 |
| Octal | 124 | 55 | 355 | 101 | 121 | 0 | 7 | 374 | 124 | 67 |
| Binary | 1010100 | 101101 | 11101101 | 1000001 | 1010001 | 0 | 111 | 11111100 | 1010100 | 110111 |
Color Harmonies of #542DED
Complementary color
Monochromatic Colors of #542DED
Black with #542DED
Text Example
Text Example
White with #542DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #542DED; }
p { color: rgb(84,45,237); }
H1.HeaderClassName
{
color: #542DED;
}
.AnyTagClassName
{
color: #542DED;
}
</style>
background-color css
<style>
a { background-color: #542DED; }
a { background-color: rgb(84,45,237); }
div.DivClassName
{
background-color: #542DED;
}
.BgClassName
{
background-color: #542DED;
}
</style>
border-color css
<style>
span { border-color: #542DED; }
span { border-color: rgb(84,45,237); }
td.TdClassName
{
border-color: #542DED;
}
.TagClassName
{
border-color: #542DED;
}
</style>