Shades of Palatinate Purple #61166A
Tints of Palatinate Purple #61166A
RGB
CMYK
RGB Variations
Color information
#61166A (or 0x61166A) is known color: Palatinate Purple. HEX triplet: 61, 16 and 6A. RGB value is (97,22,106). Sum of RGB (Red+Green+Blue) = 97+22+106=225 (29% of max value = 765). Red value is 97 (38.28% from 255 or 43.11% from 225); Green value is 22 (8.98% from 255 or 9.78% from 225); Blue value is 106 (41.80% from 255 or 47.11% from 225); Max value from RGB is 106 - color contains mainly: blue. Hex color #61166A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #61166A is #9EE995. Grayscale: #353535. Windows color (decimal): -10414486 or 6952545. OLE color: 6952545.
HSL color Cylindrical-coordinate representation of color #61166A: hue angle of 293.57º degrees, saturation: 0.66, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #61166A is Cyan = 0.08, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 97 | 22 | 106 | - |
| CMYK | 0.08 | 0.79 | 0 | 0.58 |
| HSL | 293.57º | 0.66% | 0.25% | - |
| HSV(B) | 293.57º | 0.79% | 0.42% | - |
| XYZ | 7.82 | 4.16 | 14.03 | - |
| YUV | 54 | 157.35 | 158.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 22 | 106 | 0.08 | 0.79 | 0 | 0.58 | 293.57 | 0.66 | 0.25 |
| Hex | 61 | 16 | 6A | 8 | 4F | 0 | 3A | 126 | 42 | 19 |
| Octal | 141 | 26 | 152 | 10 | 117 | 0 | 72 | 446 | 102 | 31 |
| Binary | 1100001 | 10110 | 1101010 | 1000 | 1001111 | 0 | 111010 | 100100110 | 1000010 | 11001 |
Color Harmonies of #61166A
Complementary color
Monochromatic Colors of #61166A
Black with #61166A
Text Example
Text Example
White with #61166A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61166A; }
p { color: rgb(97,22,106); }
H1.HeaderClassName
{
color: #61166A;
}
.AnyTagClassName
{
color: #61166A;
}
</style>
background-color css
<style>
a { background-color: #61166A; }
a { background-color: rgb(97,22,106); }
div.DivClassName
{
background-color: #61166A;
}
.BgClassName
{
background-color: #61166A;
}
</style>
border-color css
<style>
span { border-color: #61166A; }
span { border-color: rgb(97,22,106); }
td.TdClassName
{
border-color: #61166A;
}
.TagClassName
{
border-color: #61166A;
}
</style>