Shades of Han Purple #542DF2
Tints of Han Purple #542DF2
RGB
CMYK
RGB Variations
Color information
#542DF2 (or 0x542DF2) is known color: Han Purple. HEX triplet: 54, 2D and F2. RGB value is (84,45,242). Sum of RGB (Red+Green+Blue) = 84+45+242=371 (49% of max value = 765). Red value is 84 (33.20% from 255 or 22.64% from 371); Green value is 45 (17.97% from 255 or 12.13% from 371); Blue value is 242 (94.92% from 255 or 65.23% from 371); Max value from RGB is 242 - color contains mainly: blue. Hex color #542DF2 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #542DF2 is #ABD20D. Grayscale: #4E4E4E. Windows color (decimal): -11260430 or 15871316. OLE color: 15871316.
HSL color Cylindrical-coordinate representation of color #542DF2: hue angle of 251.88º 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 #542DF2 is Cyan = 0.65, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 84 | 45 | 242 | - |
| CMYK | 0.65 | 0.81 | 0 | 0.05 |
| HSL | 251.88º | 0.88% | 0.56% | - |
| HSV(B) | 251.88º | 0.81% | 0.95% | - |
| XYZ | 20.62 | 10.17 | 84.88 | - |
| YUV | 79.12 | 219.92 | 131.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 45 | 242 | 0.65 | 0.81 | 0 | 0.05 | 251.88 | 0.88 | 0.56 |
| Hex | 54 | 2D | F2 | 41 | 51 | 0 | 5 | FC | 58 | 38 |
| Octal | 124 | 55 | 362 | 101 | 121 | 0 | 5 | 374 | 130 | 70 |
| Binary | 1010100 | 101101 | 11110010 | 1000001 | 1010001 | 0 | 101 | 11111100 | 1011000 | 111000 |
Color Harmonies of #542DF2
Complementary color
Monochromatic Colors of #542DF2
Black with #542DF2
Text Example
Text Example
White with #542DF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #542DF2; }
p { color: rgb(84,45,242); }
H1.HeaderClassName
{
color: #542DF2;
}
.AnyTagClassName
{
color: #542DF2;
}
</style>
background-color css
<style>
a { background-color: #542DF2; }
a { background-color: rgb(84,45,242); }
div.DivClassName
{
background-color: #542DF2;
}
.BgClassName
{
background-color: #542DF2;
}
</style>
border-color css
<style>
span { border-color: #542DF2; }
span { border-color: rgb(84,45,242); }
td.TdClassName
{
border-color: #542DF2;
}
.TagClassName
{
border-color: #542DF2;
}
</style>