Shades of Palatinate Purple #5C2755
Tints of Palatinate Purple #5C2755
RGB
CMYK
RGB Variations
Color information
#5C2755 (or 0x5C2755) is known color: Palatinate Purple. HEX triplet: 5C, 27 and 55. RGB value is (92,39,85). Sum of RGB (Red+Green+Blue) = 92+39+85=216 (28% of max value = 765). Red value is 92 (36.33% from 255 or 42.59% from 216); Green value is 39 (15.62% from 255 or 18.06% from 216); Blue value is 85 (33.59% from 255 or 39.35% from 216); Max value from RGB is 92 - color contains mainly: red. Hex color #5C2755 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5C2755 is #A3D8AA. Grayscale: #3B3B3B. Windows color (decimal): -10737835 or 5580636. OLE color: 5580636.
HSL color Cylindrical-coordinate representation of color #5C2755: hue angle of 307.92º degrees, saturation: 0.4, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5C2755 is Cyan = 0, Magento = 0.58, Yellow = 0.08 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 39 | 85 | - |
| CMYK | 0 | 0.58 | 0.08 | 0.64 |
| HSL | 307.92º | 0.4% | 0.26% | - |
| HSV(B) | 307.92º | 0.58% | 0.36% | - |
| XYZ | 6.78 | 4.38 | 9.08 | - |
| YUV | 60.09 | 142.06 | 150.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 39 | 85 | 0 | 0.58 | 0.08 | 0.64 | 307.92 | 0.4 | 0.26 |
| Hex | 5C | 27 | 55 | 0 | 3A | 8 | 40 | 134 | 28 | 1A |
| Octal | 134 | 47 | 125 | 0 | 72 | 10 | 100 | 464 | 50 | 32 |
| Binary | 1011100 | 100111 | 1010101 | 0 | 111010 | 1000 | 1000000 | 100110100 | 101000 | 11010 |
Color Harmonies of #5C2755
Complementary color
Monochromatic Colors of #5C2755
Black with #5C2755
Text Example
Text Example
White with #5C2755
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C2755; }
p { color: rgb(92,39,85); }
H1.HeaderClassName
{
color: #5C2755;
}
.AnyTagClassName
{
color: #5C2755;
}
</style>
background-color css
<style>
a { background-color: #5C2755; }
a { background-color: rgb(92,39,85); }
div.DivClassName
{
background-color: #5C2755;
}
.BgClassName
{
background-color: #5C2755;
}
</style>
border-color css
<style>
span { border-color: #5C2755; }
span { border-color: rgb(92,39,85); }
td.TdClassName
{
border-color: #5C2755;
}
.TagClassName
{
border-color: #5C2755;
}
</style>