Shades of Palatinate Purple #5C1653
Tints of Palatinate Purple #5C1653
RGB
CMYK
RGB Variations
Color information
#5C1653 (or 0x5C1653) is known color: Palatinate Purple. HEX triplet: 5C, 16 and 53. RGB value is (92,22,83). Sum of RGB (Red+Green+Blue) = 92+22+83=197 (26% of max value = 765). Red value is 92 (36.33% from 255 or 46.70% from 197); Green value is 22 (8.98% from 255 or 11.17% from 197); Blue value is 83 (32.81% from 255 or 42.13% from 197); Max value from RGB is 92 - color contains mainly: red. Hex color #5C1653 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5C1653 is #A3E9AC. Grayscale: #313131. Windows color (decimal): -10742189 or 5445212. OLE color: 5445212.
HSL color Cylindrical-coordinate representation of color #5C1653: hue angle of 307.71º degrees, saturation: 0.61, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5C1653 is Cyan = 0, Magento = 0.76, Yellow = 0.10 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 22 | 83 | - |
| CMYK | 0 | 0.76 | 0.10 | 0.64 |
| HSL | 307.71º | 0.61% | 0.22% | - |
| HSV(B) | 307.71º | 0.76% | 0.36% | - |
| XYZ | 6.26 | 3.47 | 8.52 | - |
| YUV | 49.88 | 146.69 | 158.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 22 | 83 | 0 | 0.76 | 0.10 | 0.64 | 307.71 | 0.61 | 0.22 |
| Hex | 5C | 16 | 53 | 0 | 4C | A | 40 | 134 | 3D | 16 |
| Octal | 134 | 26 | 123 | 0 | 114 | 12 | 100 | 464 | 75 | 26 |
| Binary | 1011100 | 10110 | 1010011 | 0 | 1001100 | 1010 | 1000000 | 100110100 | 111101 | 10110 |
Color Harmonies of #5C1653
Complementary color
Monochromatic Colors of #5C1653
Black with #5C1653
Text Example
Text Example
White with #5C1653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C1653; }
p { color: rgb(92,22,83); }
H1.HeaderClassName
{
color: #5C1653;
}
.AnyTagClassName
{
color: #5C1653;
}
</style>
background-color css
<style>
a { background-color: #5C1653; }
a { background-color: rgb(92,22,83); }
div.DivClassName
{
background-color: #5C1653;
}
.BgClassName
{
background-color: #5C1653;
}
</style>
border-color css
<style>
span { border-color: #5C1653; }
span { border-color: rgb(92,22,83); }
td.TdClassName
{
border-color: #5C1653;
}
.TagClassName
{
border-color: #5C1653;
}
</style>