Shades of Palatinate Purple #61135D
Tints of Palatinate Purple #61135D
RGB
CMYK
RGB Variations
Color information
#61135D (or 0x61135D) is known color: Palatinate Purple. HEX triplet: 61, 13 and 5D. RGB value is (97,19,93). Sum of RGB (Red+Green+Blue) = 97+19+93=209 (27% of max value = 765). Red value is 97 (38.28% from 255 or 46.41% from 209); Green value is 19 (7.81% from 255 or 9.09% from 209); Blue value is 93 (36.72% from 255 or 44.50% from 209); Max value from RGB is 97 - color contains mainly: red. Hex color #61135D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #61135D is #9EECA2. Grayscale: #323232. Windows color (decimal): -10415267 or 6099809. OLE color: 6099809.
HSL color Cylindrical-coordinate representation of color #61135D: hue angle of 303.08º degrees, saturation: 0.67, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #61135D is Cyan = 0, Magento = 0.80, Yellow = 0.04 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 19 | 93 | - |
| CMYK | 0 | 0.80 | 0.04 | 0.62 |
| HSL | 303.08º | 0.67% | 0.23% | - |
| HSV(B) | 303.08º | 0.8% | 0.38% | - |
| XYZ | 7.14 | 3.8 | 10.71 | - |
| YUV | 50.76 | 151.84 | 160.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 19 | 93 | 0 | 0.80 | 0.04 | 0.62 | 303.08 | 0.67 | 0.23 |
| Hex | 61 | 13 | 5D | 0 | 50 | 4 | 3E | 12F | 43 | 17 |
| Octal | 141 | 23 | 135 | 0 | 120 | 4 | 76 | 457 | 103 | 27 |
| Binary | 1100001 | 10011 | 1011101 | 0 | 1010000 | 100 | 111110 | 100101111 | 1000011 | 10111 |
Color Harmonies of #61135D
Complementary color
Monochromatic Colors of #61135D
Black with #61135D
Text Example
Text Example
White with #61135D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61135D; }
p { color: rgb(97,19,93); }
H1.HeaderClassName
{
color: #61135D;
}
.AnyTagClassName
{
color: #61135D;
}
</style>
background-color css
<style>
a { background-color: #61135D; }
a { background-color: rgb(97,19,93); }
div.DivClassName
{
background-color: #61135D;
}
.BgClassName
{
background-color: #61135D;
}
</style>
border-color css
<style>
span { border-color: #61135D; }
span { border-color: rgb(97,19,93); }
td.TdClassName
{
border-color: #61135D;
}
.TagClassName
{
border-color: #61135D;
}
</style>