Shades of Palatinate Purple #691966
Tints of Palatinate Purple #691966
RGB
CMYK
RGB Variations
Color information
#691966 (or 0x691966) is known color: Palatinate Purple. HEX triplet: 69, 19 and 66. RGB value is (105,25,102). Sum of RGB (Red+Green+Blue) = 105+25+102=232 (30% of max value = 765). Red value is 105 (41.41% from 255 or 45.26% from 232); Green value is 25 (10.16% from 255 or 10.78% from 232); Blue value is 102 (40.23% from 255 or 43.97% from 232); Max value from RGB is 105 - color contains mainly: red. Hex color #691966 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #691966 is #96E699. Grayscale: #393939. Windows color (decimal): -9889434 or 6691177. OLE color: 6691177.
HSL color Cylindrical-coordinate representation of color #691966: hue angle of 302.25º degrees, saturation: 0.62, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #691966 is Cyan = 0, Magento = 0.76, Yellow = 0.03 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 25 | 102 | - |
| CMYK | 0 | 0.76 | 0.03 | 0.59 |
| HSL | 302.25º | 0.62% | 0.25% | - |
| HSV(B) | 302.25º | 0.76% | 0.41% | - |
| XYZ | 8.57 | 4.66 | 13.02 | - |
| YUV | 57.7 | 153 | 161.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 25 | 102 | 0 | 0.76 | 0.03 | 0.59 | 302.25 | 0.62 | 0.25 |
| Hex | 69 | 19 | 66 | 0 | 4C | 3 | 3B | 12E | 3E | 19 |
| Octal | 151 | 31 | 146 | 0 | 114 | 3 | 73 | 456 | 76 | 31 |
| Binary | 1101001 | 11001 | 1100110 | 0 | 1001100 | 11 | 111011 | 100101110 | 111110 | 11001 |
Color Harmonies of #691966
Complementary color
Monochromatic Colors of #691966
Black with #691966
Text Example
Text Example
White with #691966
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #691966; }
p { color: rgb(105,25,102); }
H1.HeaderClassName
{
color: #691966;
}
.AnyTagClassName
{
color: #691966;
}
</style>
background-color css
<style>
a { background-color: #691966; }
a { background-color: rgb(105,25,102); }
div.DivClassName
{
background-color: #691966;
}
.BgClassName
{
background-color: #691966;
}
</style>
border-color css
<style>
span { border-color: #691966; }
span { border-color: rgb(105,25,102); }
td.TdClassName
{
border-color: #691966;
}
.TagClassName
{
border-color: #691966;
}
</style>