Shades of Purple #680671
Tints of Purple #680671
RGB
CMYK
RGB Variations
Color information
#680671 (or 0x680671) is known color: Purple. HEX triplet: 68, 06 and 71. RGB value is (104,6,113). Sum of RGB (Red+Green+Blue) = 104+6+113=223 (29% of max value = 765). Red value is 104 (41.02% from 255 or 46.64% from 223); Green value is 6 (2.73% from 255 or 2.69% from 223); Blue value is 113 (44.53% from 255 or 50.67% from 223); Max value from RGB is 113 - color contains mainly: blue. Hex color #680671 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #680671 is #97F98E. Grayscale: #2F2F2F. Windows color (decimal): -9959823 or 7407208. OLE color: 7407208.
HSL color Cylindrical-coordinate representation of color #680671: hue angle of 294.95º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #680671 is Cyan = 0.08, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 104 | 6 | 113 | - |
| CMYK | 0.08 | 0.95 | 0 | 0.56 |
| HSL | 294.95º | 0.9% | 0.23% | - |
| HSV(B) | 294.95º | 0.95% | 0.44% | - |
| XYZ | 8.75 | 4.27 | 15.98 | - |
| YUV | 47.5 | 164.97 | 168.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 6 | 113 | 0.08 | 0.95 | 0 | 0.56 | 294.95 | 0.9 | 0.23 |
| Hex | 68 | 6 | 71 | 8 | 5F | 0 | 38 | 127 | 5A | 17 |
| Octal | 150 | 6 | 161 | 10 | 137 | 0 | 70 | 447 | 132 | 27 |
| Binary | 1101000 | 110 | 1110001 | 1000 | 1011111 | 0 | 111000 | 100100111 | 1011010 | 10111 |
Color Harmonies of #680671
Complementary color
Monochromatic Colors of #680671
Black with #680671
Text Example
Text Example
White with #680671
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #680671; }
p { color: rgb(104,6,113); }
H1.HeaderClassName
{
color: #680671;
}
.AnyTagClassName
{
color: #680671;
}
</style>
background-color css
<style>
a { background-color: #680671; }
a { background-color: rgb(104,6,113); }
div.DivClassName
{
background-color: #680671;
}
.BgClassName
{
background-color: #680671;
}
</style>
border-color css
<style>
span { border-color: #680671; }
span { border-color: rgb(104,6,113); }
td.TdClassName
{
border-color: #680671;
}
.TagClassName
{
border-color: #680671;
}
</style>