Shades of Palatinate Purple #61106A
Tints of Palatinate Purple #61106A
RGB
CMYK
RGB Variations
Color information
#61106A (or 0x61106A) is known color: Palatinate Purple. HEX triplet: 61, 10 and 6A. RGB value is (97,16,106). Sum of RGB (Red+Green+Blue) = 97+16+106=219 (29% of max value = 765). Red value is 97 (38.28% from 255 or 44.29% from 219); Green value is 16 (6.64% from 255 or 7.31% from 219); Blue value is 106 (41.80% from 255 or 48.40% from 219); Max value from RGB is 106 - color contains mainly: blue. Hex color #61106A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #61106A is #9EEF95. Grayscale: #323232. Windows color (decimal): -10416022 or 6951009. OLE color: 6951009.
HSL color Cylindrical-coordinate representation of color #61106A: hue angle of 294º degrees, saturation: 0.74, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #61106A is Cyan = 0.08, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 97 | 16 | 106 | - |
| CMYK | 0.08 | 0.85 | 0 | 0.58 |
| HSL | 294º | 0.74% | 0.24% | - |
| HSV(B) | 294º | 0.85% | 0.42% | - |
| XYZ | 7.72 | 3.95 | 13.99 | - |
| YUV | 50.48 | 159.34 | 161.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 16 | 106 | 0.08 | 0.85 | 0 | 0.58 | 294 | 0.74 | 0.24 |
| Hex | 61 | 10 | 6A | 8 | 55 | 0 | 3A | 126 | 4A | 18 |
| Octal | 141 | 20 | 152 | 10 | 125 | 0 | 72 | 446 | 112 | 30 |
| Binary | 1100001 | 10000 | 1101010 | 1000 | 1010101 | 0 | 111010 | 100100110 | 1001010 | 11000 |
Color Harmonies of #61106A
Complementary color
Monochromatic Colors of #61106A
Black with #61106A
Text Example
Text Example
White with #61106A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61106A; }
p { color: rgb(97,16,106); }
H1.HeaderClassName
{
color: #61106A;
}
.AnyTagClassName
{
color: #61106A;
}
</style>
background-color css
<style>
a { background-color: #61106A; }
a { background-color: rgb(97,16,106); }
div.DivClassName
{
background-color: #61106A;
}
.BgClassName
{
background-color: #61106A;
}
</style>
border-color css
<style>
span { border-color: #61106A; }
span { border-color: rgb(97,16,106); }
td.TdClassName
{
border-color: #61106A;
}
.TagClassName
{
border-color: #61106A;
}
</style>