Shades of Palatinate Purple #5C205C
Tints of Palatinate Purple #5C205C
RGB
CMYK
RGB Variations
Color information
#5C205C (or 0x5C205C) is known color: Palatinate Purple. HEX triplet: 5C, 20 and 5C. RGB value is (92,32,92). Sum of RGB (Red+Green+Blue) = 92+32+92=216 (28% of max value = 765). Red value is 92 (36.33% from 255 or 42.59% from 216); Green value is 32 (12.89% from 255 or 14.81% from 216); Blue value is 92 (36.33% from 255 or 42.59% from 216); Max value from RGB is 92 - color contains mainly: red, blue. Hex color #5C205C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5C205C is #A3DFA3. Grayscale: #383838. Windows color (decimal): -10739620 or 6037596. OLE color: 6037596.
HSL color Cylindrical-coordinate representation of color #5C205C: hue angle of 300º degrees, saturation: 0.48, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5C205C is Cyan = 0, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 32 | 92 | - |
| CMYK | 0 | 0.65 | 0 | 0.64 |
| HSL | 300º | 0.48% | 0.24% | - |
| HSV(B) | 300º | 0.65% | 0.36% | - |
| XYZ | 6.86 | 4.08 | 10.55 | - |
| YUV | 56.78 | 147.88 | 153.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 32 | 92 | 0 | 0.65 | 0 | 0.64 | 300 | 0.48 | 0.24 |
| Hex | 5C | 20 | 5C | 0 | 41 | 0 | 40 | 12C | 30 | 18 |
| Octal | 134 | 40 | 134 | 0 | 101 | 0 | 100 | 454 | 60 | 30 |
| Binary | 1011100 | 100000 | 1011100 | 0 | 1000001 | 0 | 1000000 | 100101100 | 110000 | 11000 |
Color Harmonies of #5C205C
Complementary color
Monochromatic Colors of #5C205C
Black with #5C205C
Text Example
Text Example
White with #5C205C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C205C; }
p { color: rgb(92,32,92); }
H1.HeaderClassName
{
color: #5C205C;
}
.AnyTagClassName
{
color: #5C205C;
}
</style>
background-color css
<style>
a { background-color: #5C205C; }
a { background-color: rgb(92,32,92); }
div.DivClassName
{
background-color: #5C205C;
}
.BgClassName
{
background-color: #5C205C;
}
</style>
border-color css
<style>
span { border-color: #5C205C; }
span { border-color: rgb(92,32,92); }
td.TdClassName
{
border-color: #5C205C;
}
.TagClassName
{
border-color: #5C205C;
}
</style>