Shades of Palatinate Purple #691960
Tints of Palatinate Purple #691960
RGB
CMYK
RGB Variations
Color information
#691960 (or 0x691960) is known color: Palatinate Purple. HEX triplet: 69, 19 and 60. RGB value is (105,25,96). Sum of RGB (Red+Green+Blue) = 105+25+96=226 (29% of max value = 765). Red value is 105 (41.41% from 255 or 46.46% from 226); Green value is 25 (10.16% from 255 or 11.06% from 226); Blue value is 96 (37.89% from 255 or 42.48% from 226); Max value from RGB is 105 - color contains mainly: red. Hex color #691960 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #691960 is #96E69F. Grayscale: #383838. Windows color (decimal): -9889440 or 6297961. OLE color: 6297961.
HSL color Cylindrical-coordinate representation of color #691960: hue angle of 306.75º 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 #691960 is Cyan = 0, Magento = 0.76, Yellow = 0.09 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 25 | 96 | - |
| CMYK | 0 | 0.76 | 0.09 | 0.59 |
| HSL | 306.75º | 0.62% | 0.25% | - |
| HSV(B) | 306.75º | 0.76% | 0.41% | - |
| XYZ | 8.28 | 4.54 | 11.51 | - |
| YUV | 57.01 | 150 | 162.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 25 | 96 | 0 | 0.76 | 0.09 | 0.59 | 306.75 | 0.62 | 0.25 |
| Hex | 69 | 19 | 60 | 0 | 4C | 9 | 3B | 133 | 3E | 19 |
| Octal | 151 | 31 | 140 | 0 | 114 | 11 | 73 | 463 | 76 | 31 |
| Binary | 1101001 | 11001 | 1100000 | 0 | 1001100 | 1001 | 111011 | 100110011 | 111110 | 11001 |
Color Harmonies of #691960
Complementary color
Monochromatic Colors of #691960
Black with #691960
Text Example
Text Example
White with #691960
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #691960; }
p { color: rgb(105,25,96); }
H1.HeaderClassName
{
color: #691960;
}
.AnyTagClassName
{
color: #691960;
}
</style>
background-color css
<style>
a { background-color: #691960; }
a { background-color: rgb(105,25,96); }
div.DivClassName
{
background-color: #691960;
}
.BgClassName
{
background-color: #691960;
}
</style>
border-color css
<style>
span { border-color: #691960; }
span { border-color: rgb(105,25,96); }
td.TdClassName
{
border-color: #691960;
}
.TagClassName
{
border-color: #691960;
}
</style>