Shades of Han Purple #542AFD
Tints of Han Purple #542AFD
RGB
CMYK
RGB Variations
Color information
#542AFD (or 0x542AFD) is known color: Han Purple. HEX triplet: 54, 2A and FD. RGB value is (84,42,253). Sum of RGB (Red+Green+Blue) = 84+42+253=379 (50% of max value = 765). Red value is 84 (33.20% from 255 or 22.16% from 379); Green value is 42 (16.80% from 255 or 11.08% from 379); Blue value is 253 (99.22% from 255 or 66.75% from 379); Max value from RGB is 253 - color contains mainly: blue. Hex color #542AFD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #542AFD is #ABD502. Grayscale: #4D4D4D. Windows color (decimal): -11261187 or 16591444. OLE color: 16591444.
HSL color Cylindrical-coordinate representation of color #542AFD: hue angle of 251.94º 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 #542AFD is Cyan = 0.67, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 84 | 42 | 253 | - |
| CMYK | 0.67 | 0.83 | 0 | 0.01 |
| HSL | 251.94º | 0.98% | 0.58% | - |
| HSV(B) | 251.94º | 0.83% | 0.99% | - |
| XYZ | 22.21 | 10.63 | 93.81 | - |
| YUV | 78.61 | 226.41 | 131.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 42 | 253 | 0.67 | 0.83 | 0 | 0.01 | 251.94 | 0.98 | 0.58 |
| Hex | 54 | 2A | FD | 43 | 53 | 0 | 1 | FC | 62 | 3A |
| Octal | 124 | 52 | 375 | 103 | 123 | 0 | 1 | 374 | 142 | 72 |
| Binary | 1010100 | 101010 | 11111101 | 1000011 | 1010011 | 0 | 1 | 11111100 | 1100010 | 111010 |
Color Harmonies of #542AFD
Complementary color
Monochromatic Colors of #542AFD
Black with #542AFD
Text Example
Text Example
White with #542AFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #542AFD; }
p { color: rgb(84,42,253); }
H1.HeaderClassName
{
color: #542AFD;
}
.AnyTagClassName
{
color: #542AFD;
}
</style>
background-color css
<style>
a { background-color: #542AFD; }
a { background-color: rgb(84,42,253); }
div.DivClassName
{
background-color: #542AFD;
}
.BgClassName
{
background-color: #542AFD;
}
</style>
border-color css
<style>
span { border-color: #542AFD; }
span { border-color: rgb(84,42,253); }
td.TdClassName
{
border-color: #542AFD;
}
.TagClassName
{
border-color: #542AFD;
}
</style>