Shades of Palatinate Purple #60105C
Tints of Palatinate Purple #60105C
RGB
CMYK
RGB Variations
Color information
#60105C (or 0x60105C) is known color: Palatinate Purple. HEX triplet: 60, 10 and 5C. RGB value is (96,16,92). Sum of RGB (Red+Green+Blue) = 96+16+92=204 (27% of max value = 765). Red value is 96 (37.89% from 255 or 47.06% from 204); Green value is 16 (6.64% from 255 or 7.84% from 204); Blue value is 92 (36.33% from 255 or 45.10% from 204); Max value from RGB is 96 - color contains mainly: red. Hex color #60105C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #60105C is #9FEFA3. Grayscale: #303030. Windows color (decimal): -10481572 or 6033504. OLE color: 6033504.
HSL color Cylindrical-coordinate representation of color #60105C: hue angle of 303º degrees, saturation: 0.71, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #60105C is Cyan = 0, Magento = 0.83, Yellow = 0.04 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 16 | 92 | - |
| CMYK | 0 | 0.83 | 0.04 | 0.62 |
| HSL | 303º | 0.71% | 0.22% | - |
| HSV(B) | 303º | 0.83% | 0.38% | - |
| XYZ | 6.94 | 3.63 | 10.46 | - |
| YUV | 48.58 | 152.5 | 161.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 16 | 92 | 0 | 0.83 | 0.04 | 0.62 | 303 | 0.71 | 0.22 |
| Hex | 60 | 10 | 5C | 0 | 53 | 4 | 3E | 12F | 47 | 16 |
| Octal | 140 | 20 | 134 | 0 | 123 | 4 | 76 | 457 | 107 | 26 |
| Binary | 1100000 | 10000 | 1011100 | 0 | 1010011 | 100 | 111110 | 100101111 | 1000111 | 10110 |
Color Harmonies of #60105C
Complementary color
Monochromatic Colors of #60105C
Black with #60105C
Text Example
Text Example
White with #60105C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60105C; }
p { color: rgb(96,16,92); }
H1.HeaderClassName
{
color: #60105C;
}
.AnyTagClassName
{
color: #60105C;
}
</style>
background-color css
<style>
a { background-color: #60105C; }
a { background-color: rgb(96,16,92); }
div.DivClassName
{
background-color: #60105C;
}
.BgClassName
{
background-color: #60105C;
}
</style>
border-color css
<style>
span { border-color: #60105C; }
span { border-color: rgb(96,16,92); }
td.TdClassName
{
border-color: #60105C;
}
.TagClassName
{
border-color: #60105C;
}
</style>