Shades of Palatinate Purple #691D64
Tints of Palatinate Purple #691D64
RGB
CMYK
RGB Variations
Color information
#691D64 (or 0x691D64) is known color: Palatinate Purple. HEX triplet: 69, 1D and 64. RGB value is (105,29,100). Sum of RGB (Red+Green+Blue) = 105+29+100=234 (30% of max value = 765). Red value is 105 (41.41% from 255 or 44.87% from 234); Green value is 29 (11.72% from 255 or 12.39% from 234); Blue value is 100 (39.45% from 255 or 42.74% from 234); Max value from RGB is 105 - color contains mainly: red. Hex color #691D64 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #691D64 is #96E29B. Grayscale: #3B3B3B. Windows color (decimal): -9888412 or 6561129. OLE color: 6561129.
HSL color Cylindrical-coordinate representation of color #691D64: hue angle of 303.95º degrees, saturation: 0.57, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #691D64 is Cyan = 0, Magento = 0.72, Yellow = 0.05 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 29 | 100 | - |
| CMYK | 0 | 0.72 | 0.05 | 0.59 |
| HSL | 303.95º | 0.57% | 0.26% | - |
| HSV(B) | 303.95º | 0.72% | 0.41% | - |
| XYZ | 8.57 | 4.8 | 12.53 | - |
| YUV | 59.82 | 150.68 | 160.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 29 | 100 | 0 | 0.72 | 0.05 | 0.59 | 303.95 | 0.57 | 0.26 |
| Hex | 69 | 1D | 64 | 0 | 48 | 5 | 3B | 130 | 39 | 1A |
| Octal | 151 | 35 | 144 | 0 | 110 | 5 | 73 | 460 | 71 | 32 |
| Binary | 1101001 | 11101 | 1100100 | 0 | 1001000 | 101 | 111011 | 100110000 | 111001 | 11010 |
Color Harmonies of #691D64
Complementary color
Monochromatic Colors of #691D64
Black with #691D64
Text Example
Text Example
White with #691D64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #691D64; }
p { color: rgb(105,29,100); }
H1.HeaderClassName
{
color: #691D64;
}
.AnyTagClassName
{
color: #691D64;
}
</style>
background-color css
<style>
a { background-color: #691D64; }
a { background-color: rgb(105,29,100); }
div.DivClassName
{
background-color: #691D64;
}
.BgClassName
{
background-color: #691D64;
}
</style>
border-color css
<style>
span { border-color: #691D64; }
span { border-color: rgb(105,29,100); }
td.TdClassName
{
border-color: #691D64;
}
.TagClassName
{
border-color: #691D64;
}
</style>