Shades of Palatinate Purple #60125D
Tints of Palatinate Purple #60125D
RGB
CMYK
RGB Variations
Color information
#60125D (or 0x60125D) is known color: Palatinate Purple. HEX triplet: 60, 12 and 5D. RGB value is (96,18,93). Sum of RGB (Red+Green+Blue) = 96+18+93=207 (27% of max value = 765). Red value is 96 (37.89% from 255 or 46.38% from 207); Green value is 18 (7.42% from 255 or 8.70% from 207); Blue value is 93 (36.72% from 255 or 44.93% from 207); Max value from RGB is 96 - color contains mainly: red. Hex color #60125D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #60125D is #9FEDA2. Grayscale: #313131. Windows color (decimal): -10481059 or 6099552. OLE color: 6099552.
HSL color Cylindrical-coordinate representation of color #60125D: hue angle of 302.31º degrees, saturation: 0.68, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #60125D is Cyan = 0, Magento = 0.81, Yellow = 0.03 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 18 | 93 | - |
| CMYK | 0 | 0.81 | 0.03 | 0.62 |
| HSL | 302.31º | 0.68% | 0.22% | - |
| HSV(B) | 302.31º | 0.81% | 0.38% | - |
| XYZ | 7.02 | 3.71 | 10.7 | - |
| YUV | 49.87 | 152.34 | 160.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 18 | 93 | 0 | 0.81 | 0.03 | 0.62 | 302.31 | 0.68 | 0.22 |
| Hex | 60 | 12 | 5D | 0 | 51 | 3 | 3E | 12E | 44 | 16 |
| Octal | 140 | 22 | 135 | 0 | 121 | 3 | 76 | 456 | 104 | 26 |
| Binary | 1100000 | 10010 | 1011101 | 0 | 1010001 | 11 | 111110 | 100101110 | 1000100 | 10110 |
Color Harmonies of #60125D
Complementary color
Monochromatic Colors of #60125D
Black with #60125D
Text Example
Text Example
White with #60125D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60125D; }
p { color: rgb(96,18,93); }
H1.HeaderClassName
{
color: #60125D;
}
.AnyTagClassName
{
color: #60125D;
}
</style>
background-color css
<style>
a { background-color: #60125D; }
a { background-color: rgb(96,18,93); }
div.DivClassName
{
background-color: #60125D;
}
.BgClassName
{
background-color: #60125D;
}
</style>
border-color css
<style>
span { border-color: #60125D; }
span { border-color: rgb(96,18,93); }
td.TdClassName
{
border-color: #60125D;
}
.TagClassName
{
border-color: #60125D;
}
</style>