Shades of Palatinate Purple #5C115C
Tints of Palatinate Purple #5C115C
RGB
CMYK
RGB Variations
Color information
#5C115C (or 0x5C115C) is known color: Palatinate Purple. HEX triplet: 5C, 11 and 5C. RGB value is (92,17,92). Sum of RGB (Red+Green+Blue) = 92+17+92=201 (26% of max value = 765). Red value is 92 (36.33% from 255 or 45.77% from 201); Green value is 17 (7.03% from 255 or 8.46% from 201); Blue value is 92 (36.33% from 255 or 45.77% from 201); Max value from RGB is 92 - color contains mainly: red, blue. Hex color #5C115C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5C115C is #A3EEA3. Grayscale: #2F2F2F. Windows color (decimal): -10743460 or 6033756. OLE color: 6033756.
HSL color Cylindrical-coordinate representation of color #5C115C: hue angle of 300º degrees, saturation: 0.69, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5C115C is Cyan = 0, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 17 | 92 | - |
| CMYK | 0 | 0.82 | 0 | 0.64 |
| HSL | 300º | 0.69% | 0.21% | - |
| HSV(B) | 300º | 0.82% | 0.36% | - |
| XYZ | 6.55 | 3.45 | 10.45 | - |
| YUV | 47.98 | 152.85 | 159.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 17 | 92 | 0 | 0.82 | 0 | 0.64 | 300 | 0.69 | 0.21 |
| Hex | 5C | 11 | 5C | 0 | 52 | 0 | 40 | 12C | 45 | 15 |
| Octal | 134 | 21 | 134 | 0 | 122 | 0 | 100 | 454 | 105 | 25 |
| Binary | 1011100 | 10001 | 1011100 | 0 | 1010010 | 0 | 1000000 | 100101100 | 1000101 | 10101 |
Color Harmonies of #5C115C
Complementary color
Monochromatic Colors of #5C115C
Black with #5C115C
Text Example
Text Example
White with #5C115C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C115C; }
p { color: rgb(92,17,92); }
H1.HeaderClassName
{
color: #5C115C;
}
.AnyTagClassName
{
color: #5C115C;
}
</style>
background-color css
<style>
a { background-color: #5C115C; }
a { background-color: rgb(92,17,92); }
div.DivClassName
{
background-color: #5C115C;
}
.BgClassName
{
background-color: #5C115C;
}
</style>
border-color css
<style>
span { border-color: #5C115C; }
span { border-color: rgb(92,17,92); }
td.TdClassName
{
border-color: #5C115C;
}
.TagClassName
{
border-color: #5C115C;
}
</style>