Shades of Palatinate Purple #691F64
Tints of Palatinate Purple #691F64
RGB
CMYK
RGB Variations
Color information
#691F64 (or 0x691F64) is known color: Palatinate Purple. HEX triplet: 69, 1F and 64. RGB value is (105,31,100). Sum of RGB (Red+Green+Blue) = 105+31+100=236 (31% of max value = 765). Red value is 105 (41.41% from 255 or 44.49% from 236); Green value is 31 (12.5% from 255 or 13.14% from 236); Blue value is 100 (39.45% from 255 or 42.37% from 236); Max value from RGB is 105 - color contains mainly: red. Hex color #691F64 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #691F64 is #96E09B. Grayscale: #3C3C3C. Windows color (decimal): -9887900 or 6561641. OLE color: 6561641.
HSL color Cylindrical-coordinate representation of color #691F64: hue angle of 304.05º degrees, saturation: 0.54, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #691F64 is Cyan = 0, Magento = 0.70, Yellow = 0.05 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 31 | 100 | - |
| CMYK | 0 | 0.70 | 0.05 | 0.59 |
| HSL | 304.05º | 0.54% | 0.27% | - |
| HSV(B) | 304.05º | 0.7% | 0.41% | - |
| XYZ | 8.62 | 4.9 | 12.55 | - |
| YUV | 60.99 | 150.02 | 159.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 31 | 100 | 0 | 0.70 | 0.05 | 0.59 | 304.05 | 0.54 | 0.27 |
| Hex | 69 | 1F | 64 | 0 | 46 | 5 | 3B | 130 | 36 | 1B |
| Octal | 151 | 37 | 144 | 0 | 106 | 5 | 73 | 460 | 66 | 33 |
| Binary | 1101001 | 11111 | 1100100 | 0 | 1000110 | 101 | 111011 | 100110000 | 110110 | 11011 |
Color Harmonies of #691F64
Complementary color
Monochromatic Colors of #691F64
Black with #691F64
Text Example
Text Example
White with #691F64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #691F64; }
p { color: rgb(105,31,100); }
H1.HeaderClassName
{
color: #691F64;
}
.AnyTagClassName
{
color: #691F64;
}
</style>
background-color css
<style>
a { background-color: #691F64; }
a { background-color: rgb(105,31,100); }
div.DivClassName
{
background-color: #691F64;
}
.BgClassName
{
background-color: #691F64;
}
</style>
border-color css
<style>
span { border-color: #691F64; }
span { border-color: rgb(105,31,100); }
td.TdClassName
{
border-color: #691F64;
}
.TagClassName
{
border-color: #691F64;
}
</style>