Shades of Palatinate Purple #690D66
Tints of Palatinate Purple #690D66
RGB
CMYK
RGB Variations
Color information
#690D66 (or 0x690D66) is known color: Palatinate Purple. HEX triplet: 69, 0D and 66. RGB value is (105,13,102). Sum of RGB (Red+Green+Blue) = 105+13+102=220 (29% of max value = 765). Red value is 105 (41.41% from 255 or 47.73% from 220); Green value is 13 (5.47% from 255 or 5.91% from 220); Blue value is 102 (40.23% from 255 or 46.36% from 220); Max value from RGB is 105 - color contains mainly: red. Hex color #690D66 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #690D66 is #96F299. Grayscale: #323232. Windows color (decimal): -9892506 or 6688105. OLE color: 6688105.
HSL color Cylindrical-coordinate representation of color #690D66: hue angle of 301.96º degrees, saturation: 0.78, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #690D66 is Cyan = 0, Magento = 0.88, Yellow = 0.03 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 13 | 102 | - |
| CMYK | 0 | 0.88 | 0.03 | 0.59 |
| HSL | 301.96º | 0.78% | 0.23% | - |
| HSV(B) | 301.96º | 0.88% | 0.41% | - |
| XYZ | 8.37 | 4.25 | 12.95 | - |
| YUV | 50.65 | 156.98 | 166.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 13 | 102 | 0 | 0.88 | 0.03 | 0.59 | 301.96 | 0.78 | 0.23 |
| Hex | 69 | D | 66 | 0 | 58 | 3 | 3B | 12E | 4E | 17 |
| Octal | 151 | 15 | 146 | 0 | 130 | 3 | 73 | 456 | 116 | 27 |
| Binary | 1101001 | 1101 | 1100110 | 0 | 1011000 | 11 | 111011 | 100101110 | 1001110 | 10111 |
Color Harmonies of #690D66
Complementary color
Monochromatic Colors of #690D66
Black with #690D66
Text Example
Text Example
White with #690D66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #690D66; }
p { color: rgb(105,13,102); }
H1.HeaderClassName
{
color: #690D66;
}
.AnyTagClassName
{
color: #690D66;
}
</style>
background-color css
<style>
a { background-color: #690D66; }
a { background-color: rgb(105,13,102); }
div.DivClassName
{
background-color: #690D66;
}
.BgClassName
{
background-color: #690D66;
}
</style>
border-color css
<style>
span { border-color: #690D66; }
span { border-color: rgb(105,13,102); }
td.TdClassName
{
border-color: #690D66;
}
.TagClassName
{
border-color: #690D66;
}
</style>