Shades of Han Purple #542FFD
Tints of Han Purple #542FFD
RGB
CMYK
RGB Variations
Color information
#542FFD (or 0x542FFD) is known color: Han Purple. HEX triplet: 54, 2F and FD. RGB value is (84,47,253). Sum of RGB (Red+Green+Blue) = 84+47+253=384 (50% of max value = 765). Red value is 84 (33.20% from 255 or 21.88% from 384); Green value is 47 (18.75% from 255 or 12.24% from 384); Blue value is 253 (99.22% from 255 or 65.89% from 384); Max value from RGB is 253 - color contains mainly: blue. Hex color #542FFD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #542FFD is #ABD002. Grayscale: #505050. Windows color (decimal): -11259907 or 16592724. OLE color: 16592724.
HSL color Cylindrical-coordinate representation of color #542FFD: hue angle of 250.78º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #542FFD is Cyan = 0.67, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 84 | 47 | 253 | - |
| CMYK | 0.67 | 0.81 | 0 | 0.01 |
| HSL | 250.78º | 0.98% | 0.59% | - |
| HSV(B) | 250.78º | 0.81% | 0.99% | - |
| XYZ | 22.4 | 11.01 | 93.87 | - |
| YUV | 81.55 | 224.76 | 129.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 47 | 253 | 0.67 | 0.81 | 0 | 0.01 | 250.78 | 0.98 | 0.59 |
| Hex | 54 | 2F | FD | 43 | 51 | 0 | 1 | FB | 62 | 3B |
| Octal | 124 | 57 | 375 | 103 | 121 | 0 | 1 | 373 | 142 | 73 |
| Binary | 1010100 | 101111 | 11111101 | 1000011 | 1010001 | 0 | 1 | 11111011 | 1100010 | 111011 |
Color Harmonies of #542FFD
Complementary color
Monochromatic Colors of #542FFD
Black with #542FFD
Text Example
Text Example
White with #542FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #542FFD; }
p { color: rgb(84,47,253); }
H1.HeaderClassName
{
color: #542FFD;
}
.AnyTagClassName
{
color: #542FFD;
}
</style>
background-color css
<style>
a { background-color: #542FFD; }
a { background-color: rgb(84,47,253); }
div.DivClassName
{
background-color: #542FFD;
}
.BgClassName
{
background-color: #542FFD;
}
</style>
border-color css
<style>
span { border-color: #542FFD; }
span { border-color: rgb(84,47,253); }
td.TdClassName
{
border-color: #542FFD;
}
.TagClassName
{
border-color: #542FFD;
}
</style>