Shades of Han Purple #542CF2
Tints of Han Purple #542CF2
RGB
CMYK
RGB Variations
Color information
#542CF2 (or 0x542CF2) is known color: Han Purple. HEX triplet: 54, 2C and F2. RGB value is (84,44,242). Sum of RGB (Red+Green+Blue) = 84+44+242=370 (49% of max value = 765). Red value is 84 (33.20% from 255 or 22.70% from 370); Green value is 44 (17.58% from 255 or 11.89% from 370); Blue value is 242 (94.92% from 255 or 65.41% from 370); Max value from RGB is 242 - color contains mainly: blue. Hex color #542CF2 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #542CF2 is #ABD30D. Grayscale: #4D4D4D. Windows color (decimal): -11260686 or 15871060. OLE color: 15871060.
HSL color Cylindrical-coordinate representation of color #542CF2: hue angle of 252.12º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #542CF2 is Cyan = 0.65, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 84 | 44 | 242 | - |
| CMYK | 0.65 | 0.82 | 0 | 0.05 |
| HSL | 252.12º | 0.88% | 0.56% | - |
| HSV(B) | 252.12º | 0.82% | 0.95% | - |
| XYZ | 20.58 | 10.1 | 84.87 | - |
| YUV | 78.53 | 220.25 | 131.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 44 | 242 | 0.65 | 0.82 | 0 | 0.05 | 252.12 | 0.88 | 0.56 |
| Hex | 54 | 2C | F2 | 41 | 52 | 0 | 5 | FC | 58 | 38 |
| Octal | 124 | 54 | 362 | 101 | 122 | 0 | 5 | 374 | 130 | 70 |
| Binary | 1010100 | 101100 | 11110010 | 1000001 | 1010010 | 0 | 101 | 11111100 | 1011000 | 111000 |
Color Harmonies of #542CF2
Complementary color
Monochromatic Colors of #542CF2
Black with #542CF2
Text Example
Text Example
White with #542CF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #542CF2; }
p { color: rgb(84,44,242); }
H1.HeaderClassName
{
color: #542CF2;
}
.AnyTagClassName
{
color: #542CF2;
}
</style>
background-color css
<style>
a { background-color: #542CF2; }
a { background-color: rgb(84,44,242); }
div.DivClassName
{
background-color: #542CF2;
}
.BgClassName
{
background-color: #542CF2;
}
</style>
border-color css
<style>
span { border-color: #542CF2; }
span { border-color: rgb(84,44,242); }
td.TdClassName
{
border-color: #542CF2;
}
.TagClassName
{
border-color: #542CF2;
}
</style>