Shades of Palatinate Purple #5C235C
Tints of Palatinate Purple #5C235C
RGB
CMYK
RGB Variations
Color information
#5C235C (or 0x5C235C) is known color: Palatinate Purple. HEX triplet: 5C, 23 and 5C. RGB value is (92,35,92). Sum of RGB (Red+Green+Blue) = 92+35+92=219 (29% of max value = 765). Red value is 92 (36.33% from 255 or 42.01% from 219); Green value is 35 (14.06% from 255 or 15.98% from 219); Blue value is 92 (36.33% from 255 or 42.01% from 219); Max value from RGB is 92 - color contains mainly: red, blue. Hex color #5C235C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5C235C is #A3DCA3. Grayscale: #3A3A3A. Windows color (decimal): -10738852 or 6038364. OLE color: 6038364.
HSL color Cylindrical-coordinate representation of color #5C235C: hue angle of 300º degrees, saturation: 0.45, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5C235C is Cyan = 0, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 35 | 92 | - |
| CMYK | 0 | 0.62 | 0 | 0.64 |
| HSL | 300º | 0.45% | 0.25% | - |
| HSV(B) | 300º | 0.62% | 0.36% | - |
| XYZ | 6.95 | 4.25 | 10.58 | - |
| YUV | 58.54 | 146.88 | 151.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 35 | 92 | 0 | 0.62 | 0 | 0.64 | 300 | 0.45 | 0.25 |
| Hex | 5C | 23 | 5C | 0 | 3E | 0 | 40 | 12C | 2D | 19 |
| Octal | 134 | 43 | 134 | 0 | 76 | 0 | 100 | 454 | 55 | 31 |
| Binary | 1011100 | 100011 | 1011100 | 0 | 111110 | 0 | 1000000 | 100101100 | 101101 | 11001 |
Color Harmonies of #5C235C
Complementary color
Monochromatic Colors of #5C235C
Black with #5C235C
Text Example
Text Example
White with #5C235C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C235C; }
p { color: rgb(92,35,92); }
H1.HeaderClassName
{
color: #5C235C;
}
.AnyTagClassName
{
color: #5C235C;
}
</style>
background-color css
<style>
a { background-color: #5C235C; }
a { background-color: rgb(92,35,92); }
div.DivClassName
{
background-color: #5C235C;
}
.BgClassName
{
background-color: #5C235C;
}
</style>
border-color css
<style>
span { border-color: #5C235C; }
span { border-color: rgb(92,35,92); }
td.TdClassName
{
border-color: #5C235C;
}
.TagClassName
{
border-color: #5C235C;
}
</style>