Shades of Han Purple #542CFD
Tints of Han Purple #542CFD
RGB
CMYK
RGB Variations
Color information
#542CFD (or 0x542CFD) is known color: Han Purple. HEX triplet: 54, 2C and FD. RGB value is (84,44,253). Sum of RGB (Red+Green+Blue) = 84+44+253=381 (50% of max value = 765). Red value is 84 (33.20% from 255 or 22.05% from 381); Green value is 44 (17.58% from 255 or 11.55% from 381); Blue value is 253 (99.22% from 255 or 66.40% from 381); Max value from RGB is 253 - color contains mainly: blue. Hex color #542CFD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #542CFD is #ABD302. Grayscale: #4E4E4E. Windows color (decimal): -11260675 or 16591956. OLE color: 16591956.
HSL color Cylindrical-coordinate representation of color #542CFD: hue angle of 251.48º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #542CFD is Cyan = 0.67, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 84 | 44 | 253 | - |
| CMYK | 0.67 | 0.83 | 0 | 0.01 |
| HSL | 251.48º | 0.98% | 0.58% | - |
| HSV(B) | 251.48º | 0.83% | 0.99% | - |
| XYZ | 22.29 | 10.78 | 93.83 | - |
| YUV | 79.79 | 225.75 | 131.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 44 | 253 | 0.67 | 0.83 | 0 | 0.01 | 251.48 | 0.98 | 0.58 |
| Hex | 54 | 2C | FD | 43 | 53 | 0 | 1 | FB | 62 | 3A |
| Octal | 124 | 54 | 375 | 103 | 123 | 0 | 1 | 373 | 142 | 72 |
| Binary | 1010100 | 101100 | 11111101 | 1000011 | 1010011 | 0 | 1 | 11111011 | 1100010 | 111010 |
Color Harmonies of #542CFD
Complementary color
Monochromatic Colors of #542CFD
Black with #542CFD
Text Example
Text Example
White with #542CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #542CFD; }
p { color: rgb(84,44,253); }
H1.HeaderClassName
{
color: #542CFD;
}
.AnyTagClassName
{
color: #542CFD;
}
</style>
background-color css
<style>
a { background-color: #542CFD; }
a { background-color: rgb(84,44,253); }
div.DivClassName
{
background-color: #542CFD;
}
.BgClassName
{
background-color: #542CFD;
}
</style>
border-color css
<style>
span { border-color: #542CFD; }
span { border-color: rgb(84,44,253); }
td.TdClassName
{
border-color: #542CFD;
}
.TagClassName
{
border-color: #542CFD;
}
</style>