Shades of Han Purple #542BEA
Tints of Han Purple #542BEA
RGB
CMYK
RGB Variations
Color information
#542BEA (or 0x542BEA) is known color: Han Purple. HEX triplet: 54, 2B and EA. RGB value is (84,43,234). Sum of RGB (Red+Green+Blue) = 84+43+234=361 (47% of max value = 765). Red value is 84 (33.20% from 255 or 23.27% from 361); Green value is 43 (17.19% from 255 or 11.91% from 361); Blue value is 234 (91.80% from 255 or 64.82% from 361); Max value from RGB is 234 - color contains mainly: blue. Hex color #542BEA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #542BEA is #ABD415. Grayscale: #4C4C4C. Windows color (decimal): -11260950 or 15346516. OLE color: 15346516.
HSL color Cylindrical-coordinate representation of color #542BEA: hue angle of 252.88º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #542BEA is Cyan = 0.64, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 84 | 43 | 234 | - |
| CMYK | 0.64 | 0.82 | 0 | 0.08 |
| HSL | 252.88º | 0.82% | 0.54% | - |
| HSV(B) | 252.88º | 0.82% | 0.92% | - |
| XYZ | 19.37 | 9.55 | 78.66 | - |
| YUV | 77.03 | 216.58 | 132.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 43 | 234 | 0.64 | 0.82 | 0 | 0.08 | 252.88 | 0.82 | 0.54 |
| Hex | 54 | 2B | EA | 40 | 52 | 0 | 8 | FD | 52 | 36 |
| Octal | 124 | 53 | 352 | 100 | 122 | 0 | 10 | 375 | 122 | 66 |
| Binary | 1010100 | 101011 | 11101010 | 1000000 | 1010010 | 0 | 1000 | 11111101 | 1010010 | 110110 |
Color Harmonies of #542BEA
Complementary color
Monochromatic Colors of #542BEA
Black with #542BEA
Text Example
Text Example
White with #542BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #542BEA; }
p { color: rgb(84,43,234); }
H1.HeaderClassName
{
color: #542BEA;
}
.AnyTagClassName
{
color: #542BEA;
}
</style>
background-color css
<style>
a { background-color: #542BEA; }
a { background-color: rgb(84,43,234); }
div.DivClassName
{
background-color: #542BEA;
}
.BgClassName
{
background-color: #542BEA;
}
</style>
border-color css
<style>
span { border-color: #542BEA; }
span { border-color: rgb(84,43,234); }
td.TdClassName
{
border-color: #542BEA;
}
.TagClassName
{
border-color: #542BEA;
}
</style>