Shades of Palatinate Purple #60175C
Tints of Palatinate Purple #60175C
RGB
CMYK
RGB Variations
Color information
#60175C (or 0x60175C) is known color: Palatinate Purple. HEX triplet: 60, 17 and 5C. RGB value is (96,23,92). Sum of RGB (Red+Green+Blue) = 96+23+92=211 (27% of max value = 765). Red value is 96 (37.89% from 255 or 45.50% from 211); Green value is 23 (9.38% from 255 or 10.90% from 211); Blue value is 92 (36.33% from 255 or 43.60% from 211); Max value from RGB is 96 - color contains mainly: red. Hex color #60175C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #60175C is #9FE8A3. Grayscale: #343434. Windows color (decimal): -10479780 or 6035296. OLE color: 6035296.
HSL color Cylindrical-coordinate representation of color #60175C: hue angle of 303.29º degrees, saturation: 0.61, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #60175C is Cyan = 0, Magento = 0.76, Yellow = 0.04 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 23 | 92 | - |
| CMYK | 0 | 0.76 | 0.04 | 0.62 |
| HSL | 303.29º | 0.61% | 0.23% | - |
| HSV(B) | 303.29º | 0.76% | 0.38% | - |
| XYZ | 7.06 | 3.87 | 10.5 | - |
| YUV | 52.69 | 150.18 | 158.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 23 | 92 | 0 | 0.76 | 0.04 | 0.62 | 303.29 | 0.61 | 0.23 |
| Hex | 60 | 17 | 5C | 0 | 4C | 4 | 3E | 12F | 3D | 17 |
| Octal | 140 | 27 | 134 | 0 | 114 | 4 | 76 | 457 | 75 | 27 |
| Binary | 1100000 | 10111 | 1011100 | 0 | 1001100 | 100 | 111110 | 100101111 | 111101 | 10111 |
Color Harmonies of #60175C
Complementary color
Monochromatic Colors of #60175C
Black with #60175C
Text Example
Text Example
White with #60175C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60175C; }
p { color: rgb(96,23,92); }
H1.HeaderClassName
{
color: #60175C;
}
.AnyTagClassName
{
color: #60175C;
}
</style>
background-color css
<style>
a { background-color: #60175C; }
a { background-color: rgb(96,23,92); }
div.DivClassName
{
background-color: #60175C;
}
.BgClassName
{
background-color: #60175C;
}
</style>
border-color css
<style>
span { border-color: #60175C; }
span { border-color: rgb(96,23,92); }
td.TdClassName
{
border-color: #60175C;
}
.TagClassName
{
border-color: #60175C;
}
</style>