Shades of Kingfisher Daisy #543C7F
Tints of Kingfisher Daisy #543C7F
RGB
CMYK
RGB Variations
Color information
#543C7F (or 0x543C7F) is known color: Kingfisher Daisy. HEX triplet: 54, 3C and 7F. RGB value is (84,60,127). Sum of RGB (Red+Green+Blue) = 84+60+127=271 (35% of max value = 765). Red value is 84 (33.20% from 255 or 31.00% from 271); Green value is 60 (23.83% from 255 or 22.14% from 271); Blue value is 127 (50% from 255 or 46.86% from 271); Max value from RGB is 127 - color contains mainly: blue. Hex color #543C7F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #543C7F is #ABC380. Grayscale: #4A4A4A. Windows color (decimal): -11256705 or 8338516. OLE color: 8338516.
HSL color Cylindrical-coordinate representation of color #543C7F: hue angle of 261.49º degrees, saturation: 0.36, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #543C7F is Cyan = 0.34, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 84 | 60 | 127 | - |
| CMYK | 0.34 | 0.53 | 0 | 0.50 |
| HSL | 261.49º | 0.36% | 0.37% | - |
| HSV(B) | 261.49º | 0.53% | 0.5% | - |
| XYZ | 9.1 | 6.65 | 20.88 | - |
| YUV | 74.81 | 157.45 | 134.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 60 | 127 | 0.34 | 0.53 | 0 | 0.50 | 261.49 | 0.36 | 0.37 |
| Hex | 54 | 3C | 7F | 22 | 35 | 0 | 32 | 105 | 24 | 25 |
| Octal | 124 | 74 | 177 | 42 | 65 | 0 | 62 | 405 | 44 | 45 |
| Binary | 1010100 | 111100 | 1111111 | 100010 | 110101 | 0 | 110010 | 100000101 | 100100 | 100101 |
Color Harmonies of #543C7F
Complementary color
Monochromatic Colors of #543C7F
Black with #543C7F
Text Example
Text Example
White with #543C7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #543C7F; }
p { color: rgb(84,60,127); }
H1.HeaderClassName
{
color: #543C7F;
}
.AnyTagClassName
{
color: #543C7F;
}
</style>
background-color css
<style>
a { background-color: #543C7F; }
a { background-color: rgb(84,60,127); }
div.DivClassName
{
background-color: #543C7F;
}
.BgClassName
{
background-color: #543C7F;
}
</style>
border-color css
<style>
span { border-color: #543C7F; }
span { border-color: rgb(84,60,127); }
td.TdClassName
{
border-color: #543C7F;
}
.TagClassName
{
border-color: #543C7F;
}
</style>