Shades of Purple #680D70
Tints of Purple #680D70
RGB
CMYK
RGB Variations
Color information
#680D70 (or 0x680D70) is known color: Purple. HEX triplet: 68, 0D and 70. RGB value is (104,13,112). Sum of RGB (Red+Green+Blue) = 104+13+112=229 (30% of max value = 765). Red value is 104 (41.02% from 255 or 45.41% from 229); Green value is 13 (5.47% from 255 or 5.68% from 229); Blue value is 112 (44.14% from 255 or 48.91% from 229); Max value from RGB is 112 - color contains mainly: blue. Hex color #680D70 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #680D70 is #97F28F. Grayscale: #333333. Windows color (decimal): -9958032 or 7343464. OLE color: 7343464.
HSL color Cylindrical-coordinate representation of color #680D70: hue angle of 295.15º 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 #680D70 is Cyan = 0.07, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 104 | 13 | 112 | - |
| CMYK | 0.07 | 0.88 | 0 | 0.56 |
| HSL | 295.15º | 0.79% | 0.25% | - |
| HSV(B) | 295.15º | 0.88% | 0.44% | - |
| XYZ | 8.78 | 4.4 | 15.72 | - |
| YUV | 51.5 | 162.15 | 165.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 13 | 112 | 0.07 | 0.88 | 0 | 0.56 | 295.15 | 0.79 | 0.25 |
| Hex | 68 | D | 70 | 7 | 58 | 0 | 38 | 127 | 4F | 19 |
| Octal | 150 | 15 | 160 | 7 | 130 | 0 | 70 | 447 | 117 | 31 |
| Binary | 1101000 | 1101 | 1110000 | 111 | 1011000 | 0 | 111000 | 100100111 | 1001111 | 11001 |
Color Harmonies of #680D70
Complementary color
Monochromatic Colors of #680D70
Black with #680D70
Text Example
Text Example
White with #680D70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #680D70; }
p { color: rgb(104,13,112); }
H1.HeaderClassName
{
color: #680D70;
}
.AnyTagClassName
{
color: #680D70;
}
</style>
background-color css
<style>
a { background-color: #680D70; }
a { background-color: rgb(104,13,112); }
div.DivClassName
{
background-color: #680D70;
}
.BgClassName
{
background-color: #680D70;
}
</style>
border-color css
<style>
span { border-color: #680D70; }
span { border-color: rgb(104,13,112); }
td.TdClassName
{
border-color: #680D70;
}
.TagClassName
{
border-color: #680D70;
}
</style>