Shades of Palatinate Purple #61395C
Tints of Palatinate Purple #61395C
RGB
CMYK
RGB Variations
Color information
#61395C (or 0x61395C) is known color: Palatinate Purple. HEX triplet: 61, 39 and 5C. RGB value is (97,57,92). Sum of RGB (Red+Green+Blue) = 97+57+92=246 (32% of max value = 765). Red value is 97 (38.28% from 255 or 39.43% from 246); Green value is 57 (22.66% from 255 or 23.17% from 246); Blue value is 92 (36.33% from 255 or 37.40% from 246); Max value from RGB is 97 - color contains mainly: red. Hex color #61395C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #61395C is #9EC6A3. Grayscale: #484848. Windows color (decimal): -10405540 or 6044001. OLE color: 6044001.
HSL color Cylindrical-coordinate representation of color #61395C: hue angle of 307.5º degrees, saturation: 0.26, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #61395C is Cyan = 0, Magento = 0.41, Yellow = 0.05 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 57 | 92 | - |
| CMYK | 0 | 0.41 | 0.05 | 0.62 |
| HSL | 307.5º | 0.26% | 0.3% | - |
| HSV(B) | 307.5º | 0.41% | 0.38% | - |
| XYZ | 8.32 | 6.24 | 10.89 | - |
| YUV | 72.95 | 138.75 | 145.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 57 | 92 | 0 | 0.41 | 0.05 | 0.62 | 307.5 | 0.26 | 0.3 |
| Hex | 61 | 39 | 5C | 0 | 29 | 5 | 3E | 134 | 1A | 1E |
| Octal | 141 | 71 | 134 | 0 | 51 | 5 | 76 | 464 | 32 | 36 |
| Binary | 1100001 | 111001 | 1011100 | 0 | 101001 | 101 | 111110 | 100110100 | 11010 | 11110 |
Color Harmonies of #61395C
Complementary color
Monochromatic Colors of #61395C
Black with #61395C
Text Example
Text Example
White with #61395C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61395C; }
p { color: rgb(97,57,92); }
H1.HeaderClassName
{
color: #61395C;
}
.AnyTagClassName
{
color: #61395C;
}
</style>
background-color css
<style>
a { background-color: #61395C; }
a { background-color: rgb(97,57,92); }
div.DivClassName
{
background-color: #61395C;
}
.BgClassName
{
background-color: #61395C;
}
</style>
border-color css
<style>
span { border-color: #61395C; }
span { border-color: rgb(97,57,92); }
td.TdClassName
{
border-color: #61395C;
}
.TagClassName
{
border-color: #61395C;
}
</style>