Shades of Palatinate Purple #61175C
Tints of Palatinate Purple #61175C
RGB
CMYK
RGB Variations
Color information
#61175C (or 0x61175C) is known color: Palatinate Purple. HEX triplet: 61, 17 and 5C. RGB value is (97,23,92). Sum of RGB (Red+Green+Blue) = 97+23+92=212 (28% of max value = 765). Red value is 97 (38.28% from 255 or 45.75% from 212); Green value is 23 (9.38% from 255 or 10.85% from 212); Blue value is 92 (36.33% from 255 or 43.40% from 212); Max value from RGB is 97 - color contains mainly: red. Hex color #61175C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #61175C is #9EE8A3. Grayscale: #343434. Windows color (decimal): -10414244 or 6035297. OLE color: 6035297.
HSL color Cylindrical-coordinate representation of color #61175C: hue angle of 304.05º degrees, saturation: 0.62, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #61175C is Cyan = 0, Magento = 0.76, Yellow = 0.05 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 23 | 92 | - |
| CMYK | 0 | 0.76 | 0.05 | 0.62 |
| HSL | 304.05º | 0.62% | 0.24% | - |
| HSV(B) | 304.05º | 0.76% | 0.38% | - |
| XYZ | 7.17 | 3.93 | 10.51 | - |
| YUV | 52.99 | 150.02 | 159.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 23 | 92 | 0 | 0.76 | 0.05 | 0.62 | 304.05 | 0.62 | 0.24 |
| Hex | 61 | 17 | 5C | 0 | 4C | 5 | 3E | 130 | 3E | 18 |
| Octal | 141 | 27 | 134 | 0 | 114 | 5 | 76 | 460 | 76 | 30 |
| Binary | 1100001 | 10111 | 1011100 | 0 | 1001100 | 101 | 111110 | 100110000 | 111110 | 11000 |
Color Harmonies of #61175C
Complementary color
Monochromatic Colors of #61175C
Black with #61175C
Text Example
Text Example
White with #61175C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61175C; }
p { color: rgb(97,23,92); }
H1.HeaderClassName
{
color: #61175C;
}
.AnyTagClassName
{
color: #61175C;
}
</style>
background-color css
<style>
a { background-color: #61175C; }
a { background-color: rgb(97,23,92); }
div.DivClassName
{
background-color: #61175C;
}
.BgClassName
{
background-color: #61175C;
}
</style>
border-color css
<style>
span { border-color: #61175C; }
span { border-color: rgb(97,23,92); }
td.TdClassName
{
border-color: #61175C;
}
.TagClassName
{
border-color: #61175C;
}
</style>