Shades of Palatinate Purple #61345C
Tints of Palatinate Purple #61345C
RGB
CMYK
RGB Variations
Color information
#61345C (or 0x61345C) is known color: Palatinate Purple. HEX triplet: 61, 34 and 5C. RGB value is (97,52,92). Sum of RGB (Red+Green+Blue) = 97+52+92=241 (31% of max value = 765). Red value is 97 (38.28% from 255 or 40.25% from 241); Green value is 52 (20.70% from 255 or 21.58% from 241); Blue value is 92 (36.33% from 255 or 38.17% from 241); Max value from RGB is 97 - color contains mainly: red. Hex color #61345C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #61345C is #9ECBA3. Grayscale: #454545. Windows color (decimal): -10406820 or 6042721. OLE color: 6042721.
HSL color Cylindrical-coordinate representation of color #61345C: hue angle of 306.67º degrees, saturation: 0.3, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #61345C is Cyan = 0, Magento = 0.46, Yellow = 0.05 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 52 | 92 | - |
| CMYK | 0 | 0.46 | 0.05 | 0.62 |
| HSL | 306.67º | 0.3% | 0.29% | - |
| HSV(B) | 306.67º | 0.46% | 0.38% | - |
| XYZ | 8.09 | 5.77 | 10.81 | - |
| YUV | 70.02 | 140.41 | 147.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 52 | 92 | 0 | 0.46 | 0.05 | 0.62 | 306.67 | 0.3 | 0.29 |
| Hex | 61 | 34 | 5C | 0 | 2E | 5 | 3E | 133 | 1E | 1D |
| Octal | 141 | 64 | 134 | 0 | 56 | 5 | 76 | 463 | 36 | 35 |
| Binary | 1100001 | 110100 | 1011100 | 0 | 101110 | 101 | 111110 | 100110011 | 11110 | 11101 |
Color Harmonies of #61345C
Complementary color
Monochromatic Colors of #61345C
Black with #61345C
Text Example
Text Example
White with #61345C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61345C; }
p { color: rgb(97,52,92); }
H1.HeaderClassName
{
color: #61345C;
}
.AnyTagClassName
{
color: #61345C;
}
</style>
background-color css
<style>
a { background-color: #61345C; }
a { background-color: rgb(97,52,92); }
div.DivClassName
{
background-color: #61345C;
}
.BgClassName
{
background-color: #61345C;
}
</style>
border-color css
<style>
span { border-color: #61345C; }
span { border-color: rgb(97,52,92); }
td.TdClassName
{
border-color: #61345C;
}
.TagClassName
{
border-color: #61345C;
}
</style>