Shades of Palatinate Purple #5C155D
Tints of Palatinate Purple #5C155D
RGB
CMYK
RGB Variations
Color information
#5C155D (or 0x5C155D) is known color: Palatinate Purple. HEX triplet: 5C, 15 and 5D. RGB value is (92,21,93). Sum of RGB (Red+Green+Blue) = 92+21+93=206 (27% of max value = 765). Red value is 92 (36.33% from 255 or 44.66% from 206); Green value is 21 (8.59% from 255 or 10.19% from 206); Blue value is 93 (36.72% from 255 or 45.15% from 206); Max value from RGB is 93 - color contains mainly: blue. Hex color #5C155D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5C155D is #A3EAA2. Grayscale: #323232. Windows color (decimal): -10742435 or 6100316. OLE color: 6100316.
HSL color Cylindrical-coordinate representation of color #5C155D: hue angle of 299.17º degrees, saturation: 0.63, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5C155D is Cyan = 0.01, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 21 | 93 | - |
| CMYK | 0.01 | 0.77 | 0 | 0.64 |
| HSL | 299.17º | 0.63% | 0.22% | - |
| HSV(B) | 299.17º | 0.77% | 0.36% | - |
| XYZ | 6.66 | 3.6 | 10.7 | - |
| YUV | 50.44 | 152.02 | 157.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 21 | 93 | 0.01 | 0.77 | 0 | 0.64 | 299.17 | 0.63 | 0.22 |
| Hex | 5C | 15 | 5D | 1 | 4D | 0 | 40 | 12B | 3F | 16 |
| Octal | 134 | 25 | 135 | 1 | 115 | 0 | 100 | 453 | 77 | 26 |
| Binary | 1011100 | 10101 | 1011101 | 1 | 1001101 | 0 | 1000000 | 100101011 | 111111 | 10110 |
Color Harmonies of #5C155D
Complementary color
Monochromatic Colors of #5C155D
Black with #5C155D
Text Example
Text Example
White with #5C155D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C155D; }
p { color: rgb(92,21,93); }
H1.HeaderClassName
{
color: #5C155D;
}
.AnyTagClassName
{
color: #5C155D;
}
</style>
background-color css
<style>
a { background-color: #5C155D; }
a { background-color: rgb(92,21,93); }
div.DivClassName
{
background-color: #5C155D;
}
.BgClassName
{
background-color: #5C155D;
}
</style>
border-color css
<style>
span { border-color: #5C155D; }
span { border-color: rgb(92,21,93); }
td.TdClassName
{
border-color: #5C155D;
}
.TagClassName
{
border-color: #5C155D;
}
</style>