Shades of Purple #680B71
Tints of Purple #680B71
RGB
CMYK
RGB Variations
Color information
#680B71 (or 0x680B71) is known color: Purple. HEX triplet: 68, 0B and 71. RGB value is (104,11,113). Sum of RGB (Red+Green+Blue) = 104+11+113=228 (30% of max value = 765). Red value is 104 (41.02% from 255 or 45.61% from 228); Green value is 11 (4.69% from 255 or 4.82% from 228); Blue value is 113 (44.53% from 255 or 49.56% from 228); Max value from RGB is 113 - color contains mainly: blue. Hex color #680B71 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #680B71 is #97F48E. Grayscale: #323232. Windows color (decimal): -9958543 or 7408488. OLE color: 7408488.
HSL color Cylindrical-coordinate representation of color #680B71: hue angle of 294.71º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #680B71 is Cyan = 0.08, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 104 | 11 | 113 | - |
| CMYK | 0.08 | 0.90 | 0 | 0.56 |
| HSL | 294.71º | 0.82% | 0.24% | - |
| HSV(B) | 294.71º | 0.9% | 0.44% | - |
| XYZ | 8.81 | 4.37 | 16 | - |
| YUV | 50.44 | 163.31 | 166.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 11 | 113 | 0.08 | 0.90 | 0 | 0.56 | 294.71 | 0.82 | 0.24 |
| Hex | 68 | B | 71 | 8 | 5A | 0 | 38 | 127 | 52 | 18 |
| Octal | 150 | 13 | 161 | 10 | 132 | 0 | 70 | 447 | 122 | 30 |
| Binary | 1101000 | 1011 | 1110001 | 1000 | 1011010 | 0 | 111000 | 100100111 | 1010010 | 11000 |
Color Harmonies of #680B71
Complementary color
Monochromatic Colors of #680B71
Black with #680B71
Text Example
Text Example
White with #680B71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #680B71; }
p { color: rgb(104,11,113); }
H1.HeaderClassName
{
color: #680B71;
}
.AnyTagClassName
{
color: #680B71;
}
</style>
background-color css
<style>
a { background-color: #680B71; }
a { background-color: rgb(104,11,113); }
div.DivClassName
{
background-color: #680B71;
}
.BgClassName
{
background-color: #680B71;
}
</style>
border-color css
<style>
span { border-color: #680B71; }
span { border-color: rgb(104,11,113); }
td.TdClassName
{
border-color: #680B71;
}
.TagClassName
{
border-color: #680B71;
}
</style>