Shades of Palatinate Purple #61375C
Tints of Palatinate Purple #61375C
RGB
CMYK
RGB Variations
Color information
#61375C (or 0x61375C) is known color: Palatinate Purple. HEX triplet: 61, 37 and 5C. RGB value is (97,55,92). Sum of RGB (Red+Green+Blue) = 97+55+92=244 (32% of max value = 765). Red value is 97 (38.28% from 255 or 39.75% from 244); Green value is 55 (21.88% from 255 or 22.54% from 244); Blue value is 92 (36.33% from 255 or 37.70% from 244); Max value from RGB is 97 - color contains mainly: red. Hex color #61375C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #61375C is #9EC8A3. Grayscale: #474747. Windows color (decimal): -10406052 or 6043489. OLE color: 6043489.
HSL color Cylindrical-coordinate representation of color #61375C: hue angle of 307.14º degrees, saturation: 0.28, 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 #61375C is Cyan = 0, Magento = 0.43, Yellow = 0.05 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 55 | 92 | - |
| CMYK | 0 | 0.43 | 0.05 | 0.62 |
| HSL | 307.14º | 0.28% | 0.3% | - |
| HSV(B) | 307.14º | 0.43% | 0.38% | - |
| XYZ | 8.23 | 6.05 | 10.86 | - |
| YUV | 71.78 | 139.41 | 145.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 55 | 92 | 0 | 0.43 | 0.05 | 0.62 | 307.14 | 0.28 | 0.3 |
| Hex | 61 | 37 | 5C | 0 | 2B | 5 | 3E | 133 | 1C | 1E |
| Octal | 141 | 67 | 134 | 0 | 53 | 5 | 76 | 463 | 34 | 36 |
| Binary | 1100001 | 110111 | 1011100 | 0 | 101011 | 101 | 111110 | 100110011 | 11100 | 11110 |
Color Harmonies of #61375C
Complementary color
Monochromatic Colors of #61375C
Black with #61375C
Text Example
Text Example
White with #61375C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61375C; }
p { color: rgb(97,55,92); }
H1.HeaderClassName
{
color: #61375C;
}
.AnyTagClassName
{
color: #61375C;
}
</style>
background-color css
<style>
a { background-color: #61375C; }
a { background-color: rgb(97,55,92); }
div.DivClassName
{
background-color: #61375C;
}
.BgClassName
{
background-color: #61375C;
}
</style>
border-color css
<style>
span { border-color: #61375C; }
span { border-color: rgb(97,55,92); }
td.TdClassName
{
border-color: #61375C;
}
.TagClassName
{
border-color: #61375C;
}
</style>