Shades of Purple #691076
Tints of Purple #691076
RGB
CMYK
RGB Variations
Color information
#691076 (or 0x691076) is known color: Purple. HEX triplet: 69, 10 and 76. RGB value is (105,16,118). Sum of RGB (Red+Green+Blue) = 105+16+118=239 (31% of max value = 765). Red value is 105 (41.41% from 255 or 43.93% from 239); Green value is 16 (6.64% from 255 or 6.69% from 239); Blue value is 118 (46.48% from 255 or 49.37% from 239); Max value from RGB is 118 - color contains mainly: blue. Hex color #691076 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #691076 is #96EF89. Grayscale: #353535. Windows color (decimal): -9891722 or 7737449. OLE color: 7737449.
HSL color Cylindrical-coordinate representation of color #691076: hue angle of 292.35º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #691076 is Cyan = 0.11, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 105 | 16 | 118 | - |
| CMYK | 0.11 | 0.86 | 0 | 0.54 |
| HSL | 292.35º | 0.76% | 0.26% | - |
| HSV(B) | 292.35º | 0.86% | 0.46% | - |
| XYZ | 9.28 | 4.68 | 17.55 | - |
| YUV | 54.24 | 163.99 | 164.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 16 | 118 | 0.11 | 0.86 | 0 | 0.54 | 292.35 | 0.76 | 0.26 |
| Hex | 69 | 10 | 76 | B | 56 | 0 | 36 | 124 | 4C | 1A |
| Octal | 151 | 20 | 166 | 13 | 126 | 0 | 66 | 444 | 114 | 32 |
| Binary | 1101001 | 10000 | 1110110 | 1011 | 1010110 | 0 | 110110 | 100100100 | 1001100 | 11010 |
Color Harmonies of #691076
Complementary color
Monochromatic Colors of #691076
Black with #691076
Text Example
Text Example
White with #691076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #691076; }
p { color: rgb(105,16,118); }
H1.HeaderClassName
{
color: #691076;
}
.AnyTagClassName
{
color: #691076;
}
</style>
background-color css
<style>
a { background-color: #691076; }
a { background-color: rgb(105,16,118); }
div.DivClassName
{
background-color: #691076;
}
.BgClassName
{
background-color: #691076;
}
</style>
border-color css
<style>
span { border-color: #691076; }
span { border-color: rgb(105,16,118); }
td.TdClassName
{
border-color: #691076;
}
.TagClassName
{
border-color: #691076;
}
</style>