Shades of Purple #680D71
Tints of Purple #680D71
RGB
CMYK
RGB Variations
Color information
#680D71 (or 0x680D71) is known color: Purple. HEX triplet: 68, 0D and 71. RGB value is (104,13,113). Sum of RGB (Red+Green+Blue) = 104+13+113=230 (30% of max value = 765). Red value is 104 (41.02% from 255 or 45.22% from 230); Green value is 13 (5.47% from 255 or 5.65% from 230); Blue value is 113 (44.53% from 255 or 49.13% from 230); Max value from RGB is 113 - color contains mainly: blue. Hex color #680D71 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #680D71 is #97F28E. Grayscale: #333333. Windows color (decimal): -9958031 or 7409000. OLE color: 7409000.
HSL color Cylindrical-coordinate representation of color #680D71: hue angle of 294.6º degrees, saturation: 0.79, 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 #680D71 is Cyan = 0.08, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 104 | 13 | 113 | - |
| CMYK | 0.08 | 0.88 | 0 | 0.56 |
| HSL | 294.6º | 0.79% | 0.25% | - |
| HSV(B) | 294.6º | 0.88% | 0.44% | - |
| XYZ | 8.83 | 4.42 | 16.01 | - |
| YUV | 51.61 | 162.65 | 165.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 13 | 113 | 0.08 | 0.88 | 0 | 0.56 | 294.6 | 0.79 | 0.25 |
| Hex | 68 | D | 71 | 8 | 58 | 0 | 38 | 127 | 4F | 19 |
| Octal | 150 | 15 | 161 | 10 | 130 | 0 | 70 | 447 | 117 | 31 |
| Binary | 1101000 | 1101 | 1110001 | 1000 | 1011000 | 0 | 111000 | 100100111 | 1001111 | 11001 |
Color Harmonies of #680D71
Complementary color
Monochromatic Colors of #680D71
Black with #680D71
Text Example
Text Example
White with #680D71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #680D71; }
p { color: rgb(104,13,113); }
H1.HeaderClassName
{
color: #680D71;
}
.AnyTagClassName
{
color: #680D71;
}
</style>
background-color css
<style>
a { background-color: #680D71; }
a { background-color: rgb(104,13,113); }
div.DivClassName
{
background-color: #680D71;
}
.BgClassName
{
background-color: #680D71;
}
</style>
border-color css
<style>
span { border-color: #680D71; }
span { border-color: rgb(104,13,113); }
td.TdClassName
{
border-color: #680D71;
}
.TagClassName
{
border-color: #680D71;
}
</style>