Shades of Palatinate Purple #5C145C
Tints of Palatinate Purple #5C145C
RGB
CMYK
RGB Variations
Color information
#5C145C (or 0x5C145C) is known color: Palatinate Purple. HEX triplet: 5C, 14 and 5C. RGB value is (92,20,92). Sum of RGB (Red+Green+Blue) = 92+20+92=204 (27% of max value = 765). Red value is 92 (36.33% from 255 or 45.10% from 204); Green value is 20 (8.20% from 255 or 9.80% from 204); Blue value is 92 (36.33% from 255 or 45.10% from 204); Max value from RGB is 92 - color contains mainly: red, blue. Hex color #5C145C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5C145C is #A3EBA3. Grayscale: #313131. Windows color (decimal): -10742692 or 6034524. OLE color: 6034524.
HSL color Cylindrical-coordinate representation of color #5C145C: hue angle of 300º degrees, saturation: 0.64, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5C145C is Cyan = 0, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 20 | 92 | - |
| CMYK | 0 | 0.78 | 0 | 0.64 |
| HSL | 300º | 0.64% | 0.22% | - |
| HSV(B) | 300º | 0.78% | 0.36% | - |
| XYZ | 6.6 | 3.55 | 10.46 | - |
| YUV | 49.74 | 151.85 | 158.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 20 | 92 | 0 | 0.78 | 0 | 0.64 | 300 | 0.64 | 0.22 |
| Hex | 5C | 14 | 5C | 0 | 4E | 0 | 40 | 12C | 40 | 16 |
| Octal | 134 | 24 | 134 | 0 | 116 | 0 | 100 | 454 | 100 | 26 |
| Binary | 1011100 | 10100 | 1011100 | 0 | 1001110 | 0 | 1000000 | 100101100 | 1000000 | 10110 |
Color Harmonies of #5C145C
Complementary color
Monochromatic Colors of #5C145C
Black with #5C145C
Text Example
Text Example
White with #5C145C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C145C; }
p { color: rgb(92,20,92); }
H1.HeaderClassName
{
color: #5C145C;
}
.AnyTagClassName
{
color: #5C145C;
}
</style>
background-color css
<style>
a { background-color: #5C145C; }
a { background-color: rgb(92,20,92); }
div.DivClassName
{
background-color: #5C145C;
}
.BgClassName
{
background-color: #5C145C;
}
</style>
border-color css
<style>
span { border-color: #5C145C; }
span { border-color: rgb(92,20,92); }
td.TdClassName
{
border-color: #5C145C;
}
.TagClassName
{
border-color: #5C145C;
}
</style>