Shades of Palatinate Purple #540A4F
Tints of Palatinate Purple #540A4F
RGB
CMYK
RGB Variations
Color information
#540A4F (or 0x540A4F) is known color: Palatinate Purple. HEX triplet: 54, 0A and 4F. RGB value is (84,10,79). Sum of RGB (Red+Green+Blue) = 84+10+79=173 (22% of max value = 765). Red value is 84 (33.20% from 255 or 48.55% from 173); Green value is 10 (4.30% from 255 or 5.78% from 173); Blue value is 79 (31.25% from 255 or 45.66% from 173); Max value from RGB is 84 - color contains mainly: red. Hex color #540A4F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #540A4F is #ABF5B0. Grayscale: #272727. Windows color (decimal): -11269553 or 5179988. OLE color: 5179988.
HSL color Cylindrical-coordinate representation of color #540A4F: hue angle of 304.05º degrees, saturation: 0.79, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #540A4F is Cyan = 0, Magento = 0.88, Yellow = 0.06 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 10 | 79 | - |
| CMYK | 0 | 0.88 | 0.06 | 0.67 |
| HSL | 304.05º | 0.79% | 0.18% | - |
| HSV(B) | 304.05º | 0.88% | 0.33% | - |
| XYZ | 5.18 | 2.67 | 7.64 | - |
| YUV | 39.99 | 150.02 | 159.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 10 | 79 | 0 | 0.88 | 0.06 | 0.67 | 304.05 | 0.79 | 0.18 |
| Hex | 54 | A | 4F | 0 | 58 | 6 | 43 | 130 | 4F | 12 |
| Octal | 124 | 12 | 117 | 0 | 130 | 6 | 103 | 460 | 117 | 22 |
| Binary | 1010100 | 1010 | 1001111 | 0 | 1011000 | 110 | 1000011 | 100110000 | 1001111 | 10010 |
Color Harmonies of #540A4F
Complementary color
Monochromatic Colors of #540A4F
Black with #540A4F
Text Example
Text Example
White with #540A4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #540A4F; }
p { color: rgb(84,10,79); }
H1.HeaderClassName
{
color: #540A4F;
}
.AnyTagClassName
{
color: #540A4F;
}
</style>
background-color css
<style>
a { background-color: #540A4F; }
a { background-color: rgb(84,10,79); }
div.DivClassName
{
background-color: #540A4F;
}
.BgClassName
{
background-color: #540A4F;
}
</style>
border-color css
<style>
span { border-color: #540A4F; }
span { border-color: rgb(84,10,79); }
td.TdClassName
{
border-color: #540A4F;
}
.TagClassName
{
border-color: #540A4F;
}
</style>