Shades of Palatinate Purple #5C3257
Tints of Palatinate Purple #5C3257
RGB
CMYK
RGB Variations
Color information
#5C3257 (or 0x5C3257) is known color: Palatinate Purple. HEX triplet: 5C, 32 and 57. RGB value is (92,50,87). Sum of RGB (Red+Green+Blue) = 92+50+87=229 (30% of max value = 765). Red value is 92 (36.33% from 255 or 40.17% from 229); Green value is 50 (19.92% from 255 or 21.83% from 229); Blue value is 87 (34.38% from 255 or 37.99% from 229); Max value from RGB is 92 - color contains mainly: red. Hex color #5C3257 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5C3257 is #A3CDA8. Grayscale: #424242. Windows color (decimal): -10735017 or 5714524. OLE color: 5714524.
HSL color Cylindrical-coordinate representation of color #5C3257: hue angle of 307.14º degrees, saturation: 0.3, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5C3257 is Cyan = 0, Magento = 0.46, Yellow = 0.05 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 50 | 87 | - |
| CMYK | 0 | 0.46 | 0.05 | 0.64 |
| HSL | 307.14º | 0.3% | 0.28% | - |
| HSV(B) | 307.14º | 0.46% | 0.36% | - |
| XYZ | 7.27 | 5.24 | 9.65 | - |
| YUV | 66.78 | 139.41 | 145.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 50 | 87 | 0 | 0.46 | 0.05 | 0.64 | 307.14 | 0.3 | 0.28 |
| Hex | 5C | 32 | 57 | 0 | 2E | 5 | 40 | 133 | 1E | 1C |
| Octal | 134 | 62 | 127 | 0 | 56 | 5 | 100 | 463 | 36 | 34 |
| Binary | 1011100 | 110010 | 1010111 | 0 | 101110 | 101 | 1000000 | 100110011 | 11110 | 11100 |
Color Harmonies of #5C3257
Complementary color
Monochromatic Colors of #5C3257
Black with #5C3257
Text Example
Text Example
White with #5C3257
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C3257; }
p { color: rgb(92,50,87); }
H1.HeaderClassName
{
color: #5C3257;
}
.AnyTagClassName
{
color: #5C3257;
}
</style>
background-color css
<style>
a { background-color: #5C3257; }
a { background-color: rgb(92,50,87); }
div.DivClassName
{
background-color: #5C3257;
}
.BgClassName
{
background-color: #5C3257;
}
</style>
border-color css
<style>
span { border-color: #5C3257; }
span { border-color: rgb(92,50,87); }
td.TdClassName
{
border-color: #5C3257;
}
.TagClassName
{
border-color: #5C3257;
}
</style>