Shades of Palatinate Purple #691B68
Tints of Palatinate Purple #691B68
RGB
CMYK
RGB Variations
Color information
#691B68 (or 0x691B68) is known color: Palatinate Purple. HEX triplet: 69, 1B and 68. RGB value is (105,27,104). Sum of RGB (Red+Green+Blue) = 105+27+104=236 (31% of max value = 765). Red value is 105 (41.41% from 255 or 44.49% from 236); Green value is 27 (10.94% from 255 or 11.44% from 236); Blue value is 104 (41.02% from 255 or 44.07% from 236); Max value from RGB is 105 - color contains mainly: red. Hex color #691B68 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #691B68 is #96E497. Grayscale: #3A3A3A. Windows color (decimal): -9888920 or 6822761. OLE color: 6822761.
HSL color Cylindrical-coordinate representation of color #691B68: hue angle of 300.77º 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 #691B68 is Cyan = 0, Magento = 0.74, Yellow = 0.01 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 27 | 104 | - |
| CMYK | 0 | 0.74 | 0.01 | 0.59 |
| HSL | 300.77º | 0.59% | 0.26% | - |
| HSV(B) | 300.77º | 0.74% | 0.41% | - |
| XYZ | 8.72 | 4.79 | 13.56 | - |
| YUV | 59.1 | 153.34 | 160.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 27 | 104 | 0 | 0.74 | 0.01 | 0.59 | 300.77 | 0.59 | 0.26 |
| Hex | 69 | 1B | 68 | 0 | 4A | 1 | 3B | 12D | 3B | 1A |
| Octal | 151 | 33 | 150 | 0 | 112 | 1 | 73 | 455 | 73 | 32 |
| Binary | 1101001 | 11011 | 1101000 | 0 | 1001010 | 1 | 111011 | 100101101 | 111011 | 11010 |
Color Harmonies of #691B68
Complementary color
Monochromatic Colors of #691B68
Black with #691B68
Text Example
Text Example
White with #691B68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #691B68; }
p { color: rgb(105,27,104); }
H1.HeaderClassName
{
color: #691B68;
}
.AnyTagClassName
{
color: #691B68;
}
</style>
background-color css
<style>
a { background-color: #691B68; }
a { background-color: rgb(105,27,104); }
div.DivClassName
{
background-color: #691B68;
}
.BgClassName
{
background-color: #691B68;
}
</style>
border-color css
<style>
span { border-color: #691B68; }
span { border-color: rgb(105,27,104); }
td.TdClassName
{
border-color: #691B68;
}
.TagClassName
{
border-color: #691B68;
}
</style>