Shades of Palatinate Purple #603155
Tints of Palatinate Purple #603155
RGB
CMYK
RGB Variations
Color information
#603155 (or 0x603155) is known color: Palatinate Purple. HEX triplet: 60, 31 and 55. RGB value is (96,49,85). Sum of RGB (Red+Green+Blue) = 96+49+85=230 (30% of max value = 765). Red value is 96 (37.89% from 255 or 41.74% from 230); Green value is 49 (19.53% from 255 or 21.30% from 230); Blue value is 85 (33.59% from 255 or 36.96% from 230); Max value from RGB is 96 - color contains mainly: red. Hex color #603155 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #603155 is #9FCEAA. Grayscale: #434343. Windows color (decimal): -10473131 or 5583200. OLE color: 5583200.
HSL color Cylindrical-coordinate representation of color #603155: hue angle of 314.04º degrees, saturation: 0.32, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #603155 is Cyan = 0, Magento = 0.49, Yellow = 0.11 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 49 | 85 | - |
| CMYK | 0 | 0.49 | 0.11 | 0.62 |
| HSL | 314.04º | 0.32% | 0.28% | - |
| HSV(B) | 314.04º | 0.49% | 0.38% | - |
| XYZ | 7.56 | 5.34 | 9.23 | - |
| YUV | 67.16 | 138.07 | 148.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 49 | 85 | 0 | 0.49 | 0.11 | 0.62 | 314.04 | 0.32 | 0.28 |
| Hex | 60 | 31 | 55 | 0 | 31 | B | 3E | 13A | 20 | 1C |
| Octal | 140 | 61 | 125 | 0 | 61 | 13 | 76 | 472 | 40 | 34 |
| Binary | 1100000 | 110001 | 1010101 | 0 | 110001 | 1011 | 111110 | 100111010 | 100000 | 11100 |
Color Harmonies of #603155
Complementary color
Monochromatic Colors of #603155
Black with #603155
Text Example
Text Example
White with #603155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #603155; }
p { color: rgb(96,49,85); }
H1.HeaderClassName
{
color: #603155;
}
.AnyTagClassName
{
color: #603155;
}
</style>
background-color css
<style>
a { background-color: #603155; }
a { background-color: rgb(96,49,85); }
div.DivClassName
{
background-color: #603155;
}
.BgClassName
{
background-color: #603155;
}
</style>
border-color css
<style>
span { border-color: #603155; }
span { border-color: rgb(96,49,85); }
td.TdClassName
{
border-color: #603155;
}
.TagClassName
{
border-color: #603155;
}
</style>