Shades of Palatinate Purple #5C355C
Tints of Palatinate Purple #5C355C
RGB
CMYK
RGB Variations
Color information
#5C355C (or 0x5C355C) is known color: Palatinate Purple. HEX triplet: 5C, 35 and 5C. RGB value is (92,53,92). Sum of RGB (Red+Green+Blue) = 92+53+92=237 (31% of max value = 765). Red value is 92 (36.33% from 255 or 38.82% from 237); Green value is 53 (21.09% from 255 or 22.36% from 237); Blue value is 92 (36.33% from 255 or 38.82% from 237); Max value from RGB is 92 - color contains mainly: red, blue. Hex color #5C355C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5C355C is #A3CAA3. Grayscale: #444444. Windows color (decimal): -10734244 or 6042972. OLE color: 6042972.
HSL color Cylindrical-coordinate representation of color #5C355C: hue angle of 300º degrees, saturation: 0.27, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #5C355C is Cyan = 0, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 53 | 92 | - |
| CMYK | 0 | 0.42 | 0 | 0.64 |
| HSL | 300º | 0.27% | 0.28% | - |
| HSV(B) | 300º | 0.42% | 0.36% | - |
| XYZ | 7.62 | 5.59 | 10.8 | - |
| YUV | 69.11 | 140.92 | 144.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 53 | 92 | 0 | 0.42 | 0 | 0.64 | 300 | 0.27 | 0.28 |
| Hex | 5C | 35 | 5C | 0 | 2A | 0 | 40 | 12C | 1B | 1C |
| Octal | 134 | 65 | 134 | 0 | 52 | 0 | 100 | 454 | 33 | 34 |
| Binary | 1011100 | 110101 | 1011100 | 0 | 101010 | 0 | 1000000 | 100101100 | 11011 | 11100 |
Color Harmonies of #5C355C
Complementary color
Monochromatic Colors of #5C355C
Black with #5C355C
Text Example
Text Example
White with #5C355C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C355C; }
p { color: rgb(92,53,92); }
H1.HeaderClassName
{
color: #5C355C;
}
.AnyTagClassName
{
color: #5C355C;
}
</style>
background-color css
<style>
a { background-color: #5C355C; }
a { background-color: rgb(92,53,92); }
div.DivClassName
{
background-color: #5C355C;
}
.BgClassName
{
background-color: #5C355C;
}
</style>
border-color css
<style>
span { border-color: #5C355C; }
span { border-color: rgb(92,53,92); }
td.TdClassName
{
border-color: #5C355C;
}
.TagClassName
{
border-color: #5C355C;
}
</style>