Shades of Palatinate Purple #690865
Tints of Palatinate Purple #690865
RGB
CMYK
RGB Variations
Color information
#690865 (or 0x690865) is known color: Palatinate Purple. HEX triplet: 69, 08 and 65. RGB value is (105,8,101). Sum of RGB (Red+Green+Blue) = 105+8+101=214 (28% of max value = 765). Red value is 105 (41.41% from 255 or 49.07% from 214); Green value is 8 (3.52% from 255 or 3.74% from 214); Blue value is 101 (39.84% from 255 or 47.20% from 214); Max value from RGB is 105 - color contains mainly: red. Hex color #690865 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #690865 is #96F79A. Grayscale: #2F2F2F. Windows color (decimal): -9893787 or 6621289. OLE color: 6621289.
HSL color Cylindrical-coordinate representation of color #690865: hue angle of 302.47º degrees, saturation: 0.86, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #690865 is Cyan = 0, Magento = 0.92, Yellow = 0.04 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 8 | 101 | - |
| CMYK | 0 | 0.92 | 0.04 | 0.59 |
| HSL | 302.47º | 0.86% | 0.22% | - |
| HSV(B) | 302.47º | 0.92% | 0.41% | - |
| XYZ | 8.26 | 4.12 | 12.67 | - |
| YUV | 47.61 | 158.14 | 168.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 8 | 101 | 0 | 0.92 | 0.04 | 0.59 | 302.47 | 0.86 | 0.22 |
| Hex | 69 | 8 | 65 | 0 | 5C | 4 | 3B | 12E | 56 | 16 |
| Octal | 151 | 10 | 145 | 0 | 134 | 4 | 73 | 456 | 126 | 26 |
| Binary | 1101001 | 1000 | 1100101 | 0 | 1011100 | 100 | 111011 | 100101110 | 1010110 | 10110 |
Color Harmonies of #690865
Complementary color
Monochromatic Colors of #690865
Black with #690865
Text Example
Text Example
White with #690865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #690865; }
p { color: rgb(105,8,101); }
H1.HeaderClassName
{
color: #690865;
}
.AnyTagClassName
{
color: #690865;
}
</style>
background-color css
<style>
a { background-color: #690865; }
a { background-color: rgb(105,8,101); }
div.DivClassName
{
background-color: #690865;
}
.BgClassName
{
background-color: #690865;
}
</style>
border-color css
<style>
span { border-color: #690865; }
span { border-color: rgb(105,8,101); }
td.TdClassName
{
border-color: #690865;
}
.TagClassName
{
border-color: #690865;
}
</style>