Shades of Palatinate Purple #691963
Tints of Palatinate Purple #691963
RGB
CMYK
RGB Variations
Color information
#691963 (or 0x691963) is known color: Palatinate Purple. HEX triplet: 69, 19 and 63. RGB value is (105,25,99). Sum of RGB (Red+Green+Blue) = 105+25+99=229 (30% of max value = 765). Red value is 105 (41.41% from 255 or 45.85% from 229); Green value is 25 (10.16% from 255 or 10.92% from 229); Blue value is 99 (39.06% from 255 or 43.23% from 229); Max value from RGB is 105 - color contains mainly: red. Hex color #691963 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #691963 is #96E69C. Grayscale: #393939. Windows color (decimal): -9889437 or 6494569. OLE color: 6494569.
HSL color Cylindrical-coordinate representation of color #691963: hue angle of 304.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 #691963 is Cyan = 0, Magento = 0.76, Yellow = 0.06 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 25 | 99 | - |
| CMYK | 0 | 0.76 | 0.06 | 0.59 |
| HSL | 304.5º | 0.62% | 0.25% | - |
| HSV(B) | 304.5º | 0.76% | 0.41% | - |
| XYZ | 8.43 | 4.6 | 12.25 | - |
| YUV | 57.36 | 151.5 | 161.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 25 | 99 | 0 | 0.76 | 0.06 | 0.59 | 304.5 | 0.62 | 0.25 |
| Hex | 69 | 19 | 63 | 0 | 4C | 6 | 3B | 130 | 3E | 19 |
| Octal | 151 | 31 | 143 | 0 | 114 | 6 | 73 | 460 | 76 | 31 |
| Binary | 1101001 | 11001 | 1100011 | 0 | 1001100 | 110 | 111011 | 100110000 | 111110 | 11001 |
Color Harmonies of #691963
Complementary color
Monochromatic Colors of #691963
Black with #691963
Text Example
Text Example
White with #691963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #691963; }
p { color: rgb(105,25,99); }
H1.HeaderClassName
{
color: #691963;
}
.AnyTagClassName
{
color: #691963;
}
</style>
background-color css
<style>
a { background-color: #691963; }
a { background-color: rgb(105,25,99); }
div.DivClassName
{
background-color: #691963;
}
.BgClassName
{
background-color: #691963;
}
</style>
border-color css
<style>
span { border-color: #691963; }
span { border-color: rgb(105,25,99); }
td.TdClassName
{
border-color: #691963;
}
.TagClassName
{
border-color: #691963;
}
</style>