Shades of Purple #680678
Tints of Purple #680678
RGB
CMYK
RGB Variations
Color information
#680678 (or 0x680678) is known color: Purple. HEX triplet: 68, 06 and 78. RGB value is (104,6,120). Sum of RGB (Red+Green+Blue) = 104+6+120=230 (30% of max value = 765). Red value is 104 (41.02% from 255 or 45.22% from 230); Green value is 6 (2.73% from 255 or 2.61% from 230); Blue value is 120 (47.27% from 255 or 52.17% from 230); Max value from RGB is 120 - color contains mainly: blue. Hex color #680678 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #680678 is #97F987. Grayscale: #2F2F2F. Windows color (decimal): -9959816 or 7865960. OLE color: 7865960.
HSL color Cylindrical-coordinate representation of color #680678: hue angle of 291.58º degrees, saturation: 0.9, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #680678 is Cyan = 0.13, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 104 | 6 | 120 | - |
| CMYK | 0.13 | 0.95 | 0 | 0.53 |
| HSL | 291.58º | 0.9% | 0.25% | - |
| HSV(B) | 291.58º | 0.95% | 0.47% | - |
| XYZ | 9.16 | 4.43 | 18.14 | - |
| YUV | 48.3 | 168.47 | 167.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 6 | 120 | 0.13 | 0.95 | 0 | 0.53 | 291.58 | 0.9 | 0.25 |
| Hex | 68 | 6 | 78 | D | 5F | 0 | 35 | 124 | 5A | 19 |
| Octal | 150 | 6 | 170 | 15 | 137 | 0 | 65 | 444 | 132 | 31 |
| Binary | 1101000 | 110 | 1111000 | 1101 | 1011111 | 0 | 110101 | 100100100 | 1011010 | 11001 |
Color Harmonies of #680678
Complementary color
Monochromatic Colors of #680678
Black with #680678
Text Example
Text Example
White with #680678
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #680678; }
p { color: rgb(104,6,120); }
H1.HeaderClassName
{
color: #680678;
}
.AnyTagClassName
{
color: #680678;
}
</style>
background-color css
<style>
a { background-color: #680678; }
a { background-color: rgb(104,6,120); }
div.DivClassName
{
background-color: #680678;
}
.BgClassName
{
background-color: #680678;
}
</style>
border-color css
<style>
span { border-color: #680678; }
span { border-color: rgb(104,6,120); }
td.TdClassName
{
border-color: #680678;
}
.TagClassName
{
border-color: #680678;
}
</style>