Shades of Palatinate Purple #690A69
Tints of Palatinate Purple #690A69
RGB
CMYK
RGB Variations
Color information
#690A69 (or 0x690A69) is known color: Palatinate Purple. HEX triplet: 69, 0A and 69. RGB value is (105,10,105). Sum of RGB (Red+Green+Blue) = 105+10+105=220 (29% of max value = 765). Red value is 105 (41.41% from 255 or 47.73% from 220); Green value is 10 (4.30% from 255 or 4.55% from 220); Blue value is 105 (41.41% from 255 or 47.73% from 220); Max value from RGB is 105 - color contains mainly: red, blue. Hex color #690A69 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #690A69 is #96F596. Grayscale: #303030. Windows color (decimal): -9893271 or 6883945. OLE color: 6883945.
HSL color Cylindrical-coordinate representation of color #690A69: hue angle of 300º degrees, saturation: 0.83, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #690A69 is Cyan = 0, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 10 | 105 | - |
| CMYK | 0 | 0.90 | 0 | 0.59 |
| HSL | 300º | 0.83% | 0.23% | - |
| HSV(B) | 300º | 0.9% | 0.41% | - |
| XYZ | 8.48 | 4.24 | 13.74 | - |
| YUV | 49.24 | 159.47 | 167.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 10 | 105 | 0 | 0.90 | 0 | 0.59 | 300 | 0.83 | 0.23 |
| Hex | 69 | A | 69 | 0 | 5A | 0 | 3B | 12C | 53 | 17 |
| Octal | 151 | 12 | 151 | 0 | 132 | 0 | 73 | 454 | 123 | 27 |
| Binary | 1101001 | 1010 | 1101001 | 0 | 1011010 | 0 | 111011 | 100101100 | 1010011 | 10111 |
Color Harmonies of #690A69
Complementary color
Monochromatic Colors of #690A69
Black with #690A69
Text Example
Text Example
White with #690A69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #690A69; }
p { color: rgb(105,10,105); }
H1.HeaderClassName
{
color: #690A69;
}
.AnyTagClassName
{
color: #690A69;
}
</style>
background-color css
<style>
a { background-color: #690A69; }
a { background-color: rgb(105,10,105); }
div.DivClassName
{
background-color: #690A69;
}
.BgClassName
{
background-color: #690A69;
}
</style>
border-color css
<style>
span { border-color: #690A69; }
span { border-color: rgb(105,10,105); }
td.TdClassName
{
border-color: #690A69;
}
.TagClassName
{
border-color: #690A69;
}
</style>