Shades of Han Purple #542BFD
Tints of Han Purple #542BFD
RGB
CMYK
RGB Variations
Color information
#542BFD (or 0x542BFD) is known color: Han Purple. HEX triplet: 54, 2B and FD. RGB value is (84,43,253). Sum of RGB (Red+Green+Blue) = 84+43+253=380 (50% of max value = 765). Red value is 84 (33.20% from 255 or 22.11% from 380); Green value is 43 (17.19% from 255 or 11.32% from 380); Blue value is 253 (99.22% from 255 or 66.58% from 380); Max value from RGB is 253 - color contains mainly: blue. Hex color #542BFD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #542BFD is #ABD402. Grayscale: #4E4E4E. Windows color (decimal): -11260931 or 16591700. OLE color: 16591700.
HSL color Cylindrical-coordinate representation of color #542BFD: hue angle of 251.71º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #542BFD is Cyan = 0.67, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 84 | 43 | 253 | - |
| CMYK | 0.67 | 0.83 | 0 | 0.01 |
| HSL | 251.71º | 0.98% | 0.58% | - |
| HSV(B) | 251.71º | 0.83% | 0.99% | - |
| XYZ | 22.25 | 10.7 | 93.82 | - |
| YUV | 79.2 | 226.08 | 131.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 43 | 253 | 0.67 | 0.83 | 0 | 0.01 | 251.71 | 0.98 | 0.58 |
| Hex | 54 | 2B | FD | 43 | 53 | 0 | 1 | FC | 62 | 3A |
| Octal | 124 | 53 | 375 | 103 | 123 | 0 | 1 | 374 | 142 | 72 |
| Binary | 1010100 | 101011 | 11111101 | 1000011 | 1010011 | 0 | 1 | 11111100 | 1100010 | 111010 |
Color Harmonies of #542BFD
Complementary color
Monochromatic Colors of #542BFD
Black with #542BFD
Text Example
Text Example
White with #542BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #542BFD; }
p { color: rgb(84,43,253); }
H1.HeaderClassName
{
color: #542BFD;
}
.AnyTagClassName
{
color: #542BFD;
}
</style>
background-color css
<style>
a { background-color: #542BFD; }
a { background-color: rgb(84,43,253); }
div.DivClassName
{
background-color: #542BFD;
}
.BgClassName
{
background-color: #542BFD;
}
</style>
border-color css
<style>
span { border-color: #542BFD; }
span { border-color: rgb(84,43,253); }
td.TdClassName
{
border-color: #542BFD;
}
.TagClassName
{
border-color: #542BFD;
}
</style>