Shades of Palatinate Purple #61175F
Tints of Palatinate Purple #61175F
RGB
CMYK
RGB Variations
Color information
#61175F (or 0x61175F) is known color: Palatinate Purple. HEX triplet: 61, 17 and 5F. RGB value is (97,23,95). Sum of RGB (Red+Green+Blue) = 97+23+95=215 (28% of max value = 765). Red value is 97 (38.28% from 255 or 45.12% from 215); Green value is 23 (9.38% from 255 or 10.70% from 215); Blue value is 95 (37.5% from 255 or 44.19% from 215); Max value from RGB is 97 - color contains mainly: red. Hex color #61175F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #61175F is #9EE8A0. Grayscale: #353535. Windows color (decimal): -10414241 or 6231905. OLE color: 6231905.
HSL color Cylindrical-coordinate representation of color #61175F: hue angle of 301.62º 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 #61175F is Cyan = 0, Magento = 0.76, Yellow = 0.02 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 23 | 95 | - |
| CMYK | 0 | 0.76 | 0.02 | 0.62 |
| HSL | 301.62º | 0.62% | 0.24% | - |
| HSV(B) | 301.62º | 0.76% | 0.38% | - |
| XYZ | 7.3 | 3.98 | 11.21 | - |
| YUV | 53.33 | 151.52 | 159.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 23 | 95 | 0 | 0.76 | 0.02 | 0.62 | 301.62 | 0.62 | 0.24 |
| Hex | 61 | 17 | 5F | 0 | 4C | 2 | 3E | 12E | 3E | 18 |
| Octal | 141 | 27 | 137 | 0 | 114 | 2 | 76 | 456 | 76 | 30 |
| Binary | 1100001 | 10111 | 1011111 | 0 | 1001100 | 10 | 111110 | 100101110 | 111110 | 11000 |
Color Harmonies of #61175F
Complementary color
Monochromatic Colors of #61175F
Black with #61175F
Text Example
Text Example
White with #61175F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61175F; }
p { color: rgb(97,23,95); }
H1.HeaderClassName
{
color: #61175F;
}
.AnyTagClassName
{
color: #61175F;
}
</style>
background-color css
<style>
a { background-color: #61175F; }
a { background-color: rgb(97,23,95); }
div.DivClassName
{
background-color: #61175F;
}
.BgClassName
{
background-color: #61175F;
}
</style>
border-color css
<style>
span { border-color: #61175F; }
span { border-color: rgb(97,23,95); }
td.TdClassName
{
border-color: #61175F;
}
.TagClassName
{
border-color: #61175F;
}
</style>