Shades of Han Purple #542BEB
Tints of Han Purple #542BEB
RGB
CMYK
RGB Variations
Color information
#542BEB (or 0x542BEB) is known color: Han Purple. HEX triplet: 54, 2B and EB. RGB value is (84,43,235). Sum of RGB (Red+Green+Blue) = 84+43+235=362 (47% of max value = 765). Red value is 84 (33.20% from 255 or 23.20% from 362); Green value is 43 (17.19% from 255 or 11.88% from 362); Blue value is 235 (92.19% from 255 or 64.92% from 362); Max value from RGB is 235 - color contains mainly: blue. Hex color #542BEB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #542BEB is #ABD414. Grayscale: #4C4C4C. Windows color (decimal): -11260949 or 15412052. OLE color: 15412052.
HSL color Cylindrical-coordinate representation of color #542BEB: hue angle of 252.81º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #542BEB is Cyan = 0.64, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 84 | 43 | 235 | - |
| CMYK | 0.64 | 0.82 | 0 | 0.08 |
| HSL | 252.81º | 0.83% | 0.55% | - |
| HSV(B) | 252.81º | 0.82% | 0.92% | - |
| XYZ | 19.52 | 9.61 | 79.42 | - |
| YUV | 77.15 | 217.08 | 132.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 43 | 235 | 0.64 | 0.82 | 0 | 0.08 | 252.81 | 0.83 | 0.55 |
| Hex | 54 | 2B | EB | 40 | 52 | 0 | 8 | FD | 53 | 37 |
| Octal | 124 | 53 | 353 | 100 | 122 | 0 | 10 | 375 | 123 | 67 |
| Binary | 1010100 | 101011 | 11101011 | 1000000 | 1010010 | 0 | 1000 | 11111101 | 1010011 | 110111 |
Color Harmonies of #542BEB
Complementary color
Monochromatic Colors of #542BEB
Black with #542BEB
Text Example
Text Example
White with #542BEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #542BEB; }
p { color: rgb(84,43,235); }
H1.HeaderClassName
{
color: #542BEB;
}
.AnyTagClassName
{
color: #542BEB;
}
</style>
background-color css
<style>
a { background-color: #542BEB; }
a { background-color: rgb(84,43,235); }
div.DivClassName
{
background-color: #542BEB;
}
.BgClassName
{
background-color: #542BEB;
}
</style>
border-color css
<style>
span { border-color: #542BEB; }
span { border-color: rgb(84,43,235); }
td.TdClassName
{
border-color: #542BEB;
}
.TagClassName
{
border-color: #542BEB;
}
</style>