Shades of Purple #690069
Tints of Purple #690069
RGB
CMYK
RGB Variations
Color information
#690069 (or 0x690069) is known color: Purple. HEX triplet: 69, 00 and 69. RGB value is (105,0,105). Sum of RGB (Red+Green+Blue) = 105+0+105=210 (27% of max value = 765). Red value is 105 (41.41% from 255 or 50% from 210); Green value is 0 (0.39% from 255 or 0% from 210); Blue value is 105 (41.41% from 255 or 50% from 210); Max value from RGB is 105 - color contains mainly: red, blue. Hex color #690069 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #690069 is #96FF96. Grayscale: #2B2B2B. Windows color (decimal): -9895831 or 6881385. OLE color: 6881385.
HSL color Cylindrical-coordinate representation of color #690069: hue angle of 300º 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 #690069 is Cyan = 0, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 0 | 105 | - |
| CMYK | 0 | 1 | 0 | 0.59 |
| HSL | 300º | 1% | 0.21% | - |
| HSV(B) | 300º | 1% | 0.41% | - |
| XYZ | 8.38 | 4.02 | 13.7 | - |
| YUV | 43.37 | 162.79 | 171.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 0 | 105 | 0 | 1 | 0 | 0.59 | 300 | 1 | 0.21 |
| Hex | 69 | 0 | 69 | 0 | 64 | 0 | 3B | 12C | 64 | 15 |
| Octal | 151 | 0 | 151 | 0 | 144 | 0 | 73 | 454 | 144 | 25 |
| Binary | 1101001 | 0 | 1101001 | 0 | 1100100 | 0 | 111011 | 100101100 | 1100100 | 10101 |
Color Harmonies of #690069
Complementary color
Monochromatic Colors of #690069
Black with #690069
Text Example
Text Example
White with #690069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #690069; }
p { color: rgb(105,0,105); }
H1.HeaderClassName
{
color: #690069;
}
.AnyTagClassName
{
color: #690069;
}
</style>
background-color css
<style>
a { background-color: #690069; }
a { background-color: rgb(105,0,105); }
div.DivClassName
{
background-color: #690069;
}
.BgClassName
{
background-color: #690069;
}
</style>
border-color css
<style>
span { border-color: #690069; }
span { border-color: rgb(105,0,105); }
td.TdClassName
{
border-color: #690069;
}
.TagClassName
{
border-color: #690069;
}
</style>