Shades of Palatinate Purple #690C69
Tints of Palatinate Purple #690C69
RGB
CMYK
RGB Variations
Color information
#690C69 (or 0x690C69) is known color: Palatinate Purple. HEX triplet: 69, 0C and 69. RGB value is (105,12,105). Sum of RGB (Red+Green+Blue) = 105+12+105=222 (29% of max value = 765). Red value is 105 (41.41% from 255 or 47.30% from 222); Green value is 12 (5.08% from 255 or 5.41% from 222); Blue value is 105 (41.41% from 255 or 47.30% from 222); Max value from RGB is 105 - color contains mainly: red, blue. Hex color #690C69 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #690C69 is #96F396. Grayscale: #323232. Windows color (decimal): -9892759 or 6884457. OLE color: 6884457.
HSL color Cylindrical-coordinate representation of color #690C69: hue angle of 300º degrees, saturation: 0.79, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #690C69 is Cyan = 0, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 12 | 105 | - |
| CMYK | 0 | 0.89 | 0 | 0.59 |
| HSL | 300º | 0.79% | 0.23% | - |
| HSV(B) | 300º | 0.89% | 0.41% | - |
| XYZ | 8.51 | 4.29 | 13.74 | - |
| YUV | 50.41 | 158.81 | 166.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 12 | 105 | 0 | 0.89 | 0 | 0.59 | 300 | 0.79 | 0.23 |
| Hex | 69 | C | 69 | 0 | 59 | 0 | 3B | 12C | 4F | 17 |
| Octal | 151 | 14 | 151 | 0 | 131 | 0 | 73 | 454 | 117 | 27 |
| Binary | 1101001 | 1100 | 1101001 | 0 | 1011001 | 0 | 111011 | 100101100 | 1001111 | 10111 |
Color Harmonies of #690C69
Complementary color
Monochromatic Colors of #690C69
Black with #690C69
Text Example
Text Example
White with #690C69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #690C69; }
p { color: rgb(105,12,105); }
H1.HeaderClassName
{
color: #690C69;
}
.AnyTagClassName
{
color: #690C69;
}
</style>
background-color css
<style>
a { background-color: #690C69; }
a { background-color: rgb(105,12,105); }
div.DivClassName
{
background-color: #690C69;
}
.BgClassName
{
background-color: #690C69;
}
</style>
border-color css
<style>
span { border-color: #690C69; }
span { border-color: rgb(105,12,105); }
td.TdClassName
{
border-color: #690C69;
}
.TagClassName
{
border-color: #690C69;
}
</style>