Shades of Palatinate Purple #691753
Tints of Palatinate Purple #691753
RGB
CMYK
RGB Variations
Color information
#691753 (or 0x691753) is known color: Palatinate Purple. HEX triplet: 69, 17 and 53. RGB value is (105,23,83). Sum of RGB (Red+Green+Blue) = 105+23+83=211 (27% of max value = 765). Red value is 105 (41.41% from 255 or 49.76% from 211); Green value is 23 (9.38% from 255 or 10.90% from 211); Blue value is 83 (32.81% from 255 or 39.34% from 211); Max value from RGB is 105 - color contains mainly: red. Hex color #691753 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #691753 is #96E8AC. Grayscale: #363636. Windows color (decimal): -9889965 or 5445481. OLE color: 5445481.
HSL color Cylindrical-coordinate representation of color #691753: hue angle of 316.1º degrees, saturation: 0.64, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #691753 is Cyan = 0, Magento = 0.78, Yellow = 0.21 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 23 | 83 | - |
| CMYK | 0 | 0.78 | 0.21 | 0.59 |
| HSL | 316.1º | 0.64% | 0.25% | - |
| HSV(B) | 316.1º | 0.78% | 0.41% | - |
| XYZ | 7.69 | 4.24 | 8.6 | - |
| YUV | 54.36 | 144.17 | 164.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 23 | 83 | 0 | 0.78 | 0.21 | 0.59 | 316.1 | 0.64 | 0.25 |
| Hex | 69 | 17 | 53 | 0 | 4E | 15 | 3B | 13C | 40 | 19 |
| Octal | 151 | 27 | 123 | 0 | 116 | 25 | 73 | 474 | 100 | 31 |
| Binary | 1101001 | 10111 | 1010011 | 0 | 1001110 | 10101 | 111011 | 100111100 | 1000000 | 11001 |
Color Harmonies of #691753
Complementary color
Monochromatic Colors of #691753
Black with #691753
Text Example
Text Example
White with #691753
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #691753; }
p { color: rgb(105,23,83); }
H1.HeaderClassName
{
color: #691753;
}
.AnyTagClassName
{
color: #691753;
}
</style>
background-color css
<style>
a { background-color: #691753; }
a { background-color: rgb(105,23,83); }
div.DivClassName
{
background-color: #691753;
}
.BgClassName
{
background-color: #691753;
}
</style>
border-color css
<style>
span { border-color: #691753; }
span { border-color: rgb(105,23,83); }
td.TdClassName
{
border-color: #691753;
}
.TagClassName
{
border-color: #691753;
}
</style>