Shades of Purple #680980
Tints of Purple #680980
RGB
CMYK
RGB Variations
Color information
#680980 (or 0x680980) is known color: Purple. HEX triplet: 68, 09 and 80. RGB value is (104,9,128). Sum of RGB (Red+Green+Blue) = 104+9+128=241 (31% of max value = 765). Red value is 104 (41.02% from 255 or 43.15% from 241); Green value is 9 (3.91% from 255 or 3.73% from 241); Blue value is 128 (50.39% from 255 or 53.11% from 241); Max value from RGB is 128 - color contains mainly: blue. Hex color #680980 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #680980 is #97F67F. Grayscale: #323232. Windows color (decimal): -9959040 or 8391016. OLE color: 8391016.
HSL color Cylindrical-coordinate representation of color #680980: hue angle of 287.9º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #680980 is Cyan = 0.19, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 104 | 9 | 128 | - |
| CMYK | 0.19 | 0.93 | 0 | 0.50 |
| HSL | 287.9º | 0.87% | 0.27% | - |
| HSV(B) | 287.9º | 0.93% | 0.5% | - |
| XYZ | 9.7 | 4.7 | 20.82 | - |
| YUV | 50.97 | 171.47 | 165.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 9 | 128 | 0.19 | 0.93 | 0 | 0.50 | 287.9 | 0.87 | 0.27 |
| Hex | 68 | 9 | 80 | 13 | 5D | 0 | 32 | 120 | 57 | 1B |
| Octal | 150 | 11 | 200 | 23 | 135 | 0 | 62 | 440 | 127 | 33 |
| Binary | 1101000 | 1001 | 10000000 | 10011 | 1011101 | 0 | 110010 | 100100000 | 1010111 | 11011 |
Color Harmonies of #680980
Complementary color
Monochromatic Colors of #680980
Black with #680980
Text Example
Text Example
White with #680980
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #680980; }
p { color: rgb(104,9,128); }
H1.HeaderClassName
{
color: #680980;
}
.AnyTagClassName
{
color: #680980;
}
</style>
background-color css
<style>
a { background-color: #680980; }
a { background-color: rgb(104,9,128); }
div.DivClassName
{
background-color: #680980;
}
.BgClassName
{
background-color: #680980;
}
</style>
border-color css
<style>
span { border-color: #680980; }
span { border-color: rgb(104,9,128); }
td.TdClassName
{
border-color: #680980;
}
.TagClassName
{
border-color: #680980;
}
</style>