Shades of Palatinate Purple #61195C
Tints of Palatinate Purple #61195C
RGB
CMYK
RGB Variations
Color information
#61195C (or 0x61195C) is known color: Palatinate Purple. HEX triplet: 61, 19 and 5C. RGB value is (97,25,92). Sum of RGB (Red+Green+Blue) = 97+25+92=214 (28% of max value = 765). Red value is 97 (38.28% from 255 or 45.33% from 214); Green value is 25 (10.16% from 255 or 11.68% from 214); Blue value is 92 (36.33% from 255 or 42.99% from 214); Max value from RGB is 97 - color contains mainly: red. Hex color #61195C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #61195C is #9EE6A3. Grayscale: #353535. Windows color (decimal): -10413732 or 6035809. OLE color: 6035809.
HSL color Cylindrical-coordinate representation of color #61195C: hue angle of 304.17º degrees, saturation: 0.59, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #61195C is Cyan = 0, Magento = 0.74, Yellow = 0.05 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 25 | 92 | - |
| CMYK | 0 | 0.74 | 0.05 | 0.62 |
| HSL | 304.17º | 0.59% | 0.24% | - |
| HSV(B) | 304.17º | 0.74% | 0.38% | - |
| XYZ | 7.21 | 4.01 | 10.52 | - |
| YUV | 54.17 | 149.35 | 158.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 25 | 92 | 0 | 0.74 | 0.05 | 0.62 | 304.17 | 0.59 | 0.24 |
| Hex | 61 | 19 | 5C | 0 | 4A | 5 | 3E | 130 | 3B | 18 |
| Octal | 141 | 31 | 134 | 0 | 112 | 5 | 76 | 460 | 73 | 30 |
| Binary | 1100001 | 11001 | 1011100 | 0 | 1001010 | 101 | 111110 | 100110000 | 111011 | 11000 |
Color Harmonies of #61195C
Complementary color
Monochromatic Colors of #61195C
Black with #61195C
Text Example
Text Example
White with #61195C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61195C; }
p { color: rgb(97,25,92); }
H1.HeaderClassName
{
color: #61195C;
}
.AnyTagClassName
{
color: #61195C;
}
</style>
background-color css
<style>
a { background-color: #61195C; }
a { background-color: rgb(97,25,92); }
div.DivClassName
{
background-color: #61195C;
}
.BgClassName
{
background-color: #61195C;
}
</style>
border-color css
<style>
span { border-color: #61195C; }
span { border-color: rgb(97,25,92); }
td.TdClassName
{
border-color: #61195C;
}
.TagClassName
{
border-color: #61195C;
}
</style>