Shades of Han Purple #542BE9
Tints of Han Purple #542BE9
RGB
CMYK
RGB Variations
Color information
#542BE9 (or 0x542BE9) is known color: Han Purple. HEX triplet: 54, 2B and E9. RGB value is (84,43,233). Sum of RGB (Red+Green+Blue) = 84+43+233=360 (47% of max value = 765). Red value is 84 (33.20% from 255 or 23.33% from 360); Green value is 43 (17.19% from 255 or 11.94% from 360); Blue value is 233 (91.41% from 255 or 64.72% from 360); Max value from RGB is 233 - color contains mainly: blue. Hex color #542BE9 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #542BE9 is #ABD416. Grayscale: #4C4C4C. Windows color (decimal): -11260951 or 15280980. OLE color: 15280980.
HSL color Cylindrical-coordinate representation of color #542BE9: hue angle of 252.95º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #542BE9 is Cyan = 0.64, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 84 | 43 | 233 | - |
| CMYK | 0.64 | 0.82 | 0 | 0.09 |
| HSL | 252.95º | 0.81% | 0.54% | - |
| HSV(B) | 252.95º | 0.82% | 0.91% | - |
| XYZ | 19.23 | 9.5 | 77.91 | - |
| YUV | 76.92 | 216.08 | 133.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 43 | 233 | 0.64 | 0.82 | 0 | 0.09 | 252.95 | 0.81 | 0.54 |
| Hex | 54 | 2B | E9 | 40 | 52 | 0 | 9 | FD | 51 | 36 |
| Octal | 124 | 53 | 351 | 100 | 122 | 0 | 11 | 375 | 121 | 66 |
| Binary | 1010100 | 101011 | 11101001 | 1000000 | 1010010 | 0 | 1001 | 11111101 | 1010001 | 110110 |
Color Harmonies of #542BE9
Complementary color
Monochromatic Colors of #542BE9
Black with #542BE9
Text Example
Text Example
White with #542BE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #542BE9; }
p { color: rgb(84,43,233); }
H1.HeaderClassName
{
color: #542BE9;
}
.AnyTagClassName
{
color: #542BE9;
}
</style>
background-color css
<style>
a { background-color: #542BE9; }
a { background-color: rgb(84,43,233); }
div.DivClassName
{
background-color: #542BE9;
}
.BgClassName
{
background-color: #542BE9;
}
</style>
border-color css
<style>
span { border-color: #542BE9; }
span { border-color: rgb(84,43,233); }
td.TdClassName
{
border-color: #542BE9;
}
.TagClassName
{
border-color: #542BE9;
}
</style>