Shades of Purple #691089
Tints of Purple #691089
RGB
CMYK
RGB Variations
Color information
#691089 (or 0x691089) is known color: Purple. HEX triplet: 69, 10 and 89. RGB value is (105,16,137). Sum of RGB (Red+Green+Blue) = 105+16+137=258 (34% of max value = 765). Red value is 105 (41.41% from 255 or 40.70% from 258); Green value is 16 (6.64% from 255 or 6.20% from 258); Blue value is 137 (53.91% from 255 or 53.10% from 258); Max value from RGB is 137 - color contains mainly: blue. Hex color #691089 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #691089 is #96EF76. Grayscale: #383838. Windows color (decimal): -9891703 or 8982633. OLE color: 8982633.
HSL color Cylindrical-coordinate representation of color #691089: hue angle of 284.13º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #691089 is Cyan = 0.23, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 105 | 16 | 137 | - |
| CMYK | 0.23 | 0.88 | 0 | 0.46 |
| HSL | 284.13º | 0.79% | 0.3% | - |
| HSV(B) | 284.13º | 0.88% | 0.54% | - |
| XYZ | 10.53 | 5.18 | 24.11 | - |
| YUV | 56.41 | 173.49 | 162.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 16 | 137 | 0.23 | 0.88 | 0 | 0.46 | 284.13 | 0.79 | 0.3 |
| Hex | 69 | 10 | 89 | 17 | 58 | 0 | 2E | 11C | 4F | 1E |
| Octal | 151 | 20 | 211 | 27 | 130 | 0 | 56 | 434 | 117 | 36 |
| Binary | 1101001 | 10000 | 10001001 | 10111 | 1011000 | 0 | 101110 | 100011100 | 1001111 | 11110 |
Color Harmonies of #691089
Complementary color
Monochromatic Colors of #691089
Black with #691089
Text Example
Text Example
White with #691089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #691089; }
p { color: rgb(105,16,137); }
H1.HeaderClassName
{
color: #691089;
}
.AnyTagClassName
{
color: #691089;
}
</style>
background-color css
<style>
a { background-color: #691089; }
a { background-color: rgb(105,16,137); }
div.DivClassName
{
background-color: #691089;
}
.BgClassName
{
background-color: #691089;
}
</style>
border-color css
<style>
span { border-color: #691089; }
span { border-color: rgb(105,16,137); }
td.TdClassName
{
border-color: #691089;
}
.TagClassName
{
border-color: #691089;
}
</style>