Shades of Palatinate Purple #5C134D
Tints of Palatinate Purple #5C134D
RGB
CMYK
RGB Variations
Color information
#5C134D (or 0x5C134D) is known color: Palatinate Purple. HEX triplet: 5C, 13 and 4D. RGB value is (92,19,77). Sum of RGB (Red+Green+Blue) = 92+19+77=188 (24% of max value = 765). Red value is 92 (36.33% from 255 or 48.94% from 188); Green value is 19 (7.81% from 255 or 10.11% from 188); Blue value is 77 (30.47% from 255 or 40.96% from 188); Max value from RGB is 92 - color contains mainly: red. Hex color #5C134D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5C134D is #A3ECB2. Grayscale: #2F2F2F. Windows color (decimal): -10742963 or 5051228. OLE color: 5051228.
HSL color Cylindrical-coordinate representation of color #5C134D: hue angle of 312.33º degrees, saturation: 0.66, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5C134D is Cyan = 0, Magento = 0.79, Yellow = 0.16 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 19 | 77 | - |
| CMYK | 0 | 0.79 | 0.16 | 0.64 |
| HSL | 312.33º | 0.66% | 0.22% | - |
| HSV(B) | 312.33º | 0.79% | 0.36% | - |
| XYZ | 5.99 | 3.28 | 7.34 | - |
| YUV | 47.44 | 144.68 | 159.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 19 | 77 | 0 | 0.79 | 0.16 | 0.64 | 312.33 | 0.66 | 0.22 |
| Hex | 5C | 13 | 4D | 0 | 4F | 10 | 40 | 138 | 42 | 16 |
| Octal | 134 | 23 | 115 | 0 | 117 | 20 | 100 | 470 | 102 | 26 |
| Binary | 1011100 | 10011 | 1001101 | 0 | 1001111 | 10000 | 1000000 | 100111000 | 1000010 | 10110 |
Color Harmonies of #5C134D
Complementary color
Monochromatic Colors of #5C134D
Black with #5C134D
Text Example
Text Example
White with #5C134D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C134D; }
p { color: rgb(92,19,77); }
H1.HeaderClassName
{
color: #5C134D;
}
.AnyTagClassName
{
color: #5C134D;
}
</style>
background-color css
<style>
a { background-color: #5C134D; }
a { background-color: rgb(92,19,77); }
div.DivClassName
{
background-color: #5C134D;
}
.BgClassName
{
background-color: #5C134D;
}
</style>
border-color css
<style>
span { border-color: #5C134D; }
span { border-color: rgb(92,19,77); }
td.TdClassName
{
border-color: #5C134D;
}
.TagClassName
{
border-color: #5C134D;
}
</style>