Shades of Palatinate Purple #60375C
Tints of Palatinate Purple #60375C
RGB
CMYK
RGB Variations
Color information
#60375C (or 0x60375C) is known color: Palatinate Purple. HEX triplet: 60, 37 and 5C. RGB value is (96,55,92). Sum of RGB (Red+Green+Blue) = 96+55+92=243 (32% of max value = 765). Red value is 96 (37.89% from 255 or 39.51% from 243); Green value is 55 (21.88% from 255 or 22.63% from 243); Blue value is 92 (36.33% from 255 or 37.86% from 243); Max value from RGB is 96 - color contains mainly: red. Hex color #60375C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #60375C is #9FC8A3. Grayscale: #474747. Windows color (decimal): -10471588 or 6043488. OLE color: 6043488.
HSL color Cylindrical-coordinate representation of color #60375C: hue angle of 305.85º degrees, saturation: 0.27, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #60375C is Cyan = 0, Magento = 0.43, Yellow = 0.04 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 55 | 92 | - |
| CMYK | 0 | 0.43 | 0.04 | 0.62 |
| HSL | 305.85º | 0.27% | 0.3% | - |
| HSV(B) | 305.85º | 0.43% | 0.38% | - |
| XYZ | 8.12 | 5.99 | 10.85 | - |
| YUV | 71.48 | 139.58 | 145.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 55 | 92 | 0 | 0.43 | 0.04 | 0.62 | 305.85 | 0.27 | 0.3 |
| Hex | 60 | 37 | 5C | 0 | 2B | 4 | 3E | 132 | 1B | 1E |
| Octal | 140 | 67 | 134 | 0 | 53 | 4 | 76 | 462 | 33 | 36 |
| Binary | 1100000 | 110111 | 1011100 | 0 | 101011 | 100 | 111110 | 100110010 | 11011 | 11110 |
Color Harmonies of #60375C
Complementary color
Monochromatic Colors of #60375C
Black with #60375C
Text Example
Text Example
White with #60375C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60375C; }
p { color: rgb(96,55,92); }
H1.HeaderClassName
{
color: #60375C;
}
.AnyTagClassName
{
color: #60375C;
}
</style>
background-color css
<style>
a { background-color: #60375C; }
a { background-color: rgb(96,55,92); }
div.DivClassName
{
background-color: #60375C;
}
.BgClassName
{
background-color: #60375C;
}
</style>
border-color css
<style>
span { border-color: #60375C; }
span { border-color: rgb(96,55,92); }
td.TdClassName
{
border-color: #60375C;
}
.TagClassName
{
border-color: #60375C;
}
</style>