Shades of Purple #690E7E
Tints of Purple #690E7E
RGB
CMYK
RGB Variations
Color information
#690E7E (or 0x690E7E) is known color: Purple. HEX triplet: 69, 0E and 7E. RGB value is (105,14,126). Sum of RGB (Red+Green+Blue) = 105+14+126=245 (32% of max value = 765). Red value is 105 (41.41% from 255 or 42.86% from 245); Green value is 14 (5.86% from 255 or 5.71% from 245); Blue value is 126 (49.61% from 255 or 51.43% from 245); Max value from RGB is 126 - color contains mainly: blue. Hex color #690E7E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #690E7E is #96F181. Grayscale: #353535. Windows color (decimal): -9892226 or 8261225. OLE color: 8261225.
HSL color Cylindrical-coordinate representation of color #690E7E: hue angle of 288.75º degrees, saturation: 0.8, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #690E7E is Cyan = 0.17, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 105 | 14 | 126 | - |
| CMYK | 0.17 | 0.89 | 0 | 0.51 |
| HSL | 288.75º | 0.8% | 0.27% | - |
| HSV(B) | 288.75º | 0.89% | 0.49% | - |
| XYZ | 9.75 | 4.82 | 20.16 | - |
| YUV | 53.98 | 168.65 | 164.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 14 | 126 | 0.17 | 0.89 | 0 | 0.51 | 288.75 | 0.8 | 0.27 |
| Hex | 69 | E | 7E | 11 | 59 | 0 | 33 | 121 | 50 | 1B |
| Octal | 151 | 16 | 176 | 21 | 131 | 0 | 63 | 441 | 120 | 33 |
| Binary | 1101001 | 1110 | 1111110 | 10001 | 1011001 | 0 | 110011 | 100100001 | 1010000 | 11011 |
Color Harmonies of #690E7E
Complementary color
Monochromatic Colors of #690E7E
Black with #690E7E
Text Example
Text Example
White with #690E7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #690E7E; }
p { color: rgb(105,14,126); }
H1.HeaderClassName
{
color: #690E7E;
}
.AnyTagClassName
{
color: #690E7E;
}
</style>
background-color css
<style>
a { background-color: #690E7E; }
a { background-color: rgb(105,14,126); }
div.DivClassName
{
background-color: #690E7E;
}
.BgClassName
{
background-color: #690E7E;
}
</style>
border-color css
<style>
span { border-color: #690E7E; }
span { border-color: rgb(105,14,126); }
td.TdClassName
{
border-color: #690E7E;
}
.TagClassName
{
border-color: #690E7E;
}
</style>