Shades of Palatinate Purple #691164
Tints of Palatinate Purple #691164
RGB
CMYK
RGB Variations
Color information
#691164 (or 0x691164) is known color: Palatinate Purple. HEX triplet: 69, 11 and 64. RGB value is (105,17,100). Sum of RGB (Red+Green+Blue) = 105+17+100=222 (29% of max value = 765). Red value is 105 (41.41% from 255 or 47.30% from 222); Green value is 17 (7.03% from 255 or 7.66% from 222); Blue value is 100 (39.45% from 255 or 45.05% from 222); Max value from RGB is 105 - color contains mainly: red. Hex color #691164 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #691164 is #96EE9B. Grayscale: #343434. Windows color (decimal): -9891484 or 6558057. OLE color: 6558057.
HSL color Cylindrical-coordinate representation of color #691164: hue angle of 303.41º 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 #691164 is Cyan = 0, Magento = 0.84, Yellow = 0.05 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 17 | 100 | - |
| CMYK | 0 | 0.84 | 0.05 | 0.59 |
| HSL | 303.41º | 0.72% | 0.24% | - |
| HSV(B) | 303.41º | 0.84% | 0.41% | - |
| XYZ | 8.33 | 4.32 | 12.45 | - |
| YUV | 52.77 | 154.65 | 165.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 17 | 100 | 0 | 0.84 | 0.05 | 0.59 | 303.41 | 0.72 | 0.24 |
| Hex | 69 | 11 | 64 | 0 | 54 | 5 | 3B | 12F | 48 | 18 |
| Octal | 151 | 21 | 144 | 0 | 124 | 5 | 73 | 457 | 110 | 30 |
| Binary | 1101001 | 10001 | 1100100 | 0 | 1010100 | 101 | 111011 | 100101111 | 1001000 | 11000 |
Color Harmonies of #691164
Complementary color
Monochromatic Colors of #691164
Black with #691164
Text Example
Text Example
White with #691164
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #691164; }
p { color: rgb(105,17,100); }
H1.HeaderClassName
{
color: #691164;
}
.AnyTagClassName
{
color: #691164;
}
</style>
background-color css
<style>
a { background-color: #691164; }
a { background-color: rgb(105,17,100); }
div.DivClassName
{
background-color: #691164;
}
.BgClassName
{
background-color: #691164;
}
</style>
border-color css
<style>
span { border-color: #691164; }
span { border-color: rgb(105,17,100); }
td.TdClassName
{
border-color: #691164;
}
.TagClassName
{
border-color: #691164;
}
</style>