Shades of Palatinate Purple #691B69
Tints of Palatinate Purple #691B69
RGB
CMYK
RGB Variations
Color information
#691B69 (or 0x691B69) is known color: Palatinate Purple. HEX triplet: 69, 1B and 69. RGB value is (105,27,105). Sum of RGB (Red+Green+Blue) = 105+27+105=237 (31% of max value = 765). Red value is 105 (41.41% from 255 or 44.30% from 237); Green value is 27 (10.94% from 255 or 11.39% from 237); Blue value is 105 (41.41% from 255 or 44.30% from 237); Max value from RGB is 105 - color contains mainly: red, blue. Hex color #691B69 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #691B69 is #96E496. Grayscale: #3A3A3A. Windows color (decimal): -9888919 or 6888297. OLE color: 6888297.
HSL color Cylindrical-coordinate representation of color #691B69: hue angle of 300º degrees, saturation: 0.59, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #691B69 is Cyan = 0, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 27 | 105 | - |
| CMYK | 0 | 0.74 | 0 | 0.59 |
| HSL | 300º | 0.59% | 0.26% | - |
| HSV(B) | 300º | 0.74% | 0.41% | - |
| XYZ | 8.77 | 4.81 | 13.83 | - |
| YUV | 59.21 | 153.84 | 160.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 27 | 105 | 0 | 0.74 | 0 | 0.59 | 300 | 0.59 | 0.26 |
| Hex | 69 | 1B | 69 | 0 | 4A | 0 | 3B | 12C | 3B | 1A |
| Octal | 151 | 33 | 151 | 0 | 112 | 0 | 73 | 454 | 73 | 32 |
| Binary | 1101001 | 11011 | 1101001 | 0 | 1001010 | 0 | 111011 | 100101100 | 111011 | 11010 |
Color Harmonies of #691B69
Complementary color
Monochromatic Colors of #691B69
Black with #691B69
Text Example
Text Example
White with #691B69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #691B69; }
p { color: rgb(105,27,105); }
H1.HeaderClassName
{
color: #691B69;
}
.AnyTagClassName
{
color: #691B69;
}
</style>
background-color css
<style>
a { background-color: #691B69; }
a { background-color: rgb(105,27,105); }
div.DivClassName
{
background-color: #691B69;
}
.BgClassName
{
background-color: #691B69;
}
</style>
border-color css
<style>
span { border-color: #691B69; }
span { border-color: rgb(105,27,105); }
td.TdClassName
{
border-color: #691B69;
}
.TagClassName
{
border-color: #691B69;
}
</style>