Shades of Purple #690A7E
Tints of Purple #690A7E
RGB
CMYK
RGB Variations
Color information
#690A7E (or 0x690A7E) is known color: Purple. HEX triplet: 69, 0A and 7E. RGB value is (105,10,126). Sum of RGB (Red+Green+Blue) = 105+10+126=241 (31% of max value = 765). Red value is 105 (41.41% from 255 or 43.57% from 241); Green value is 10 (4.30% from 255 or 4.15% from 241); Blue value is 126 (49.61% from 255 or 52.28% from 241); Max value from RGB is 126 - color contains mainly: blue. Hex color #690A7E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #690A7E is #96F581. Grayscale: #333333. Windows color (decimal): -9893250 or 8260201. OLE color: 8260201.
HSL color Cylindrical-coordinate representation of color #690A7E: hue angle of 289.14º degrees, saturation: 0.85, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #690A7E is Cyan = 0.17, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 105 | 10 | 126 | - |
| CMYK | 0.17 | 0.92 | 0 | 0.51 |
| HSL | 289.14º | 0.85% | 0.27% | - |
| HSV(B) | 289.14º | 0.92% | 0.49% | - |
| XYZ | 9.7 | 4.73 | 20.14 | - |
| YUV | 51.63 | 169.97 | 166.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 10 | 126 | 0.17 | 0.92 | 0 | 0.51 | 289.14 | 0.85 | 0.27 |
| Hex | 69 | A | 7E | 11 | 5C | 0 | 33 | 121 | 55 | 1B |
| Octal | 151 | 12 | 176 | 21 | 134 | 0 | 63 | 441 | 125 | 33 |
| Binary | 1101001 | 1010 | 1111110 | 10001 | 1011100 | 0 | 110011 | 100100001 | 1010101 | 11011 |
Color Harmonies of #690A7E
Complementary color
Monochromatic Colors of #690A7E
Black with #690A7E
Text Example
Text Example
White with #690A7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #690A7E; }
p { color: rgb(105,10,126); }
H1.HeaderClassName
{
color: #690A7E;
}
.AnyTagClassName
{
color: #690A7E;
}
</style>
background-color css
<style>
a { background-color: #690A7E; }
a { background-color: rgb(105,10,126); }
div.DivClassName
{
background-color: #690A7E;
}
.BgClassName
{
background-color: #690A7E;
}
</style>
border-color css
<style>
span { border-color: #690A7E; }
span { border-color: rgb(105,10,126); }
td.TdClassName
{
border-color: #690A7E;
}
.TagClassName
{
border-color: #690A7E;
}
</style>