Shades of Palatinate Purple #61375D
Tints of Palatinate Purple #61375D
RGB
CMYK
RGB Variations
Color information
#61375D (or 0x61375D) is known color: Palatinate Purple. HEX triplet: 61, 37 and 5D. RGB value is (97,55,93). Sum of RGB (Red+Green+Blue) = 97+55+93=245 (32% of max value = 765). Red value is 97 (38.28% from 255 or 39.59% from 245); Green value is 55 (21.88% from 255 or 22.45% from 245); Blue value is 93 (36.72% from 255 or 37.96% from 245); Max value from RGB is 97 - color contains mainly: red. Hex color #61375D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #61375D is #9EC8A2. Grayscale: #474747. Windows color (decimal): -10406051 or 6109025. OLE color: 6109025.
HSL color Cylindrical-coordinate representation of color #61375D: hue angle of 305.71º 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 #61375D is Cyan = 0, Magento = 0.43, Yellow = 0.04 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 55 | 93 | - |
| CMYK | 0 | 0.43 | 0.04 | 0.62 |
| HSL | 305.71º | 0.28% | 0.3% | - |
| HSV(B) | 305.71º | 0.43% | 0.38% | - |
| XYZ | 8.27 | 6.06 | 11.09 | - |
| YUV | 71.89 | 139.91 | 145.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 55 | 93 | 0 | 0.43 | 0.04 | 0.62 | 305.71 | 0.28 | 0.3 |
| Hex | 61 | 37 | 5D | 0 | 2B | 4 | 3E | 132 | 1C | 1E |
| Octal | 141 | 67 | 135 | 0 | 53 | 4 | 76 | 462 | 34 | 36 |
| Binary | 1100001 | 110111 | 1011101 | 0 | 101011 | 100 | 111110 | 100110010 | 11100 | 11110 |
Color Harmonies of #61375D
Complementary color
Monochromatic Colors of #61375D
Black with #61375D
Text Example
Text Example
White with #61375D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61375D; }
p { color: rgb(97,55,93); }
H1.HeaderClassName
{
color: #61375D;
}
.AnyTagClassName
{
color: #61375D;
}
</style>
background-color css
<style>
a { background-color: #61375D; }
a { background-color: rgb(97,55,93); }
div.DivClassName
{
background-color: #61375D;
}
.BgClassName
{
background-color: #61375D;
}
</style>
border-color css
<style>
span { border-color: #61375D; }
span { border-color: rgb(97,55,93); }
td.TdClassName
{
border-color: #61375D;
}
.TagClassName
{
border-color: #61375D;
}
</style>