Shades of Palatinate Purple #5D155C
Tints of Palatinate Purple #5D155C
RGB
CMYK
RGB Variations
Color information
#5D155C (or 0x5D155C) is known color: Palatinate Purple. HEX triplet: 5D, 15 and 5C. RGB value is (93,21,92). Sum of RGB (Red+Green+Blue) = 93+21+92=206 (27% of max value = 765). Red value is 93 (36.72% from 255 or 45.15% from 206); Green value is 21 (8.59% from 255 or 10.19% from 206); Blue value is 92 (36.33% from 255 or 44.66% from 206); Max value from RGB is 93 - color contains mainly: red. Hex color #5D155C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5D155C is #A2EAA3. Grayscale: #323232. Windows color (decimal): -10676900 or 6034781. OLE color: 6034781.
HSL color Cylindrical-coordinate representation of color #5D155C: hue angle of 300.83º 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 #5D155C is Cyan = 0, Magento = 0.77, Yellow = 0.01 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 21 | 92 | - |
| CMYK | 0 | 0.77 | 0.01 | 0.64 |
| HSL | 300.83º | 0.63% | 0.22% | - |
| HSV(B) | 300.83º | 0.77% | 0.36% | - |
| XYZ | 6.71 | 3.64 | 10.47 | - |
| YUV | 50.62 | 151.35 | 158.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 21 | 92 | 0 | 0.77 | 0.01 | 0.64 | 300.83 | 0.63 | 0.22 |
| Hex | 5D | 15 | 5C | 0 | 4D | 1 | 40 | 12D | 3F | 16 |
| Octal | 135 | 25 | 134 | 0 | 115 | 1 | 100 | 455 | 77 | 26 |
| Binary | 1011101 | 10101 | 1011100 | 0 | 1001101 | 1 | 1000000 | 100101101 | 111111 | 10110 |
Color Harmonies of #5D155C
Complementary color
Monochromatic Colors of #5D155C
Black with #5D155C
Text Example
Text Example
White with #5D155C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D155C; }
p { color: rgb(93,21,92); }
H1.HeaderClassName
{
color: #5D155C;
}
.AnyTagClassName
{
color: #5D155C;
}
</style>
background-color css
<style>
a { background-color: #5D155C; }
a { background-color: rgb(93,21,92); }
div.DivClassName
{
background-color: #5D155C;
}
.BgClassName
{
background-color: #5D155C;
}
</style>
border-color css
<style>
span { border-color: #5D155C; }
span { border-color: rgb(93,21,92); }
td.TdClassName
{
border-color: #5D155C;
}
.TagClassName
{
border-color: #5D155C;
}
</style>