Shades of Purple #690E74
Tints of Purple #690E74
RGB
CMYK
RGB Variations
Color information
#690E74 (or 0x690E74) is known color: Purple. HEX triplet: 69, 0E and 74. RGB value is (105,14,116). Sum of RGB (Red+Green+Blue) = 105+14+116=235 (31% of max value = 765). Red value is 105 (41.41% from 255 or 44.68% from 235); Green value is 14 (5.86% from 255 or 5.96% from 235); Blue value is 116 (45.70% from 255 or 49.36% from 235); Max value from RGB is 116 - color contains mainly: blue. Hex color #690E74 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #690E74 is #96F18B. Grayscale: #343434. Windows color (decimal): -9892236 or 7605865. OLE color: 7605865.
HSL color Cylindrical-coordinate representation of color #690E74: hue angle of 293.53º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #690E74 is Cyan = 0.09, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 105 | 14 | 116 | - |
| CMYK | 0.09 | 0.88 | 0 | 0.55 |
| HSL | 293.53º | 0.78% | 0.25% | - |
| HSV(B) | 293.53º | 0.88% | 0.45% | - |
| XYZ | 9.14 | 4.58 | 16.93 | - |
| YUV | 52.84 | 163.65 | 165.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 14 | 116 | 0.09 | 0.88 | 0 | 0.55 | 293.53 | 0.78 | 0.25 |
| Hex | 69 | E | 74 | 9 | 58 | 0 | 37 | 126 | 4E | 19 |
| Octal | 151 | 16 | 164 | 11 | 130 | 0 | 67 | 446 | 116 | 31 |
| Binary | 1101001 | 1110 | 1110100 | 1001 | 1011000 | 0 | 110111 | 100100110 | 1001110 | 11001 |
Color Harmonies of #690E74
Complementary color
Monochromatic Colors of #690E74
Black with #690E74
Text Example
Text Example
White with #690E74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #690E74; }
p { color: rgb(105,14,116); }
H1.HeaderClassName
{
color: #690E74;
}
.AnyTagClassName
{
color: #690E74;
}
</style>
background-color css
<style>
a { background-color: #690E74; }
a { background-color: rgb(105,14,116); }
div.DivClassName
{
background-color: #690E74;
}
.BgClassName
{
background-color: #690E74;
}
</style>
border-color css
<style>
span { border-color: #690E74; }
span { border-color: rgb(105,14,116); }
td.TdClassName
{
border-color: #690E74;
}
.TagClassName
{
border-color: #690E74;
}
</style>