Shades of Palatinate Purple #601C5C
Tints of Palatinate Purple #601C5C
RGB
CMYK
RGB Variations
Color information
#601C5C (or 0x601C5C) is known color: Palatinate Purple. HEX triplet: 60, 1C and 5C. RGB value is (96,28,92). Sum of RGB (Red+Green+Blue) = 96+28+92=216 (28% of max value = 765). Red value is 96 (37.89% from 255 or 44.44% from 216); Green value is 28 (11.33% from 255 or 12.96% from 216); Blue value is 92 (36.33% from 255 or 42.59% from 216); Max value from RGB is 96 - color contains mainly: red. Hex color #601C5C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #601C5C is #9FE3A3. Grayscale: #373737. Windows color (decimal): -10478500 or 6036576. OLE color: 6036576.
HSL color Cylindrical-coordinate representation of color #601C5C: hue angle of 303.53º degrees, saturation: 0.55, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #601C5C is Cyan = 0, Magento = 0.71, Yellow = 0.04 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 28 | 92 | - |
| CMYK | 0 | 0.71 | 0.04 | 0.62 |
| HSL | 303.53º | 0.55% | 0.24% | - |
| HSV(B) | 303.53º | 0.71% | 0.38% | - |
| XYZ | 7.17 | 4.09 | 10.54 | - |
| YUV | 55.63 | 148.53 | 156.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 28 | 92 | 0 | 0.71 | 0.04 | 0.62 | 303.53 | 0.55 | 0.24 |
| Hex | 60 | 1C | 5C | 0 | 47 | 4 | 3E | 130 | 37 | 18 |
| Octal | 140 | 34 | 134 | 0 | 107 | 4 | 76 | 460 | 67 | 30 |
| Binary | 1100000 | 11100 | 1011100 | 0 | 1000111 | 100 | 111110 | 100110000 | 110111 | 11000 |
Color Harmonies of #601C5C
Complementary color
Monochromatic Colors of #601C5C
Black with #601C5C
Text Example
Text Example
White with #601C5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #601C5C; }
p { color: rgb(96,28,92); }
H1.HeaderClassName
{
color: #601C5C;
}
.AnyTagClassName
{
color: #601C5C;
}
</style>
background-color css
<style>
a { background-color: #601C5C; }
a { background-color: rgb(96,28,92); }
div.DivClassName
{
background-color: #601C5C;
}
.BgClassName
{
background-color: #601C5C;
}
</style>
border-color css
<style>
span { border-color: #601C5C; }
span { border-color: rgb(96,28,92); }
td.TdClassName
{
border-color: #601C5C;
}
.TagClassName
{
border-color: #601C5C;
}
</style>