Shades of Palatinate Purple #603C5C
Tints of Palatinate Purple #603C5C
RGB
CMYK
RGB Variations
Color information
#603C5C (or 0x603C5C) is known color: Palatinate Purple. HEX triplet: 60, 3C and 5C. RGB value is (96,60,92). Sum of RGB (Red+Green+Blue) = 96+60+92=248 (32% of max value = 765). Red value is 96 (37.89% from 255 or 38.71% from 248); Green value is 60 (23.83% from 255 or 24.19% from 248); Blue value is 92 (36.33% from 255 or 37.10% from 248); Max value from RGB is 96 - color contains mainly: red. Hex color #603C5C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #603C5C is #9FC3A3. Grayscale: #4A4A4A. Windows color (decimal): -10470308 or 6044768. OLE color: 6044768.
HSL color Cylindrical-coordinate representation of color #603C5C: hue angle of 306.67º degrees, saturation: 0.23, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #603C5C is Cyan = 0, Magento = 0.38, Yellow = 0.04 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 60 | 92 | - |
| CMYK | 0 | 0.38 | 0.04 | 0.62 |
| HSL | 306.67º | 0.23% | 0.31% | - |
| HSV(B) | 306.67º | 0.38% | 0.38% | - |
| XYZ | 8.37 | 6.49 | 10.94 | - |
| YUV | 74.41 | 137.93 | 143.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 60 | 92 | 0 | 0.38 | 0.04 | 0.62 | 306.67 | 0.23 | 0.31 |
| Hex | 60 | 3C | 5C | 0 | 26 | 4 | 3E | 133 | 17 | 1F |
| Octal | 140 | 74 | 134 | 0 | 46 | 4 | 76 | 463 | 27 | 37 |
| Binary | 1100000 | 111100 | 1011100 | 0 | 100110 | 100 | 111110 | 100110011 | 10111 | 11111 |
Color Harmonies of #603C5C
Complementary color
Monochromatic Colors of #603C5C
Black with #603C5C
Text Example
Text Example
White with #603C5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #603C5C; }
p { color: rgb(96,60,92); }
H1.HeaderClassName
{
color: #603C5C;
}
.AnyTagClassName
{
color: #603C5C;
}
</style>
background-color css
<style>
a { background-color: #603C5C; }
a { background-color: rgb(96,60,92); }
div.DivClassName
{
background-color: #603C5C;
}
.BgClassName
{
background-color: #603C5C;
}
</style>
border-color css
<style>
span { border-color: #603C5C; }
span { border-color: rgb(96,60,92); }
td.TdClassName
{
border-color: #603C5C;
}
.TagClassName
{
border-color: #603C5C;
}
</style>