Shades of Palatinate Purple #5C065C
Tints of Palatinate Purple #5C065C
RGB
CMYK
RGB Variations
Color information
#5C065C (or 0x5C065C) is known color: Palatinate Purple. HEX triplet: 5C, 06 and 5C. RGB value is (92,6,92). Sum of RGB (Red+Green+Blue) = 92+6+92=190 (25% of max value = 765). Red value is 92 (36.33% from 255 or 48.42% from 190); Green value is 6 (2.73% from 255 or 3.16% from 190); Blue value is 92 (36.33% from 255 or 48.42% from 190); Max value from RGB is 92 - color contains mainly: red, blue. Hex color #5C065C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5C065C is #A3F9A3. Grayscale: #292929. Windows color (decimal): -10746276 or 6030940. OLE color: 6030940.
HSL color Cylindrical-coordinate representation of color #5C065C: hue angle of 300º degrees, saturation: 0.88, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #5C065C is Cyan = 0, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 6 | 92 | - |
| CMYK | 0 | 0.93 | 0 | 0.64 |
| HSL | 300º | 0.88% | 0.19% | - |
| HSV(B) | 300º | 0.93% | 0.36% | - |
| XYZ | 6.41 | 3.18 | 10.4 | - |
| YUV | 41.52 | 156.49 | 164.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 6 | 92 | 0 | 0.93 | 0 | 0.64 | 300 | 0.88 | 0.19 |
| Hex | 5C | 6 | 5C | 0 | 5D | 0 | 40 | 12C | 58 | 13 |
| Octal | 134 | 6 | 134 | 0 | 135 | 0 | 100 | 454 | 130 | 23 |
| Binary | 1011100 | 110 | 1011100 | 0 | 1011101 | 0 | 1000000 | 100101100 | 1011000 | 10011 |
Color Harmonies of #5C065C
Complementary color
Monochromatic Colors of #5C065C
Black with #5C065C
Text Example
Text Example
White with #5C065C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C065C; }
p { color: rgb(92,6,92); }
H1.HeaderClassName
{
color: #5C065C;
}
.AnyTagClassName
{
color: #5C065C;
}
</style>
background-color css
<style>
a { background-color: #5C065C; }
a { background-color: rgb(92,6,92); }
div.DivClassName
{
background-color: #5C065C;
}
.BgClassName
{
background-color: #5C065C;
}
</style>
border-color css
<style>
span { border-color: #5C065C; }
span { border-color: rgb(92,6,92); }
td.TdClassName
{
border-color: #5C065C;
}
.TagClassName
{
border-color: #5C065C;
}
</style>