Shades of Purple #680669
Tints of Purple #680669
RGB
CMYK
RGB Variations
Color information
#680669 (or 0x680669) is known color: Purple. HEX triplet: 68, 06 and 69. RGB value is (104,6,105). Sum of RGB (Red+Green+Blue) = 104+6+105=215 (28% of max value = 765). Red value is 104 (41.02% from 255 or 48.37% from 215); Green value is 6 (2.73% from 255 or 2.79% from 215); Blue value is 105 (41.41% from 255 or 48.84% from 215); Max value from RGB is 105 - color contains mainly: blue. Hex color #680669 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #680669 is #97F996. Grayscale: #2E2E2E. Windows color (decimal): -9959831 or 6882920. OLE color: 6882920.
HSL color Cylindrical-coordinate representation of color #680669: hue angle of 299.39º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #680669 is Cyan = 0.01, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 6 | 105 | - |
| CMYK | 0.01 | 0.94 | 0 | 0.59 |
| HSL | 299.39º | 0.89% | 0.22% | - |
| HSV(B) | 299.39º | 0.94% | 0.41% | - |
| XYZ | 8.32 | 4.09 | 13.72 | - |
| YUV | 46.59 | 160.97 | 168.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 6 | 105 | 0.01 | 0.94 | 0 | 0.59 | 299.39 | 0.89 | 0.22 |
| Hex | 68 | 6 | 69 | 1 | 5E | 0 | 3B | 12B | 59 | 16 |
| Octal | 150 | 6 | 151 | 1 | 136 | 0 | 73 | 453 | 131 | 26 |
| Binary | 1101000 | 110 | 1101001 | 1 | 1011110 | 0 | 111011 | 100101011 | 1011001 | 10110 |
Color Harmonies of #680669
Complementary color
Monochromatic Colors of #680669
Black with #680669
Text Example
Text Example
White with #680669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #680669; }
p { color: rgb(104,6,105); }
H1.HeaderClassName
{
color: #680669;
}
.AnyTagClassName
{
color: #680669;
}
</style>
background-color css
<style>
a { background-color: #680669; }
a { background-color: rgb(104,6,105); }
div.DivClassName
{
background-color: #680669;
}
.BgClassName
{
background-color: #680669;
}
</style>
border-color css
<style>
span { border-color: #680669; }
span { border-color: rgb(104,6,105); }
td.TdClassName
{
border-color: #680669;
}
.TagClassName
{
border-color: #680669;
}
</style>