Shades of Purple #680869
Tints of Purple #680869
RGB
CMYK
RGB Variations
Color information
#680869 (or 0x680869) is known color: Purple. HEX triplet: 68, 08 and 69. RGB value is (104,8,105). Sum of RGB (Red+Green+Blue) = 104+8+105=217 (28% of max value = 765). Red value is 104 (41.02% from 255 or 47.93% from 217); Green value is 8 (3.52% from 255 or 3.69% from 217); Blue value is 105 (41.41% from 255 or 48.39% from 217); Max value from RGB is 105 - color contains mainly: blue. Hex color #680869 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #680869 is #97F796. Grayscale: #2F2F2F. Windows color (decimal): -9959319 or 6883432. OLE color: 6883432.
HSL color Cylindrical-coordinate representation of color #680869: hue angle of 299.38º degrees, saturation: 0.86, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #680869 is Cyan = 0.01, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 8 | 105 | - |
| CMYK | 0.01 | 0.92 | 0 | 0.59 |
| HSL | 299.38º | 0.86% | 0.22% | - |
| HSV(B) | 299.38º | 0.92% | 0.41% | - |
| XYZ | 8.35 | 4.14 | 13.72 | - |
| YUV | 47.76 | 160.3 | 168.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 8 | 105 | 0.01 | 0.92 | 0 | 0.59 | 299.38 | 0.86 | 0.22 |
| Hex | 68 | 8 | 69 | 1 | 5C | 0 | 3B | 12B | 56 | 16 |
| Octal | 150 | 10 | 151 | 1 | 134 | 0 | 73 | 453 | 126 | 26 |
| Binary | 1101000 | 1000 | 1101001 | 1 | 1011100 | 0 | 111011 | 100101011 | 1010110 | 10110 |
Color Harmonies of #680869
Complementary color
Monochromatic Colors of #680869
Black with #680869
Text Example
Text Example
White with #680869
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #680869; }
p { color: rgb(104,8,105); }
H1.HeaderClassName
{
color: #680869;
}
.AnyTagClassName
{
color: #680869;
}
</style>
background-color css
<style>
a { background-color: #680869; }
a { background-color: rgb(104,8,105); }
div.DivClassName
{
background-color: #680869;
}
.BgClassName
{
background-color: #680869;
}
</style>
border-color css
<style>
span { border-color: #680869; }
span { border-color: rgb(104,8,105); }
td.TdClassName
{
border-color: #680869;
}
.TagClassName
{
border-color: #680869;
}
</style>