Shades of Palatinate Purple #690764
Tints of Palatinate Purple #690764
RGB
CMYK
RGB Variations
Color information
#690764 (or 0x690764) is known color: Palatinate Purple. HEX triplet: 69, 07 and 64. RGB value is (105,7,100). Sum of RGB (Red+Green+Blue) = 105+7+100=212 (28% of max value = 765). Red value is 105 (41.41% from 255 or 49.53% from 212); Green value is 7 (3.12% from 255 or 3.30% from 212); Blue value is 100 (39.45% from 255 or 47.17% from 212); Max value from RGB is 105 - color contains mainly: red. Hex color #690764 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #690764 is #96F89B. Grayscale: #2E2E2E. Windows color (decimal): -9894044 or 6555497. OLE color: 6555497.
HSL color Cylindrical-coordinate representation of color #690764: hue angle of 303.06º degrees, saturation: 0.88, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #690764 is Cyan = 0, Magento = 0.93, Yellow = 0.05 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 7 | 100 | - |
| CMYK | 0 | 0.93 | 0.05 | 0.59 |
| HSL | 303.06º | 0.88% | 0.22% | - |
| HSV(B) | 303.06º | 0.93% | 0.41% | - |
| XYZ | 8.2 | 4.08 | 12.41 | - |
| YUV | 46.9 | 157.97 | 169.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 7 | 100 | 0 | 0.93 | 0.05 | 0.59 | 303.06 | 0.88 | 0.22 |
| Hex | 69 | 7 | 64 | 0 | 5D | 5 | 3B | 12F | 58 | 16 |
| Octal | 151 | 7 | 144 | 0 | 135 | 5 | 73 | 457 | 130 | 26 |
| Binary | 1101001 | 111 | 1100100 | 0 | 1011101 | 101 | 111011 | 100101111 | 1011000 | 10110 |
Color Harmonies of #690764
Complementary color
Monochromatic Colors of #690764
Black with #690764
Text Example
Text Example
White with #690764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #690764; }
p { color: rgb(105,7,100); }
H1.HeaderClassName
{
color: #690764;
}
.AnyTagClassName
{
color: #690764;
}
</style>
background-color css
<style>
a { background-color: #690764; }
a { background-color: rgb(105,7,100); }
div.DivClassName
{
background-color: #690764;
}
.BgClassName
{
background-color: #690764;
}
</style>
border-color css
<style>
span { border-color: #690764; }
span { border-color: rgb(105,7,100); }
td.TdClassName
{
border-color: #690764;
}
.TagClassName
{
border-color: #690764;
}
</style>