Shades of Palatinate Purple #5C2E5D
Tints of Palatinate Purple #5C2E5D
RGB
CMYK
RGB Variations
Color information
#5C2E5D (or 0x5C2E5D) is known color: Palatinate Purple. HEX triplet: 5C, 2E and 5D. RGB value is (92,46,93). Sum of RGB (Red+Green+Blue) = 92+46+93=231 (30% of max value = 765). Red value is 92 (36.33% from 255 or 39.83% from 231); Green value is 46 (18.36% from 255 or 19.91% from 231); Blue value is 93 (36.72% from 255 or 40.26% from 231); Max value from RGB is 93 - color contains mainly: blue. Hex color #5C2E5D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5C2E5D is #A3D1A2. Grayscale: #404040. Windows color (decimal): -10736035 or 6106716. OLE color: 6106716.
HSL color Cylindrical-coordinate representation of color #5C2E5D: hue angle of 298.72º degrees, saturation: 0.34, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5C2E5D is Cyan = 0.01, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 46 | 93 | - |
| CMYK | 0.01 | 0.51 | 0 | 0.64 |
| HSL | 298.72º | 0.34% | 0.27% | - |
| HSV(B) | 298.72º | 0.51% | 0.36% | - |
| XYZ | 7.37 | 5.02 | 10.94 | - |
| YUV | 65.11 | 143.74 | 147.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 46 | 93 | 0.01 | 0.51 | 0 | 0.64 | 298.72 | 0.34 | 0.27 |
| Hex | 5C | 2E | 5D | 1 | 33 | 0 | 40 | 12B | 22 | 1B |
| Octal | 134 | 56 | 135 | 1 | 63 | 0 | 100 | 453 | 42 | 33 |
| Binary | 1011100 | 101110 | 1011101 | 1 | 110011 | 0 | 1000000 | 100101011 | 100010 | 11011 |
Color Harmonies of #5C2E5D
Complementary color
Monochromatic Colors of #5C2E5D
Black with #5C2E5D
Text Example
Text Example
White with #5C2E5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C2E5D; }
p { color: rgb(92,46,93); }
H1.HeaderClassName
{
color: #5C2E5D;
}
.AnyTagClassName
{
color: #5C2E5D;
}
</style>
background-color css
<style>
a { background-color: #5C2E5D; }
a { background-color: rgb(92,46,93); }
div.DivClassName
{
background-color: #5C2E5D;
}
.BgClassName
{
background-color: #5C2E5D;
}
</style>
border-color css
<style>
span { border-color: #5C2E5D; }
span { border-color: rgb(92,46,93); }
td.TdClassName
{
border-color: #5C2E5D;
}
.TagClassName
{
border-color: #5C2E5D;
}
</style>