Shades of Palatinate Purple #5C125C
Tints of Palatinate Purple #5C125C
RGB
CMYK
RGB Variations
Color information
#5C125C (or 0x5C125C) is known color: Palatinate Purple. HEX triplet: 5C, 12 and 5C. RGB value is (92,18,92). Sum of RGB (Red+Green+Blue) = 92+18+92=202 (26% of max value = 765). Red value is 92 (36.33% from 255 or 45.54% from 202); Green value is 18 (7.42% from 255 or 8.91% from 202); Blue value is 92 (36.33% from 255 or 45.54% from 202); Max value from RGB is 92 - color contains mainly: red, blue. Hex color #5C125C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5C125C is #A3EDA3. Grayscale: #303030. Windows color (decimal): -10743204 or 6034012. OLE color: 6034012.
HSL color Cylindrical-coordinate representation of color #5C125C: hue angle of 300º degrees, saturation: 0.67, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5C125C is Cyan = 0, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 18 | 92 | - |
| CMYK | 0 | 0.80 | 0 | 0.64 |
| HSL | 300º | 0.67% | 0.22% | - |
| HSV(B) | 300º | 0.8% | 0.36% | - |
| XYZ | 6.56 | 3.48 | 10.45 | - |
| YUV | 48.56 | 152.52 | 158.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 18 | 92 | 0 | 0.80 | 0 | 0.64 | 300 | 0.67 | 0.22 |
| Hex | 5C | 12 | 5C | 0 | 50 | 0 | 40 | 12C | 43 | 16 |
| Octal | 134 | 22 | 134 | 0 | 120 | 0 | 100 | 454 | 103 | 26 |
| Binary | 1011100 | 10010 | 1011100 | 0 | 1010000 | 0 | 1000000 | 100101100 | 1000011 | 10110 |
Color Harmonies of #5C125C
Complementary color
Monochromatic Colors of #5C125C
Black with #5C125C
Text Example
Text Example
White with #5C125C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C125C; }
p { color: rgb(92,18,92); }
H1.HeaderClassName
{
color: #5C125C;
}
.AnyTagClassName
{
color: #5C125C;
}
</style>
background-color css
<style>
a { background-color: #5C125C; }
a { background-color: rgb(92,18,92); }
div.DivClassName
{
background-color: #5C125C;
}
.BgClassName
{
background-color: #5C125C;
}
</style>
border-color css
<style>
span { border-color: #5C125C; }
span { border-color: rgb(92,18,92); }
td.TdClassName
{
border-color: #5C125C;
}
.TagClassName
{
border-color: #5C125C;
}
</style>