Shades of Han Purple #542FEB
Tints of Han Purple #542FEB
RGB
CMYK
RGB Variations
Color information
#542FEB (or 0x542FEB) is known color: Han Purple. HEX triplet: 54, 2F and EB. RGB value is (84,47,235). Sum of RGB (Red+Green+Blue) = 84+47+235=366 (48% of max value = 765). Red value is 84 (33.20% from 255 or 22.95% from 366); Green value is 47 (18.75% from 255 or 12.84% from 366); Blue value is 235 (92.19% from 255 or 64.21% from 366); Max value from RGB is 235 - color contains mainly: blue. Hex color #542FEB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #542FEB is #ABD014. Grayscale: #4E4E4E. Windows color (decimal): -11259925 or 15413076. OLE color: 15413076.
HSL color Cylindrical-coordinate representation of color #542FEB: hue angle of 251.81º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #542FEB is Cyan = 0.64, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 84 | 47 | 235 | - |
| CMYK | 0.64 | 0.8 | 0 | 0.08 |
| HSL | 251.81º | 0.82% | 0.55% | - |
| HSV(B) | 251.81º | 0.8% | 0.92% | - |
| XYZ | 19.67 | 9.92 | 79.47 | - |
| YUV | 79.5 | 215.76 | 131.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 47 | 235 | 0.64 | 0.8 | 0 | 0.08 | 251.81 | 0.82 | 0.55 |
| Hex | 54 | 2F | EB | 40 | 50 | 0 | 8 | FC | 52 | 37 |
| Octal | 124 | 57 | 353 | 100 | 120 | 0 | 10 | 374 | 122 | 67 |
| Binary | 1010100 | 101111 | 11101011 | 1000000 | 1010000 | 0 | 1000 | 11111100 | 1010010 | 110111 |
Color Harmonies of #542FEB
Complementary color
Monochromatic Colors of #542FEB
Black with #542FEB
Text Example
Text Example
White with #542FEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #542FEB; }
p { color: rgb(84,47,235); }
H1.HeaderClassName
{
color: #542FEB;
}
.AnyTagClassName
{
color: #542FEB;
}
</style>
background-color css
<style>
a { background-color: #542FEB; }
a { background-color: rgb(84,47,235); }
div.DivClassName
{
background-color: #542FEB;
}
.BgClassName
{
background-color: #542FEB;
}
</style>
border-color css
<style>
span { border-color: #542FEB; }
span { border-color: rgb(84,47,235); }
td.TdClassName
{
border-color: #542FEB;
}
.TagClassName
{
border-color: #542FEB;
}
</style>