Shades of Han Purple #542FFA
Tints of Han Purple #542FFA
RGB
CMYK
RGB Variations
Color information
#542FFA (or 0x542FFA) is known color: Han Purple. HEX triplet: 54, 2F and FA. RGB value is (84,47,250). Sum of RGB (Red+Green+Blue) = 84+47+250=381 (50% of max value = 765). Red value is 84 (33.20% from 255 or 22.05% from 381); Green value is 47 (18.75% from 255 or 12.34% from 381); Blue value is 250 (98.05% from 255 or 65.62% from 381); Max value from RGB is 250 - color contains mainly: blue. Hex color #542FFA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #542FFA is #ABD005. Grayscale: #505050. Windows color (decimal): -11259910 or 16396116. OLE color: 16396116.
HSL color Cylindrical-coordinate representation of color #542FFA: hue angle of 250.94º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #542FFA is Cyan = 0.66, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 84 | 47 | 250 | - |
| CMYK | 0.66 | 0.81 | 0 | 0.02 |
| HSL | 250.94º | 0.95% | 0.58% | - |
| HSV(B) | 250.94º | 0.81% | 0.98% | - |
| XYZ | 21.93 | 10.82 | 91.38 | - |
| YUV | 81.21 | 223.26 | 129.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 47 | 250 | 0.66 | 0.81 | 0 | 0.02 | 250.94 | 0.95 | 0.58 |
| Hex | 54 | 2F | FA | 42 | 51 | 0 | 2 | FB | 5F | 3A |
| Octal | 124 | 57 | 372 | 102 | 121 | 0 | 2 | 373 | 137 | 72 |
| Binary | 1010100 | 101111 | 11111010 | 1000010 | 1010001 | 0 | 10 | 11111011 | 1011111 | 111010 |
Color Harmonies of #542FFA
Complementary color
Monochromatic Colors of #542FFA
Black with #542FFA
Text Example
Text Example
White with #542FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #542FFA; }
p { color: rgb(84,47,250); }
H1.HeaderClassName
{
color: #542FFA;
}
.AnyTagClassName
{
color: #542FFA;
}
</style>
background-color css
<style>
a { background-color: #542FFA; }
a { background-color: rgb(84,47,250); }
div.DivClassName
{
background-color: #542FFA;
}
.BgClassName
{
background-color: #542FFA;
}
</style>
border-color css
<style>
span { border-color: #542FFA; }
span { border-color: rgb(84,47,250); }
td.TdClassName
{
border-color: #542FFA;
}
.TagClassName
{
border-color: #542FFA;
}
</style>