Shades of Meteorite #543C71
Tints of Meteorite #543C71
RGB
CMYK
RGB Variations
Color information
#543C71 (or 0x543C71) is known color: Meteorite. HEX triplet: 54, 3C and 71. RGB value is (84,60,113). Sum of RGB (Red+Green+Blue) = 84+60+113=257 (34% of max value = 765). Red value is 84 (33.20% from 255 or 32.68% from 257); Green value is 60 (23.83% from 255 or 23.35% from 257); Blue value is 113 (44.53% from 255 or 43.97% from 257); Max value from RGB is 113 - color contains mainly: blue. Hex color #543C71 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #543C71 is #ABC38E. Grayscale: #494949. Windows color (decimal): -11256719 or 7421012. OLE color: 7421012.
HSL color Cylindrical-coordinate representation of color #543C71: hue angle of 267.17º degrees, saturation: 0.31, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #543C71 is Cyan = 0.26, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 84 | 60 | 113 | - |
| CMYK | 0.26 | 0.47 | 0 | 0.56 |
| HSL | 267.17º | 0.31% | 0.34% | - |
| HSV(B) | 267.17º | 0.47% | 0.44% | - |
| XYZ | 8.25 | 6.31 | 16.41 | - |
| YUV | 73.22 | 150.45 | 135.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 60 | 113 | 0.26 | 0.47 | 0 | 0.56 | 267.17 | 0.31 | 0.34 |
| Hex | 54 | 3C | 71 | 1A | 2F | 0 | 38 | 10B | 1F | 22 |
| Octal | 124 | 74 | 161 | 32 | 57 | 0 | 70 | 413 | 37 | 42 |
| Binary | 1010100 | 111100 | 1110001 | 11010 | 101111 | 0 | 111000 | 100001011 | 11111 | 100010 |
Color Harmonies of #543C71
Complementary color
Monochromatic Colors of #543C71
Black with #543C71
Text Example
Text Example
White with #543C71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #543C71; }
p { color: rgb(84,60,113); }
H1.HeaderClassName
{
color: #543C71;
}
.AnyTagClassName
{
color: #543C71;
}
</style>
background-color css
<style>
a { background-color: #543C71; }
a { background-color: rgb(84,60,113); }
div.DivClassName
{
background-color: #543C71;
}
.BgClassName
{
background-color: #543C71;
}
</style>
border-color css
<style>
span { border-color: #543C71; }
span { border-color: rgb(84,60,113); }
td.TdClassName
{
border-color: #543C71;
}
.TagClassName
{
border-color: #543C71;
}
</style>