Shades of Han Purple #542DF1
Tints of Han Purple #542DF1
RGB
CMYK
RGB Variations
Color information
#542DF1 (or 0x542DF1) is known color: Han Purple. HEX triplet: 54, 2D and F1. RGB value is (84,45,241). Sum of RGB (Red+Green+Blue) = 84+45+241=370 (49% of max value = 765). Red value is 84 (33.20% from 255 or 22.70% from 370); Green value is 45 (17.97% from 255 or 12.16% from 370); Blue value is 241 (94.53% from 255 or 65.14% from 370); Max value from RGB is 241 - color contains mainly: blue. Hex color #542DF1 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #542DF1 is #ABD20E. Grayscale: #4E4E4E. Windows color (decimal): -11260431 or 15805780. OLE color: 15805780.
HSL color Cylindrical-coordinate representation of color #542DF1: hue angle of 251.94º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #542DF1 is Cyan = 0.65, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 84 | 45 | 241 | - |
| CMYK | 0.65 | 0.81 | 0 | 0.05 |
| HSL | 251.94º | 0.88% | 0.56% | - |
| HSV(B) | 251.94º | 0.81% | 0.95% | - |
| XYZ | 20.47 | 10.11 | 84.09 | - |
| YUV | 79.01 | 219.42 | 131.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 45 | 241 | 0.65 | 0.81 | 0 | 0.05 | 251.94 | 0.88 | 0.56 |
| Hex | 54 | 2D | F1 | 41 | 51 | 0 | 5 | FC | 58 | 38 |
| Octal | 124 | 55 | 361 | 101 | 121 | 0 | 5 | 374 | 130 | 70 |
| Binary | 1010100 | 101101 | 11110001 | 1000001 | 1010001 | 0 | 101 | 11111100 | 1011000 | 111000 |
Color Harmonies of #542DF1
Complementary color
Monochromatic Colors of #542DF1
Black with #542DF1
Text Example
Text Example
White with #542DF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #542DF1; }
p { color: rgb(84,45,241); }
H1.HeaderClassName
{
color: #542DF1;
}
.AnyTagClassName
{
color: #542DF1;
}
</style>
background-color css
<style>
a { background-color: #542DF1; }
a { background-color: rgb(84,45,241); }
div.DivClassName
{
background-color: #542DF1;
}
.BgClassName
{
background-color: #542DF1;
}
</style>
border-color css
<style>
span { border-color: #542DF1; }
span { border-color: rgb(84,45,241); }
td.TdClassName
{
border-color: #542DF1;
}
.TagClassName
{
border-color: #542DF1;
}
</style>