Shades of Palatinate Purple #60135D
Tints of Palatinate Purple #60135D
RGB
CMYK
RGB Variations
Color information
#60135D (or 0x60135D) is known color: Palatinate Purple. HEX triplet: 60, 13 and 5D. RGB value is (96,19,93). Sum of RGB (Red+Green+Blue) = 96+19+93=208 (27% of max value = 765). Red value is 96 (37.89% from 255 or 46.15% from 208); Green value is 19 (7.81% from 255 or 9.13% from 208); Blue value is 93 (36.72% from 255 or 44.71% from 208); Max value from RGB is 96 - color contains mainly: red. Hex color #60135D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #60135D is #9FECA2. Grayscale: #323232. Windows color (decimal): -10480803 or 6099808. OLE color: 6099808.
HSL color Cylindrical-coordinate representation of color #60135D: hue angle of 302.34º 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 #60135D is Cyan = 0, Magento = 0.80, Yellow = 0.03 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 19 | 93 | - |
| CMYK | 0 | 0.80 | 0.03 | 0.62 |
| HSL | 302.34º | 0.67% | 0.23% | - |
| HSV(B) | 302.34º | 0.8% | 0.38% | - |
| XYZ | 7.03 | 3.74 | 10.71 | - |
| YUV | 50.46 | 152.01 | 160.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 19 | 93 | 0 | 0.80 | 0.03 | 0.62 | 302.34 | 0.67 | 0.23 |
| Hex | 60 | 13 | 5D | 0 | 50 | 3 | 3E | 12E | 43 | 17 |
| Octal | 140 | 23 | 135 | 0 | 120 | 3 | 76 | 456 | 103 | 27 |
| Binary | 1100000 | 10011 | 1011101 | 0 | 1010000 | 11 | 111110 | 100101110 | 1000011 | 10111 |
Color Harmonies of #60135D
Complementary color
Monochromatic Colors of #60135D
Black with #60135D
Text Example
Text Example
White with #60135D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60135D; }
p { color: rgb(96,19,93); }
H1.HeaderClassName
{
color: #60135D;
}
.AnyTagClassName
{
color: #60135D;
}
</style>
background-color css
<style>
a { background-color: #60135D; }
a { background-color: rgb(96,19,93); }
div.DivClassName
{
background-color: #60135D;
}
.BgClassName
{
background-color: #60135D;
}
</style>
border-color css
<style>
span { border-color: #60135D; }
span { border-color: rgb(96,19,93); }
td.TdClassName
{
border-color: #60135D;
}
.TagClassName
{
border-color: #60135D;
}
</style>