Shades of Honey Flower #542A6C
Tints of Honey Flower #542A6C
RGB
CMYK
RGB Variations
Color information
#542A6C (or 0x542A6C) is known color: Honey Flower. HEX triplet: 54, 2A and 6C. RGB value is (84,42,108). Sum of RGB (Red+Green+Blue) = 84+42+108=234 (30% of max value = 765). Red value is 84 (33.20% from 255 or 35.90% from 234); Green value is 42 (16.80% from 255 or 17.95% from 234); Blue value is 108 (42.58% from 255 or 46.15% from 234); Max value from RGB is 108 - color contains mainly: blue. Hex color #542A6C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #542A6C is #ABD593. Grayscale: #3D3D3D. Windows color (decimal): -11261332 or 7088724. OLE color: 7088724.
HSL color Cylindrical-coordinate representation of color #542A6C: hue angle of 278.18º degrees, saturation: 0.44, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #542A6C is Cyan = 0.22, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 84 | 42 | 108 | - |
| CMYK | 0.22 | 0.61 | 0 | 0.58 |
| HSL | 278.18º | 0.44% | 0.29% | - |
| HSV(B) | 278.18º | 0.61% | 0.42% | - |
| XYZ | 7.19 | 4.62 | 14.7 | - |
| YUV | 62.08 | 153.91 | 143.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 42 | 108 | 0.22 | 0.61 | 0 | 0.58 | 278.18 | 0.44 | 0.29 |
| Hex | 54 | 2A | 6C | 16 | 3D | 0 | 3A | 116 | 2C | 1D |
| Octal | 124 | 52 | 154 | 26 | 75 | 0 | 72 | 426 | 54 | 35 |
| Binary | 1010100 | 101010 | 1101100 | 10110 | 111101 | 0 | 111010 | 100010110 | 101100 | 11101 |
Color Harmonies of #542A6C
Complementary color
Monochromatic Colors of #542A6C
Black with #542A6C
Text Example
Text Example
White with #542A6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #542A6C; }
p { color: rgb(84,42,108); }
H1.HeaderClassName
{
color: #542A6C;
}
.AnyTagClassName
{
color: #542A6C;
}
</style>
background-color css
<style>
a { background-color: #542A6C; }
a { background-color: rgb(84,42,108); }
div.DivClassName
{
background-color: #542A6C;
}
.BgClassName
{
background-color: #542A6C;
}
</style>
border-color css
<style>
span { border-color: #542A6C; }
span { border-color: rgb(84,42,108); }
td.TdClassName
{
border-color: #542A6C;
}
.TagClassName
{
border-color: #542A6C;
}
</style>