Shades of Palatinate Purple #60135C
Tints of Palatinate Purple #60135C
RGB
CMYK
RGB Variations
Color information
#60135C (or 0x60135C) is known color: Palatinate Purple. HEX triplet: 60, 13 and 5C. RGB value is (96,19,92). Sum of RGB (Red+Green+Blue) = 96+19+92=207 (27% of max value = 765). Red value is 96 (37.89% from 255 or 46.38% from 207); Green value is 19 (7.81% from 255 or 9.18% from 207); Blue value is 92 (36.33% from 255 or 44.44% from 207); Max value from RGB is 96 - color contains mainly: red. Hex color #60135C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #60135C is #9FECA3. Grayscale: #323232. Windows color (decimal): -10480804 or 6034272. OLE color: 6034272.
HSL color Cylindrical-coordinate representation of color #60135C: hue angle of 303.12º degrees, saturation: 0.67, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #60135C is Cyan = 0, Magento = 0.80, Yellow = 0.04 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 19 | 92 | - |
| CMYK | 0 | 0.80 | 0.04 | 0.62 |
| HSL | 303.12º | 0.67% | 0.23% | - |
| HSV(B) | 303.12º | 0.8% | 0.38% | - |
| XYZ | 6.99 | 3.73 | 10.48 | - |
| YUV | 50.35 | 151.51 | 160.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 19 | 92 | 0 | 0.80 | 0.04 | 0.62 | 303.12 | 0.67 | 0.23 |
| Hex | 60 | 13 | 5C | 0 | 50 | 4 | 3E | 12F | 43 | 17 |
| Octal | 140 | 23 | 134 | 0 | 120 | 4 | 76 | 457 | 103 | 27 |
| Binary | 1100000 | 10011 | 1011100 | 0 | 1010000 | 100 | 111110 | 100101111 | 1000011 | 10111 |
Color Harmonies of #60135C
Complementary color
Monochromatic Colors of #60135C
Black with #60135C
Text Example
Text Example
White with #60135C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60135C; }
p { color: rgb(96,19,92); }
H1.HeaderClassName
{
color: #60135C;
}
.AnyTagClassName
{
color: #60135C;
}
</style>
background-color css
<style>
a { background-color: #60135C; }
a { background-color: rgb(96,19,92); }
div.DivClassName
{
background-color: #60135C;
}
.BgClassName
{
background-color: #60135C;
}
</style>
border-color css
<style>
span { border-color: #60135C; }
span { border-color: rgb(96,19,92); }
td.TdClassName
{
border-color: #60135C;
}
.TagClassName
{
border-color: #60135C;
}
</style>