Shades of Han Purple #542DF3
Tints of Han Purple #542DF3
RGB
CMYK
RGB Variations
Color information
#542DF3 (or 0x542DF3) is known color: Han Purple. HEX triplet: 54, 2D and F3. RGB value is (84,45,243). Sum of RGB (Red+Green+Blue) = 84+45+243=372 (49% of max value = 765). Red value is 84 (33.20% from 255 or 22.58% from 372); Green value is 45 (17.97% from 255 or 12.10% from 372); Blue value is 243 (95.31% from 255 or 65.32% from 372); Max value from RGB is 243 - color contains mainly: blue. Hex color #542DF3 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #542DF3 is #ABD20C. Grayscale: #4E4E4E. Windows color (decimal): -11260429 or 15936852. OLE color: 15936852.
HSL color Cylindrical-coordinate representation of color #542DF3: hue angle of 251.82º degrees, saturation: 0.89, 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 #542DF3 is Cyan = 0.65, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 84 | 45 | 243 | - |
| CMYK | 0.65 | 0.81 | 0 | 0.05 |
| HSL | 251.82º | 0.89% | 0.56% | - |
| HSV(B) | 251.82º | 0.81% | 0.95% | - |
| XYZ | 20.77 | 10.23 | 85.67 | - |
| YUV | 79.23 | 220.42 | 131.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 45 | 243 | 0.65 | 0.81 | 0 | 0.05 | 251.82 | 0.89 | 0.56 |
| Hex | 54 | 2D | F3 | 41 | 51 | 0 | 5 | FC | 59 | 38 |
| Octal | 124 | 55 | 363 | 101 | 121 | 0 | 5 | 374 | 131 | 70 |
| Binary | 1010100 | 101101 | 11110011 | 1000001 | 1010001 | 0 | 101 | 11111100 | 1011001 | 111000 |
Color Harmonies of #542DF3
Complementary color
Monochromatic Colors of #542DF3
Black with #542DF3
Text Example
Text Example
White with #542DF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #542DF3; }
p { color: rgb(84,45,243); }
H1.HeaderClassName
{
color: #542DF3;
}
.AnyTagClassName
{
color: #542DF3;
}
</style>
background-color css
<style>
a { background-color: #542DF3; }
a { background-color: rgb(84,45,243); }
div.DivClassName
{
background-color: #542DF3;
}
.BgClassName
{
background-color: #542DF3;
}
</style>
border-color css
<style>
span { border-color: #542DF3; }
span { border-color: rgb(84,45,243); }
td.TdClassName
{
border-color: #542DF3;
}
.TagClassName
{
border-color: #542DF3;
}
</style>