Shades of Palatinate Purple #601655
Tints of Palatinate Purple #601655
RGB
CMYK
RGB Variations
Color information
#601655 (or 0x601655) is known color: Palatinate Purple. HEX triplet: 60, 16 and 55. RGB value is (96,22,85). Sum of RGB (Red+Green+Blue) = 96+22+85=203 (26% of max value = 765). Red value is 96 (37.89% from 255 or 47.29% from 203); Green value is 22 (8.98% from 255 or 10.84% from 203); Blue value is 85 (33.59% from 255 or 41.87% from 203); Max value from RGB is 96 - color contains mainly: red. Hex color #601655 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #601655 is #9FE9AA. Grayscale: #333333. Windows color (decimal): -10480043 or 5576288. OLE color: 5576288.
HSL color Cylindrical-coordinate representation of color #601655: hue angle of 308.92º degrees, saturation: 0.63, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #601655 is Cyan = 0, Magento = 0.77, Yellow = 0.11 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 22 | 85 | - |
| CMYK | 0 | 0.77 | 0.11 | 0.62 |
| HSL | 308.92º | 0.63% | 0.23% | - |
| HSV(B) | 308.92º | 0.77% | 0.38% | - |
| XYZ | 6.75 | 3.72 | 8.96 | - |
| YUV | 51.31 | 147.02 | 159.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 22 | 85 | 0 | 0.77 | 0.11 | 0.62 | 308.92 | 0.63 | 0.23 |
| Hex | 60 | 16 | 55 | 0 | 4D | B | 3E | 135 | 3F | 17 |
| Octal | 140 | 26 | 125 | 0 | 115 | 13 | 76 | 465 | 77 | 27 |
| Binary | 1100000 | 10110 | 1010101 | 0 | 1001101 | 1011 | 111110 | 100110101 | 111111 | 10111 |
Color Harmonies of #601655
Complementary color
Monochromatic Colors of #601655
Black with #601655
Text Example
Text Example
White with #601655
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #601655; }
p { color: rgb(96,22,85); }
H1.HeaderClassName
{
color: #601655;
}
.AnyTagClassName
{
color: #601655;
}
</style>
background-color css
<style>
a { background-color: #601655; }
a { background-color: rgb(96,22,85); }
div.DivClassName
{
background-color: #601655;
}
.BgClassName
{
background-color: #601655;
}
</style>
border-color css
<style>
span { border-color: #601655; }
span { border-color: rgb(96,22,85); }
td.TdClassName
{
border-color: #601655;
}
.TagClassName
{
border-color: #601655;
}
</style>