Shades of Purple #690666
Tints of Purple #690666
RGB
CMYK
RGB Variations
Color information
#690666 (or 0x690666) is known color: Purple. HEX triplet: 69, 06 and 66. RGB value is (105,6,102). Sum of RGB (Red+Green+Blue) = 105+6+102=213 (28% of max value = 765). Red value is 105 (41.41% from 255 or 49.30% from 213); Green value is 6 (2.73% from 255 or 2.82% from 213); Blue value is 102 (40.23% from 255 or 47.89% from 213); Max value from RGB is 105 - color contains mainly: red. Hex color #690666 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #690666 is #96F999. Grayscale: #2E2E2E. Windows color (decimal): -9894298 or 6686313. OLE color: 6686313.
HSL color Cylindrical-coordinate representation of color #690666: hue angle of 301.82º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #690666 is Cyan = 0, Magento = 0.94, Yellow = 0.03 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 6 | 102 | - |
| CMYK | 0 | 0.94 | 0.03 | 0.59 |
| HSL | 301.82º | 0.89% | 0.22% | - |
| HSV(B) | 301.82º | 0.94% | 0.41% | - |
| XYZ | 8.29 | 4.09 | 12.92 | - |
| YUV | 46.55 | 159.3 | 169.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 6 | 102 | 0 | 0.94 | 0.03 | 0.59 | 301.82 | 0.89 | 0.22 |
| Hex | 69 | 6 | 66 | 0 | 5E | 3 | 3B | 12E | 59 | 16 |
| Octal | 151 | 6 | 146 | 0 | 136 | 3 | 73 | 456 | 131 | 26 |
| Binary | 1101001 | 110 | 1100110 | 0 | 1011110 | 11 | 111011 | 100101110 | 1011001 | 10110 |
Color Harmonies of #690666
Complementary color
Monochromatic Colors of #690666
Black with #690666
Text Example
Text Example
White with #690666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #690666; }
p { color: rgb(105,6,102); }
H1.HeaderClassName
{
color: #690666;
}
.AnyTagClassName
{
color: #690666;
}
</style>
background-color css
<style>
a { background-color: #690666; }
a { background-color: rgb(105,6,102); }
div.DivClassName
{
background-color: #690666;
}
.BgClassName
{
background-color: #690666;
}
</style>
border-color css
<style>
span { border-color: #690666; }
span { border-color: rgb(105,6,102); }
td.TdClassName
{
border-color: #690666;
}
.TagClassName
{
border-color: #690666;
}
</style>