Shades of Purple #690166
Tints of Purple #690166
RGB
CMYK
RGB Variations
Color information
#690166 (or 0x690166) is known color: Purple. HEX triplet: 69, 01 and 66. RGB value is (105,1,102). Sum of RGB (Red+Green+Blue) = 105+1+102=208 (27% of max value = 765). Red value is 105 (41.41% from 255 or 50.48% from 208); Green value is 1 (0.78% from 255 or 0.48% from 208); Blue value is 102 (40.23% from 255 or 49.04% from 208); Max value from RGB is 105 - color contains mainly: red. Hex color #690166 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #690166 is #96FE99. Grayscale: #2B2B2B. Windows color (decimal): -9895578 or 6685033. OLE color: 6685033.
HSL color Cylindrical-coordinate representation of color #690166: hue angle of 301.73º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #690166 is Cyan = 0, Magento = 0.99, Yellow = 0.03 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 1 | 102 | - |
| CMYK | 0 | 0.99 | 0.03 | 0.59 |
| HSL | 301.73º | 0.98% | 0.21% | - |
| HSV(B) | 301.73º | 0.99% | 0.41% | - |
| XYZ | 8.23 | 3.98 | 12.91 | - |
| YUV | 43.61 | 160.96 | 171.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 1 | 102 | 0 | 0.99 | 0.03 | 0.59 | 301.73 | 0.98 | 0.21 |
| Hex | 69 | 1 | 66 | 0 | 63 | 3 | 3B | 12E | 62 | 15 |
| Octal | 151 | 1 | 146 | 0 | 143 | 3 | 73 | 456 | 142 | 25 |
| Binary | 1101001 | 1 | 1100110 | 0 | 1100011 | 11 | 111011 | 100101110 | 1100010 | 10101 |
Color Harmonies of #690166
Complementary color
Monochromatic Colors of #690166
Black with #690166
Text Example
Text Example
White with #690166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #690166; }
p { color: rgb(105,1,102); }
H1.HeaderClassName
{
color: #690166;
}
.AnyTagClassName
{
color: #690166;
}
</style>
background-color css
<style>
a { background-color: #690166; }
a { background-color: rgb(105,1,102); }
div.DivClassName
{
background-color: #690166;
}
.BgClassName
{
background-color: #690166;
}
</style>
border-color css
<style>
span { border-color: #690166; }
span { border-color: rgb(105,1,102); }
td.TdClassName
{
border-color: #690166;
}
.TagClassName
{
border-color: #690166;
}
</style>