Shades of Han Purple #542CFF
Tints of Han Purple #542CFF
RGB
CMYK
RGB Variations
Color information
#542CFF (or 0x542CFF) is known color: Han Purple. HEX triplet: 54, 2C and FF. RGB value is (84,44,255). Sum of RGB (Red+Green+Blue) = 84+44+255=383 (50% of max value = 765). Red value is 84 (33.20% from 255 or 21.93% from 383); Green value is 44 (17.58% from 255 or 11.49% from 383); Blue value is 255 (100% from 255 or 66.58% from 383); Max value from RGB is 255 - color contains mainly: blue. Hex color #542CFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #542CFF is #ABD300. Grayscale: #4F4F4F. Windows color (decimal): -11260673 or 16723028. OLE color: 16723028.
HSL color Cylindrical-coordinate representation of color #542CFF: hue angle of 251.37º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #542CFF is Cyan = 0.67, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 84 | 44 | 255 | - |
| CMYK | 0.67 | 0.83 | 0 | 0 |
| HSL | 251.37º | 1% | 0.59% | - |
| HSV(B) | 251.37º | 0.83% | 1% | - |
| XYZ | 22.61 | 10.91 | 95.52 | - |
| YUV | 80.01 | 226.75 | 130.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 44 | 255 | 0.67 | 0.83 | 0 | 0 | 251.37 | 1 | 0.59 |
| Hex | 54 | 2C | FF | 43 | 53 | 0 | 0 | FB | 64 | 3B |
| Octal | 124 | 54 | 377 | 103 | 123 | 0 | 0 | 373 | 144 | 73 |
| Binary | 1010100 | 101100 | 11111111 | 1000011 | 1010011 | 0 | 0 | 11111011 | 1100100 | 111011 |
Color Harmonies of #542CFF
Complementary color
Monochromatic Colors of #542CFF
Black with #542CFF
Text Example
Text Example
White with #542CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #542CFF; }
p { color: rgb(84,44,255); }
H1.HeaderClassName
{
color: #542CFF;
}
.AnyTagClassName
{
color: #542CFF;
}
</style>
background-color css
<style>
a { background-color: #542CFF; }
a { background-color: rgb(84,44,255); }
div.DivClassName
{
background-color: #542CFF;
}
.BgClassName
{
background-color: #542CFF;
}
</style>
border-color css
<style>
span { border-color: #542CFF; }
span { border-color: rgb(84,44,255); }
td.TdClassName
{
border-color: #542CFF;
}
.TagClassName
{
border-color: #542CFF;
}
</style>