Shades of Palatinate Purple #5C2651
Tints of Palatinate Purple #5C2651
RGB
CMYK
RGB Variations
Color information
#5C2651 (or 0x5C2651) is known color: Palatinate Purple. HEX triplet: 5C, 26 and 51. RGB value is (92,38,81). Sum of RGB (Red+Green+Blue) = 92+38+81=211 (27% of max value = 765). Red value is 92 (36.33% from 255 or 43.60% from 211); Green value is 38 (15.23% from 255 or 18.01% from 211); Blue value is 81 (32.03% from 255 or 38.39% from 211); Max value from RGB is 92 - color contains mainly: red. Hex color #5C2651 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5C2651 is #A3D9AE. Grayscale: #3A3A3A. Windows color (decimal): -10738095 or 5318236. OLE color: 5318236.
HSL color Cylindrical-coordinate representation of color #5C2651: hue angle of 312.22º degrees, saturation: 0.42, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5C2651 is Cyan = 0, Magento = 0.59, Yellow = 0.12 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 38 | 81 | - |
| CMYK | 0 | 0.59 | 0.12 | 0.64 |
| HSL | 312.22º | 0.42% | 0.25% | - |
| HSV(B) | 312.22º | 0.59% | 0.36% | - |
| XYZ | 6.59 | 4.26 | 8.26 | - |
| YUV | 59.05 | 140.39 | 151.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 38 | 81 | 0 | 0.59 | 0.12 | 0.64 | 312.22 | 0.42 | 0.25 |
| Hex | 5C | 26 | 51 | 0 | 3B | C | 40 | 138 | 2A | 19 |
| Octal | 134 | 46 | 121 | 0 | 73 | 14 | 100 | 470 | 52 | 31 |
| Binary | 1011100 | 100110 | 1010001 | 0 | 111011 | 1100 | 1000000 | 100111000 | 101010 | 11001 |
Color Harmonies of #5C2651
Complementary color
Monochromatic Colors of #5C2651
Black with #5C2651
Text Example
Text Example
White with #5C2651
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C2651; }
p { color: rgb(92,38,81); }
H1.HeaderClassName
{
color: #5C2651;
}
.AnyTagClassName
{
color: #5C2651;
}
</style>
background-color css
<style>
a { background-color: #5C2651; }
a { background-color: rgb(92,38,81); }
div.DivClassName
{
background-color: #5C2651;
}
.BgClassName
{
background-color: #5C2651;
}
</style>
border-color css
<style>
span { border-color: #5C2651; }
span { border-color: rgb(92,38,81); }
td.TdClassName
{
border-color: #5C2651;
}
.TagClassName
{
border-color: #5C2651;
}
</style>