Shades of Purple #690066
Tints of Purple #690066
RGB
CMYK
RGB Variations
Color information
#690066 (or 0x690066) is known color: Purple. HEX triplet: 69, 00 and 66. RGB value is (105,0,102). Sum of RGB (Red+Green+Blue) = 105+0+102=207 (27% of max value = 765). Red value is 105 (41.41% from 255 or 50.72% from 207); Green value is 0 (0.39% from 255 or 0% from 207); Blue value is 102 (40.23% from 255 or 49.28% from 207); Max value from RGB is 105 - color contains mainly: red. Hex color #690066 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #690066 is #96FF99. Grayscale: #2A2A2A. Windows color (decimal): -9895834 or 6684777. OLE color: 6684777.
HSL color Cylindrical-coordinate representation of color #690066: hue angle of 301.71º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 1%. Process color model (Four color, CMYK) of #690066 is Cyan = 0, Magento = 1, Yellow = 0.03 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 0 | 102 | - |
| CMYK | 0 | 1 | 0.03 | 0.59 |
| HSL | 301.71º | 1% | 0.21% | - |
| HSV(B) | 301.71º | 1% | 0.41% | - |
| XYZ | 8.22 | 3.96 | 12.9 | - |
| YUV | 43.02 | 161.29 | 172.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 0 | 102 | 0 | 1 | 0.03 | 0.59 | 301.71 | 1 | 0.21 |
| Hex | 69 | 0 | 66 | 0 | 64 | 3 | 3B | 12E | 64 | 15 |
| Octal | 151 | 0 | 146 | 0 | 144 | 3 | 73 | 456 | 144 | 25 |
| Binary | 1101001 | 0 | 1100110 | 0 | 1100100 | 11 | 111011 | 100101110 | 1100100 | 10101 |
Color Harmonies of #690066
Complementary color
Monochromatic Colors of #690066
Black with #690066
Text Example
Text Example
White with #690066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #690066; }
p { color: rgb(105,0,102); }
H1.HeaderClassName
{
color: #690066;
}
.AnyTagClassName
{
color: #690066;
}
</style>
background-color css
<style>
a { background-color: #690066; }
a { background-color: rgb(105,0,102); }
div.DivClassName
{
background-color: #690066;
}
.BgClassName
{
background-color: #690066;
}
</style>
border-color css
<style>
span { border-color: #690066; }
span { border-color: rgb(105,0,102); }
td.TdClassName
{
border-color: #690066;
}
.TagClassName
{
border-color: #690066;
}
</style>