Shades of Palatinate Purple #691C55
Tints of Palatinate Purple #691C55
RGB
CMYK
RGB Variations
Color information
#691C55 (or 0x691C55) is known color: Palatinate Purple. HEX triplet: 69, 1C and 55. RGB value is (105,28,85). Sum of RGB (Red+Green+Blue) = 105+28+85=218 (28% of max value = 765). Red value is 105 (41.41% from 255 or 48.17% from 218); Green value is 28 (11.33% from 255 or 12.84% from 218); Blue value is 85 (33.59% from 255 or 38.99% from 218); Max value from RGB is 105 - color contains mainly: red. Hex color #691C55 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #691C55 is #96E3AA. Grayscale: #393939. Windows color (decimal): -9888683 or 5577833. OLE color: 5577833.
HSL color Cylindrical-coordinate representation of color #691C55: hue angle of 315.58º degrees, saturation: 0.58, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #691C55 is Cyan = 0, Magento = 0.73, Yellow = 0.19 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 28 | 85 | - |
| CMYK | 0 | 0.73 | 0.19 | 0.59 |
| HSL | 315.58º | 0.58% | 0.26% | - |
| HSV(B) | 315.58º | 0.73% | 0.41% | - |
| XYZ | 7.88 | 4.49 | 9.05 | - |
| YUV | 57.52 | 143.51 | 161.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 28 | 85 | 0 | 0.73 | 0.19 | 0.59 | 315.58 | 0.58 | 0.26 |
| Hex | 69 | 1C | 55 | 0 | 49 | 13 | 3B | 13C | 3A | 1A |
| Octal | 151 | 34 | 125 | 0 | 111 | 23 | 73 | 474 | 72 | 32 |
| Binary | 1101001 | 11100 | 1010101 | 0 | 1001001 | 10011 | 111011 | 100111100 | 111010 | 11010 |
Color Harmonies of #691C55
Complementary color
Monochromatic Colors of #691C55
Black with #691C55
Text Example
Text Example
White with #691C55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #691C55; }
p { color: rgb(105,28,85); }
H1.HeaderClassName
{
color: #691C55;
}
.AnyTagClassName
{
color: #691C55;
}
</style>
background-color css
<style>
a { background-color: #691C55; }
a { background-color: rgb(105,28,85); }
div.DivClassName
{
background-color: #691C55;
}
.BgClassName
{
background-color: #691C55;
}
</style>
border-color css
<style>
span { border-color: #691C55; }
span { border-color: rgb(105,28,85); }
td.TdClassName
{
border-color: #691C55;
}
.TagClassName
{
border-color: #691C55;
}
</style>