Shades of Purple #680971
Tints of Purple #680971
RGB
CMYK
RGB Variations
Color information
#680971 (or 0x680971) is known color: Purple. HEX triplet: 68, 09 and 71. RGB value is (104,9,113). Sum of RGB (Red+Green+Blue) = 104+9+113=226 (29% of max value = 765). Red value is 104 (41.02% from 255 or 46.02% from 226); Green value is 9 (3.91% from 255 or 3.98% from 226); Blue value is 113 (44.53% from 255 or 50% from 226); Max value from RGB is 113 - color contains mainly: blue. Hex color #680971 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #680971 is #97F68E. Grayscale: #303030. Windows color (decimal): -9959055 or 7407976. OLE color: 7407976.
HSL color Cylindrical-coordinate representation of color #680971: hue angle of 294.81º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #680971 is Cyan = 0.08, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 104 | 9 | 113 | - |
| CMYK | 0.08 | 0.92 | 0 | 0.56 |
| HSL | 294.81º | 0.85% | 0.24% | - |
| HSV(B) | 294.81º | 0.92% | 0.44% | - |
| XYZ | 8.79 | 4.33 | 16 | - |
| YUV | 49.26 | 163.97 | 167.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 9 | 113 | 0.08 | 0.92 | 0 | 0.56 | 294.81 | 0.85 | 0.24 |
| Hex | 68 | 9 | 71 | 8 | 5C | 0 | 38 | 127 | 55 | 18 |
| Octal | 150 | 11 | 161 | 10 | 134 | 0 | 70 | 447 | 125 | 30 |
| Binary | 1101000 | 1001 | 1110001 | 1000 | 1011100 | 0 | 111000 | 100100111 | 1010101 | 11000 |
Color Harmonies of #680971
Complementary color
Monochromatic Colors of #680971
Black with #680971
Text Example
Text Example
White with #680971
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #680971; }
p { color: rgb(104,9,113); }
H1.HeaderClassName
{
color: #680971;
}
.AnyTagClassName
{
color: #680971;
}
</style>
background-color css
<style>
a { background-color: #680971; }
a { background-color: rgb(104,9,113); }
div.DivClassName
{
background-color: #680971;
}
.BgClassName
{
background-color: #680971;
}
</style>
border-color css
<style>
span { border-color: #680971; }
span { border-color: rgb(104,9,113); }
td.TdClassName
{
border-color: #680971;
}
.TagClassName
{
border-color: #680971;
}
</style>