Shades of Palatinate Purple #5C0655
Tints of Palatinate Purple #5C0655
RGB
CMYK
RGB Variations
Color information
#5C0655 (or 0x5C0655) is known color: Palatinate Purple. HEX triplet: 5C, 06 and 55. RGB value is (92,6,85). Sum of RGB (Red+Green+Blue) = 92+6+85=183 (24% of max value = 765). Red value is 92 (36.33% from 255 or 50.27% from 183); Green value is 6 (2.73% from 255 or 3.28% from 183); Blue value is 85 (33.59% from 255 or 46.45% from 183); Max value from RGB is 92 - color contains mainly: red. Hex color #5C0655 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5C0655 is #A3F9AA. Grayscale: #282828. Windows color (decimal): -10746283 or 5572188. OLE color: 5572188.
HSL color Cylindrical-coordinate representation of color #5C0655: hue angle of 304.88º 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 #5C0655 is Cyan = 0, Magento = 0.93, Yellow = 0.08 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 6 | 85 | - |
| CMYK | 0 | 0.93 | 0.08 | 0.64 |
| HSL | 304.88º | 0.88% | 0.19% | - |
| HSV(B) | 304.88º | 0.93% | 0.36% | - |
| XYZ | 6.12 | 3.06 | 8.86 | - |
| YUV | 40.72 | 152.99 | 164.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 6 | 85 | 0 | 0.93 | 0.08 | 0.64 | 304.88 | 0.88 | 0.19 |
| Hex | 5C | 6 | 55 | 0 | 5D | 8 | 40 | 131 | 58 | 13 |
| Octal | 134 | 6 | 125 | 0 | 135 | 10 | 100 | 461 | 130 | 23 |
| Binary | 1011100 | 110 | 1010101 | 0 | 1011101 | 1000 | 1000000 | 100110001 | 1011000 | 10011 |
Color Harmonies of #5C0655
Complementary color
Monochromatic Colors of #5C0655
Black with #5C0655
Text Example
Text Example
White with #5C0655
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C0655; }
p { color: rgb(92,6,85); }
H1.HeaderClassName
{
color: #5C0655;
}
.AnyTagClassName
{
color: #5C0655;
}
</style>
background-color css
<style>
a { background-color: #5C0655; }
a { background-color: rgb(92,6,85); }
div.DivClassName
{
background-color: #5C0655;
}
.BgClassName
{
background-color: #5C0655;
}
</style>
border-color css
<style>
span { border-color: #5C0655; }
span { border-color: rgb(92,6,85); }
td.TdClassName
{
border-color: #5C0655;
}
.TagClassName
{
border-color: #5C0655;
}
</style>