Shades of Palatinate Purple #60035C
Tints of Palatinate Purple #60035C
RGB
CMYK
RGB Variations
Color information
#60035C (or 0x60035C) is known color: Palatinate Purple. HEX triplet: 60, 03 and 5C. RGB value is (96,3,92). Sum of RGB (Red+Green+Blue) = 96+3+92=191 (25% of max value = 765). Red value is 96 (37.89% from 255 or 50.26% from 191); Green value is 3 (1.56% from 255 or 1.57% from 191); Blue value is 92 (36.33% from 255 or 48.17% from 191); Max value from RGB is 96 - color contains mainly: red. Hex color #60035C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #60035C is #9FFCA3. Grayscale: #282828. Windows color (decimal): -10484900 or 6030176. OLE color: 6030176.
HSL color Cylindrical-coordinate representation of color #60035C: hue angle of 302.58º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #60035C is Cyan = 0, Magento = 0.97, Yellow = 0.04 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 3 | 92 | - |
| CMYK | 0 | 0.97 | 0.04 | 0.62 |
| HSL | 302.58º | 0.94% | 0.19% | - |
| HSV(B) | 302.58º | 0.97% | 0.38% | - |
| XYZ | 6.79 | 3.32 | 10.41 | - |
| YUV | 40.95 | 156.81 | 167.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 3 | 92 | 0 | 0.97 | 0.04 | 0.62 | 302.58 | 0.94 | 0.19 |
| Hex | 60 | 3 | 5C | 0 | 61 | 4 | 3E | 12F | 5E | 13 |
| Octal | 140 | 3 | 134 | 0 | 141 | 4 | 76 | 457 | 136 | 23 |
| Binary | 1100000 | 11 | 1011100 | 0 | 1100001 | 100 | 111110 | 100101111 | 1011110 | 10011 |
Color Harmonies of #60035C
Complementary color
Monochromatic Colors of #60035C
Black with #60035C
Text Example
Text Example
White with #60035C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60035C; }
p { color: rgb(96,3,92); }
H1.HeaderClassName
{
color: #60035C;
}
.AnyTagClassName
{
color: #60035C;
}
</style>
background-color css
<style>
a { background-color: #60035C; }
a { background-color: rgb(96,3,92); }
div.DivClassName
{
background-color: #60035C;
}
.BgClassName
{
background-color: #60035C;
}
</style>
border-color css
<style>
span { border-color: #60035C; }
span { border-color: rgb(96,3,92); }
td.TdClassName
{
border-color: #60035C;
}
.TagClassName
{
border-color: #60035C;
}
</style>