Shades of Palatinate Purple #5C275D
Tints of Palatinate Purple #5C275D
RGB
CMYK
RGB Variations
Color information
#5C275D (or 0x5C275D) is known color: Palatinate Purple. HEX triplet: 5C, 27 and 5D. RGB value is (92,39,93). Sum of RGB (Red+Green+Blue) = 92+39+93=224 (29% of max value = 765). Red value is 92 (36.33% from 255 or 41.07% from 224); Green value is 39 (15.62% from 255 or 17.41% from 224); Blue value is 93 (36.72% from 255 or 41.52% from 224); Max value from RGB is 93 - color contains mainly: blue. Hex color #5C275D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5C275D is #A3D8A2. Grayscale: #3C3C3C. Windows color (decimal): -10737827 or 6104924. OLE color: 6104924.
HSL color Cylindrical-coordinate representation of color #5C275D: hue angle of 298.89º degrees, saturation: 0.41, 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 #5C275D is Cyan = 0.01, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 39 | 93 | - |
| CMYK | 0.01 | 0.58 | 0 | 0.64 |
| HSL | 298.89º | 0.41% | 0.26% | - |
| HSV(B) | 298.89º | 0.58% | 0.36% | - |
| XYZ | 7.11 | 4.52 | 10.85 | - |
| YUV | 61 | 146.06 | 150.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 39 | 93 | 0.01 | 0.58 | 0 | 0.64 | 298.89 | 0.41 | 0.26 |
| Hex | 5C | 27 | 5D | 1 | 3A | 0 | 40 | 12B | 29 | 1A |
| Octal | 134 | 47 | 135 | 1 | 72 | 0 | 100 | 453 | 51 | 32 |
| Binary | 1011100 | 100111 | 1011101 | 1 | 111010 | 0 | 1000000 | 100101011 | 101001 | 11010 |
Color Harmonies of #5C275D
Complementary color
Monochromatic Colors of #5C275D
Black with #5C275D
Text Example
Text Example
White with #5C275D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C275D; }
p { color: rgb(92,39,93); }
H1.HeaderClassName
{
color: #5C275D;
}
.AnyTagClassName
{
color: #5C275D;
}
</style>
background-color css
<style>
a { background-color: #5C275D; }
a { background-color: rgb(92,39,93); }
div.DivClassName
{
background-color: #5C275D;
}
.BgClassName
{
background-color: #5C275D;
}
</style>
border-color css
<style>
span { border-color: #5C275D; }
span { border-color: rgb(92,39,93); }
td.TdClassName
{
border-color: #5C275D;
}
.TagClassName
{
border-color: #5C275D;
}
</style>