Shades of Han Purple #542FF0
Tints of Han Purple #542FF0
RGB
CMYK
RGB Variations
Color information
#542FF0 (or 0x542FF0) is known color: Han Purple. HEX triplet: 54, 2F and F0. RGB value is (84,47,240). Sum of RGB (Red+Green+Blue) = 84+47+240=371 (49% of max value = 765). Red value is 84 (33.20% from 255 or 22.64% from 371); Green value is 47 (18.75% from 255 or 12.67% from 371); Blue value is 240 (94.14% from 255 or 64.69% from 371); Max value from RGB is 240 - color contains mainly: blue. Hex color #542FF0 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #542FF0 is #ABD00F. Grayscale: #4F4F4F. Windows color (decimal): -11259920 or 15740756. OLE color: 15740756.
HSL color Cylindrical-coordinate representation of color #542FF0: hue angle of 251.5º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #542FF0 is Cyan = 0.65, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 84 | 47 | 240 | - |
| CMYK | 0.65 | 0.80 | 0 | 0.06 |
| HSL | 251.5º | 0.87% | 0.56% | - |
| HSV(B) | 251.5º | 0.8% | 0.94% | - |
| XYZ | 20.4 | 10.21 | 83.33 | - |
| YUV | 80.07 | 218.26 | 130.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 47 | 240 | 0.65 | 0.80 | 0 | 0.06 | 251.5 | 0.87 | 0.56 |
| Hex | 54 | 2F | F0 | 41 | 50 | 0 | 6 | FC | 57 | 38 |
| Octal | 124 | 57 | 360 | 101 | 120 | 0 | 6 | 374 | 127 | 70 |
| Binary | 1010100 | 101111 | 11110000 | 1000001 | 1010000 | 0 | 110 | 11111100 | 1010111 | 111000 |
Color Harmonies of #542FF0
Complementary color
Monochromatic Colors of #542FF0
Black with #542FF0
Text Example
Text Example
White with #542FF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #542FF0; }
p { color: rgb(84,47,240); }
H1.HeaderClassName
{
color: #542FF0;
}
.AnyTagClassName
{
color: #542FF0;
}
</style>
background-color css
<style>
a { background-color: #542FF0; }
a { background-color: rgb(84,47,240); }
div.DivClassName
{
background-color: #542FF0;
}
.BgClassName
{
background-color: #542FF0;
}
</style>
border-color css
<style>
span { border-color: #542FF0; }
span { border-color: rgb(84,47,240); }
td.TdClassName
{
border-color: #542FF0;
}
.TagClassName
{
border-color: #542FF0;
}
</style>