Shades of Han Purple #542FF3
Tints of Han Purple #542FF3
RGB
CMYK
RGB Variations
Color information
#542FF3 (or 0x542FF3) is known color: Han Purple. HEX triplet: 54, 2F and F3. RGB value is (84,47,243). Sum of RGB (Red+Green+Blue) = 84+47+243=374 (49% of max value = 765). Red value is 84 (33.20% from 255 or 22.46% from 374); Green value is 47 (18.75% from 255 or 12.57% from 374); Blue value is 243 (95.31% from 255 or 64.97% from 374); Max value from RGB is 243 - color contains mainly: blue. Hex color #542FF3 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #542FF3 is #ABD00C. Grayscale: #4F4F4F. Windows color (decimal): -11259917 or 15937364. OLE color: 15937364.
HSL color Cylindrical-coordinate representation of color #542FF3: hue angle of 251.33º degrees, saturation: 0.89, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #542FF3 is Cyan = 0.65, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 84 | 47 | 243 | - |
| CMYK | 0.65 | 0.81 | 0 | 0.05 |
| HSL | 251.33º | 0.89% | 0.57% | - |
| HSV(B) | 251.33º | 0.81% | 0.95% | - |
| XYZ | 20.85 | 10.39 | 85.7 | - |
| YUV | 80.41 | 219.76 | 130.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 47 | 243 | 0.65 | 0.81 | 0 | 0.05 | 251.33 | 0.89 | 0.57 |
| Hex | 54 | 2F | F3 | 41 | 51 | 0 | 5 | FB | 59 | 39 |
| Octal | 124 | 57 | 363 | 101 | 121 | 0 | 5 | 373 | 131 | 71 |
| Binary | 1010100 | 101111 | 11110011 | 1000001 | 1010001 | 0 | 101 | 11111011 | 1011001 | 111001 |
Color Harmonies of #542FF3
Complementary color
Monochromatic Colors of #542FF3
Black with #542FF3
Text Example
Text Example
White with #542FF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #542FF3; }
p { color: rgb(84,47,243); }
H1.HeaderClassName
{
color: #542FF3;
}
.AnyTagClassName
{
color: #542FF3;
}
</style>
background-color css
<style>
a { background-color: #542FF3; }
a { background-color: rgb(84,47,243); }
div.DivClassName
{
background-color: #542FF3;
}
.BgClassName
{
background-color: #542FF3;
}
</style>
border-color css
<style>
span { border-color: #542FF3; }
span { border-color: rgb(84,47,243); }
td.TdClassName
{
border-color: #542FF3;
}
.TagClassName
{
border-color: #542FF3;
}
</style>