Shades of Han Purple #542DFC
Tints of Han Purple #542DFC
RGB
CMYK
RGB Variations
Color information
#542DFC (or 0x542DFC) is known color: Han Purple. HEX triplet: 54, 2D and FC. RGB value is (84,45,252). Sum of RGB (Red+Green+Blue) = 84+45+252=381 (50% of max value = 765). Red value is 84 (33.20% from 255 or 22.05% from 381); Green value is 45 (17.97% from 255 or 11.81% from 381); Blue value is 252 (98.83% from 255 or 66.14% from 381); Max value from RGB is 252 - color contains mainly: blue. Hex color #542DFC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #542DFC is #ABD203. Grayscale: #4F4F4F. Windows color (decimal): -11260420 or 16526676. OLE color: 16526676.
HSL color Cylindrical-coordinate representation of color #542DFC: hue angle of 251.3º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #542DFC is Cyan = 0.67, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 84 | 45 | 252 | - |
| CMYK | 0.67 | 0.82 | 0 | 0.01 |
| HSL | 251.3º | 0.97% | 0.58% | - |
| HSV(B) | 251.3º | 0.82% | 0.99% | - |
| XYZ | 22.17 | 10.79 | 93.01 | - |
| YUV | 80.26 | 224.92 | 130.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 45 | 252 | 0.67 | 0.82 | 0 | 0.01 | 251.3 | 0.97 | 0.58 |
| Hex | 54 | 2D | FC | 43 | 52 | 0 | 1 | FB | 61 | 3A |
| Octal | 124 | 55 | 374 | 103 | 122 | 0 | 1 | 373 | 141 | 72 |
| Binary | 1010100 | 101101 | 11111100 | 1000011 | 1010010 | 0 | 1 | 11111011 | 1100001 | 111010 |
Color Harmonies of #542DFC
Complementary color
Monochromatic Colors of #542DFC
Black with #542DFC
Text Example
Text Example
White with #542DFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #542DFC; }
p { color: rgb(84,45,252); }
H1.HeaderClassName
{
color: #542DFC;
}
.AnyTagClassName
{
color: #542DFC;
}
</style>
background-color css
<style>
a { background-color: #542DFC; }
a { background-color: rgb(84,45,252); }
div.DivClassName
{
background-color: #542DFC;
}
.BgClassName
{
background-color: #542DFC;
}
</style>
border-color css
<style>
span { border-color: #542DFC; }
span { border-color: rgb(84,45,252); }
td.TdClassName
{
border-color: #542DFC;
}
.TagClassName
{
border-color: #542DFC;
}
</style>