Shades of Purple #680D72
Tints of Purple #680D72
RGB
CMYK
RGB Variations
Color information
#680D72 (or 0x680D72) is known color: Purple. HEX triplet: 68, 0D and 72. RGB value is (104,13,114). Sum of RGB (Red+Green+Blue) = 104+13+114=231 (30% of max value = 765). Red value is 104 (41.02% from 255 or 45.02% from 231); Green value is 13 (5.47% from 255 or 5.63% from 231); Blue value is 114 (44.92% from 255 or 49.35% from 231); Max value from RGB is 114 - color contains mainly: blue. Hex color #680D72 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #680D72 is #97F28D. Grayscale: #333333. Windows color (decimal): -9958030 or 7474536. OLE color: 7474536.
HSL color Cylindrical-coordinate representation of color #680D72: hue angle of 294.06º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #680D72 is Cyan = 0.09, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 104 | 13 | 114 | - |
| CMYK | 0.09 | 0.89 | 0 | 0.55 |
| HSL | 294.06º | 0.8% | 0.25% | - |
| HSV(B) | 294.06º | 0.89% | 0.45% | - |
| XYZ | 8.89 | 4.45 | 16.31 | - |
| YUV | 51.72 | 163.15 | 165.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 13 | 114 | 0.09 | 0.89 | 0 | 0.55 | 294.06 | 0.8 | 0.25 |
| Hex | 68 | D | 72 | 9 | 59 | 0 | 37 | 126 | 50 | 19 |
| Octal | 150 | 15 | 162 | 11 | 131 | 0 | 67 | 446 | 120 | 31 |
| Binary | 1101000 | 1101 | 1110010 | 1001 | 1011001 | 0 | 110111 | 100100110 | 1010000 | 11001 |
Color Harmonies of #680D72
Complementary color
Monochromatic Colors of #680D72
Black with #680D72
Text Example
Text Example
White with #680D72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #680D72; }
p { color: rgb(104,13,114); }
H1.HeaderClassName
{
color: #680D72;
}
.AnyTagClassName
{
color: #680D72;
}
</style>
background-color css
<style>
a { background-color: #680D72; }
a { background-color: rgb(104,13,114); }
div.DivClassName
{
background-color: #680D72;
}
.BgClassName
{
background-color: #680D72;
}
</style>
border-color css
<style>
span { border-color: #680D72; }
span { border-color: rgb(104,13,114); }
td.TdClassName
{
border-color: #680D72;
}
.TagClassName
{
border-color: #680D72;
}
</style>