Shades of Purple #680E71
Tints of Purple #680E71
RGB
CMYK
RGB Variations
Color information
#680E71 (or 0x680E71) is known color: Purple. HEX triplet: 68, 0E and 71. RGB value is (104,14,113). Sum of RGB (Red+Green+Blue) = 104+14+113=231 (30% of max value = 765). Red value is 104 (41.02% from 255 or 45.02% from 231); Green value is 14 (5.86% from 255 or 6.06% from 231); Blue value is 113 (44.53% from 255 or 48.92% from 231); Max value from RGB is 113 - color contains mainly: blue. Hex color #680E71 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #680E71 is #97F18E. Grayscale: #333333. Windows color (decimal): -9957775 or 7409256. OLE color: 7409256.
HSL color Cylindrical-coordinate representation of color #680E71: hue angle of 294.55º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #680E71 is Cyan = 0.08, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 104 | 14 | 113 | - |
| CMYK | 0.08 | 0.88 | 0 | 0.56 |
| HSL | 294.55º | 0.78% | 0.25% | - |
| HSV(B) | 294.55º | 0.88% | 0.44% | - |
| XYZ | 8.85 | 4.45 | 16.02 | - |
| YUV | 52.2 | 162.32 | 164.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 14 | 113 | 0.08 | 0.88 | 0 | 0.56 | 294.55 | 0.78 | 0.25 |
| Hex | 68 | E | 71 | 8 | 58 | 0 | 38 | 127 | 4E | 19 |
| Octal | 150 | 16 | 161 | 10 | 130 | 0 | 70 | 447 | 116 | 31 |
| Binary | 1101000 | 1110 | 1110001 | 1000 | 1011000 | 0 | 111000 | 100100111 | 1001110 | 11001 |
Color Harmonies of #680E71
Complementary color
Monochromatic Colors of #680E71
Black with #680E71
Text Example
Text Example
White with #680E71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #680E71; }
p { color: rgb(104,14,113); }
H1.HeaderClassName
{
color: #680E71;
}
.AnyTagClassName
{
color: #680E71;
}
</style>
background-color css
<style>
a { background-color: #680E71; }
a { background-color: rgb(104,14,113); }
div.DivClassName
{
background-color: #680E71;
}
.BgClassName
{
background-color: #680E71;
}
</style>
border-color css
<style>
span { border-color: #680E71; }
span { border-color: rgb(104,14,113); }
td.TdClassName
{
border-color: #680E71;
}
.TagClassName
{
border-color: #680E71;
}
</style>