Shades of Han Purple #542FE7
Tints of Han Purple #542FE7
RGB
CMYK
RGB Variations
Color information
#542FE7 (or 0x542FE7) is known color: Han Purple. HEX triplet: 54, 2F and E7. RGB value is (84,47,231). Sum of RGB (Red+Green+Blue) = 84+47+231=362 (47% of max value = 765). Red value is 84 (33.20% from 255 or 23.20% from 362); Green value is 47 (18.75% from 255 or 12.98% from 362); Blue value is 231 (90.62% from 255 or 63.81% from 362); Max value from RGB is 231 - color contains mainly: blue. Hex color #542FE7 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #542FE7 is #ABD018. Grayscale: #4E4E4E. Windows color (decimal): -11259929 or 15150932. OLE color: 15150932.
HSL color Cylindrical-coordinate representation of color #542FE7: hue angle of 252.07º degrees, saturation: 0.79, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #542FE7 is Cyan = 0.64, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 84 | 47 | 231 | - |
| CMYK | 0.64 | 0.80 | 0 | 0.09 |
| HSL | 252.07º | 0.79% | 0.55% | - |
| HSV(B) | 252.07º | 0.8% | 0.91% | - |
| XYZ | 19.1 | 9.69 | 76.46 | - |
| YUV | 79.04 | 213.76 | 131.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 47 | 231 | 0.64 | 0.80 | 0 | 0.09 | 252.07 | 0.79 | 0.55 |
| Hex | 54 | 2F | E7 | 40 | 50 | 0 | 9 | FC | 4F | 37 |
| Octal | 124 | 57 | 347 | 100 | 120 | 0 | 11 | 374 | 117 | 67 |
| Binary | 1010100 | 101111 | 11100111 | 1000000 | 1010000 | 0 | 1001 | 11111100 | 1001111 | 110111 |
Color Harmonies of #542FE7
Complementary color
Monochromatic Colors of #542FE7
Black with #542FE7
Text Example
Text Example
White with #542FE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #542FE7; }
p { color: rgb(84,47,231); }
H1.HeaderClassName
{
color: #542FE7;
}
.AnyTagClassName
{
color: #542FE7;
}
</style>
background-color css
<style>
a { background-color: #542FE7; }
a { background-color: rgb(84,47,231); }
div.DivClassName
{
background-color: #542FE7;
}
.BgClassName
{
background-color: #542FE7;
}
</style>
border-color css
<style>
span { border-color: #542FE7; }
span { border-color: rgb(84,47,231); }
td.TdClassName
{
border-color: #542FE7;
}
.TagClassName
{
border-color: #542FE7;
}
</style>