Shades of Palatinate Purple #5C2F55
Tints of Palatinate Purple #5C2F55
RGB
CMYK
RGB Variations
Color information
#5C2F55 (or 0x5C2F55) is known color: Palatinate Purple. HEX triplet: 5C, 2F and 55. RGB value is (92,47,85). Sum of RGB (Red+Green+Blue) = 92+47+85=224 (29% of max value = 765). Red value is 92 (36.33% from 255 or 41.07% from 224); Green value is 47 (18.75% from 255 or 20.98% from 224); Blue value is 85 (33.59% from 255 or 37.95% from 224); Max value from RGB is 92 - color contains mainly: red. Hex color #5C2F55 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5C2F55 is #A3D0AA. Grayscale: #404040. Windows color (decimal): -10735787 or 5582684. OLE color: 5582684.
HSL color Cylindrical-coordinate representation of color #5C2F55: hue angle of 309.33º degrees, saturation: 0.32, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5C2F55 is Cyan = 0, Magento = 0.49, Yellow = 0.08 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 47 | 85 | - |
| CMYK | 0 | 0.49 | 0.08 | 0.64 |
| HSL | 309.33º | 0.32% | 0.27% | - |
| HSV(B) | 309.33º | 0.49% | 0.36% | - |
| XYZ | 7.07 | 4.96 | 9.18 | - |
| YUV | 64.79 | 139.41 | 147.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 47 | 85 | 0 | 0.49 | 0.08 | 0.64 | 309.33 | 0.32 | 0.27 |
| Hex | 5C | 2F | 55 | 0 | 31 | 8 | 40 | 135 | 20 | 1B |
| Octal | 134 | 57 | 125 | 0 | 61 | 10 | 100 | 465 | 40 | 33 |
| Binary | 1011100 | 101111 | 1010101 | 0 | 110001 | 1000 | 1000000 | 100110101 | 100000 | 11011 |
Color Harmonies of #5C2F55
Complementary color
Monochromatic Colors of #5C2F55
Black with #5C2F55
Text Example
Text Example
White with #5C2F55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C2F55; }
p { color: rgb(92,47,85); }
H1.HeaderClassName
{
color: #5C2F55;
}
.AnyTagClassName
{
color: #5C2F55;
}
</style>
background-color css
<style>
a { background-color: #5C2F55; }
a { background-color: rgb(92,47,85); }
div.DivClassName
{
background-color: #5C2F55;
}
.BgClassName
{
background-color: #5C2F55;
}
</style>
border-color css
<style>
span { border-color: #5C2F55; }
span { border-color: rgb(92,47,85); }
td.TdClassName
{
border-color: #5C2F55;
}
.TagClassName
{
border-color: #5C2F55;
}
</style>