Shades of Han Purple #542FFF
Tints of Han Purple #542FFF
RGB
CMYK
RGB Variations
Color information
#542FFF (or 0x542FFF) is known color: Han Purple. HEX triplet: 54, 2F and FF. RGB value is (84,47,255). Sum of RGB (Red+Green+Blue) = 84+47+255=386 (51% of max value = 765). Red value is 84 (33.20% from 255 or 21.76% from 386); Green value is 47 (18.75% from 255 or 12.18% from 386); Blue value is 255 (100% from 255 or 66.06% from 386); Max value from RGB is 255 - color contains mainly: blue. Hex color #542FFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #542FFF is #ABD000. Grayscale: #505050. Windows color (decimal): -11259905 or 16723796. OLE color: 16723796.
HSL color Cylindrical-coordinate representation of color #542FFF: hue angle of 250.67º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #542FFF is Cyan = 0.67, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 84 | 47 | 255 | - |
| CMYK | 0.67 | 0.82 | 0 | 0 |
| HSL | 250.67º | 1% | 0.59% | - |
| HSV(B) | 250.67º | 0.82% | 1% | - |
| XYZ | 22.72 | 11.14 | 95.56 | - |
| YUV | 81.78 | 225.76 | 129.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 47 | 255 | 0.67 | 0.82 | 0 | 0 | 250.67 | 1 | 0.59 |
| Hex | 54 | 2F | FF | 43 | 52 | 0 | 0 | FB | 64 | 3B |
| Octal | 124 | 57 | 377 | 103 | 122 | 0 | 0 | 373 | 144 | 73 |
| Binary | 1010100 | 101111 | 11111111 | 1000011 | 1010010 | 0 | 0 | 11111011 | 1100100 | 111011 |
Color Harmonies of #542FFF
Complementary color
Monochromatic Colors of #542FFF
Black with #542FFF
Text Example
Text Example
White with #542FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #542FFF; }
p { color: rgb(84,47,255); }
H1.HeaderClassName
{
color: #542FFF;
}
.AnyTagClassName
{
color: #542FFF;
}
</style>
background-color css
<style>
a { background-color: #542FFF; }
a { background-color: rgb(84,47,255); }
div.DivClassName
{
background-color: #542FFF;
}
.BgClassName
{
background-color: #542FFF;
}
</style>
border-color css
<style>
span { border-color: #542FFF; }
span { border-color: rgb(84,47,255); }
td.TdClassName
{
border-color: #542FFF;
}
.TagClassName
{
border-color: #542FFF;
}
</style>