Shades of Palatinate Purple #691166
Tints of Palatinate Purple #691166
RGB
CMYK
RGB Variations
Color information
#691166 (or 0x691166) is known color: Palatinate Purple. HEX triplet: 69, 11 and 66. RGB value is (105,17,102). Sum of RGB (Red+Green+Blue) = 105+17+102=224 (29% of max value = 765). Red value is 105 (41.41% from 255 or 46.88% from 224); Green value is 17 (7.03% from 255 or 7.59% from 224); Blue value is 102 (40.23% from 255 or 45.54% from 224); Max value from RGB is 105 - color contains mainly: red. Hex color #691166 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #691166 is #96EE99. Grayscale: #343434. Windows color (decimal): -9891482 or 6689129. OLE color: 6689129.
HSL color Cylindrical-coordinate representation of color #691166: hue angle of 302.05º degrees, saturation: 0.72, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #691166 is Cyan = 0, Magento = 0.84, Yellow = 0.03 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 17 | 102 | - |
| CMYK | 0 | 0.84 | 0.03 | 0.59 |
| HSL | 302.05º | 0.72% | 0.24% | - |
| HSV(B) | 302.05º | 0.84% | 0.41% | - |
| XYZ | 8.42 | 4.36 | 12.97 | - |
| YUV | 53 | 155.65 | 165.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 17 | 102 | 0 | 0.84 | 0.03 | 0.59 | 302.05 | 0.72 | 0.24 |
| Hex | 69 | 11 | 66 | 0 | 54 | 3 | 3B | 12E | 48 | 18 |
| Octal | 151 | 21 | 146 | 0 | 124 | 3 | 73 | 456 | 110 | 30 |
| Binary | 1101001 | 10001 | 1100110 | 0 | 1010100 | 11 | 111011 | 100101110 | 1001000 | 11000 |
Color Harmonies of #691166
Complementary color
Monochromatic Colors of #691166
Black with #691166
Text Example
Text Example
White with #691166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #691166; }
p { color: rgb(105,17,102); }
H1.HeaderClassName
{
color: #691166;
}
.AnyTagClassName
{
color: #691166;
}
</style>
background-color css
<style>
a { background-color: #691166; }
a { background-color: rgb(105,17,102); }
div.DivClassName
{
background-color: #691166;
}
.BgClassName
{
background-color: #691166;
}
</style>
border-color css
<style>
span { border-color: #691166; }
span { border-color: rgb(105,17,102); }
td.TdClassName
{
border-color: #691166;
}
.TagClassName
{
border-color: #691166;
}
</style>