Shades of Han Purple #542FFE
Tints of Han Purple #542FFE
RGB
CMYK
RGB Variations
Color information
#542FFE (or 0x542FFE) is known color: Han Purple. HEX triplet: 54, 2F and FE. RGB value is (84,47,254). Sum of RGB (Red+Green+Blue) = 84+47+254=385 (50% of max value = 765). Red value is 84 (33.20% from 255 or 21.82% from 385); Green value is 47 (18.75% from 255 or 12.21% from 385); Blue value is 254 (99.61% from 255 or 65.97% from 385); Max value from RGB is 254 - color contains mainly: blue. Hex color #542FFE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #542FFE is #ABD001. Grayscale: #505050. Windows color (decimal): -11259906 or 16658260. OLE color: 16658260.
HSL color Cylindrical-coordinate representation of color #542FFE: hue angle of 250.72º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #542FFE is Cyan = 0.67, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 84 | 47 | 254 | - |
| CMYK | 0.67 | 0.81 | 0 | 0.00 |
| HSL | 250.72º | 0.99% | 0.59% | - |
| HSV(B) | 250.72º | 0.81% | 1% | - |
| XYZ | 22.56 | 11.07 | 94.71 | - |
| YUV | 81.66 | 225.26 | 129.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 47 | 254 | 0.67 | 0.81 | 0 | 0.00 | 250.72 | 0.99 | 0.59 |
| Hex | 54 | 2F | FE | 43 | 51 | 0 | 0 | FB | 63 | 3B |
| Octal | 124 | 57 | 376 | 103 | 121 | 0 | 0 | 373 | 143 | 73 |
| Binary | 1010100 | 101111 | 11111110 | 1000011 | 1010001 | 0 | 0 | 11111011 | 1100011 | 111011 |
Color Harmonies of #542FFE
Complementary color
Monochromatic Colors of #542FFE
Black with #542FFE
Text Example
Text Example
White with #542FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #542FFE; }
p { color: rgb(84,47,254); }
H1.HeaderClassName
{
color: #542FFE;
}
.AnyTagClassName
{
color: #542FFE;
}
</style>
background-color css
<style>
a { background-color: #542FFE; }
a { background-color: rgb(84,47,254); }
div.DivClassName
{
background-color: #542FFE;
}
.BgClassName
{
background-color: #542FFE;
}
</style>
border-color css
<style>
span { border-color: #542FFE; }
span { border-color: rgb(84,47,254); }
td.TdClassName
{
border-color: #542FFE;
}
.TagClassName
{
border-color: #542FFE;
}
</style>