Shades of Palatinate Purple #5C2753
Tints of Palatinate Purple #5C2753
RGB
CMYK
RGB Variations
Color information
#5C2753 (or 0x5C2753) is known color: Palatinate Purple. HEX triplet: 5C, 27 and 53. RGB value is (92,39,83). Sum of RGB (Red+Green+Blue) = 92+39+83=214 (28% of max value = 765). Red value is 92 (36.33% from 255 or 42.99% from 214); Green value is 39 (15.62% from 255 or 18.22% from 214); Blue value is 83 (32.81% from 255 or 38.79% from 214); Max value from RGB is 92 - color contains mainly: red. Hex color #5C2753 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5C2753 is #A3D8AC. Grayscale: #3B3B3B. Windows color (decimal): -10737837 or 5449564. OLE color: 5449564.
HSL color Cylindrical-coordinate representation of color #5C2753: hue angle of 310.19º 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 #5C2753 is Cyan = 0, Magento = 0.58, Yellow = 0.10 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 39 | 83 | - |
| CMYK | 0 | 0.58 | 0.10 | 0.64 |
| HSL | 310.19º | 0.4% | 0.26% | - |
| HSV(B) | 310.19º | 0.58% | 0.36% | - |
| XYZ | 6.7 | 4.35 | 8.67 | - |
| YUV | 59.86 | 141.06 | 150.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 39 | 83 | 0 | 0.58 | 0.10 | 0.64 | 310.19 | 0.4 | 0.26 |
| Hex | 5C | 27 | 53 | 0 | 3A | A | 40 | 136 | 28 | 1A |
| Octal | 134 | 47 | 123 | 0 | 72 | 12 | 100 | 466 | 50 | 32 |
| Binary | 1011100 | 100111 | 1010011 | 0 | 111010 | 1010 | 1000000 | 100110110 | 101000 | 11010 |
Color Harmonies of #5C2753
Complementary color
Monochromatic Colors of #5C2753
Black with #5C2753
Text Example
Text Example
White with #5C2753
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C2753; }
p { color: rgb(92,39,83); }
H1.HeaderClassName
{
color: #5C2753;
}
.AnyTagClassName
{
color: #5C2753;
}
</style>
background-color css
<style>
a { background-color: #5C2753; }
a { background-color: rgb(92,39,83); }
div.DivClassName
{
background-color: #5C2753;
}
.BgClassName
{
background-color: #5C2753;
}
</style>
border-color css
<style>
span { border-color: #5C2753; }
span { border-color: rgb(92,39,83); }
td.TdClassName
{
border-color: #5C2753;
}
.TagClassName
{
border-color: #5C2753;
}
</style>