Shades of Palatinate Purple #691957
Tints of Palatinate Purple #691957
RGB
CMYK
RGB Variations
Color information
#691957 (or 0x691957) is known color: Palatinate Purple. HEX triplet: 69, 19 and 57. RGB value is (105,25,87). Sum of RGB (Red+Green+Blue) = 105+25+87=217 (28% of max value = 765). Red value is 105 (41.41% from 255 or 48.39% from 217); Green value is 25 (10.16% from 255 or 11.52% from 217); Blue value is 87 (34.38% from 255 or 40.09% from 217); Max value from RGB is 105 - color contains mainly: red. Hex color #691957 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #691957 is #96E6A8. Grayscale: #373737. Windows color (decimal): -9889449 or 5708137. OLE color: 5708137.
HSL color Cylindrical-coordinate representation of color #691957: hue angle of 313.5º 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 #691957 is Cyan = 0, Magento = 0.76, Yellow = 0.17 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 25 | 87 | - |
| CMYK | 0 | 0.76 | 0.17 | 0.59 |
| HSL | 313.5º | 0.62% | 0.25% | - |
| HSV(B) | 313.5º | 0.76% | 0.41% | - |
| XYZ | 7.89 | 4.39 | 9.45 | - |
| YUV | 55.99 | 145.5 | 162.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 25 | 87 | 0 | 0.76 | 0.17 | 0.59 | 313.5 | 0.62 | 0.25 |
| Hex | 69 | 19 | 57 | 0 | 4C | 11 | 3B | 13A | 3E | 19 |
| Octal | 151 | 31 | 127 | 0 | 114 | 21 | 73 | 472 | 76 | 31 |
| Binary | 1101001 | 11001 | 1010111 | 0 | 1001100 | 10001 | 111011 | 100111010 | 111110 | 11001 |
Color Harmonies of #691957
Complementary color
Monochromatic Colors of #691957
Black with #691957
Text Example
Text Example
White with #691957
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #691957; }
p { color: rgb(105,25,87); }
H1.HeaderClassName
{
color: #691957;
}
.AnyTagClassName
{
color: #691957;
}
</style>
background-color css
<style>
a { background-color: #691957; }
a { background-color: rgb(105,25,87); }
div.DivClassName
{
background-color: #691957;
}
.BgClassName
{
background-color: #691957;
}
</style>
border-color css
<style>
span { border-color: #691957; }
span { border-color: rgb(105,25,87); }
td.TdClassName
{
border-color: #691957;
}
.TagClassName
{
border-color: #691957;
}
</style>