Shades of Purple #680C72
Tints of Purple #680C72
RGB
CMYK
RGB Variations
Color information
#680C72 (or 0x680C72) is known color: Purple. HEX triplet: 68, 0C and 72. RGB value is (104,12,114). Sum of RGB (Red+Green+Blue) = 104+12+114=230 (30% of max value = 765). Red value is 104 (41.02% from 255 or 45.22% from 230); Green value is 12 (5.08% from 255 or 5.22% from 230); Blue value is 114 (44.92% from 255 or 49.57% from 230); Max value from RGB is 114 - color contains mainly: blue. Hex color #680C72 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #680C72 is #97F38D. Grayscale: #323232. Windows color (decimal): -9958286 or 7474280. OLE color: 7474280.
HSL color Cylindrical-coordinate representation of color #680C72: hue angle of 294.12º degrees, saturation: 0.81, 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 #680C72 is Cyan = 0.09, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 104 | 12 | 114 | - |
| CMYK | 0.09 | 0.89 | 0 | 0.55 |
| HSL | 294.12º | 0.81% | 0.25% | - |
| HSV(B) | 294.12º | 0.89% | 0.45% | - |
| XYZ | 8.88 | 4.42 | 16.31 | - |
| YUV | 51.14 | 163.48 | 165.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 12 | 114 | 0.09 | 0.89 | 0 | 0.55 | 294.12 | 0.81 | 0.25 |
| Hex | 68 | C | 72 | 9 | 59 | 0 | 37 | 126 | 51 | 19 |
| Octal | 150 | 14 | 162 | 11 | 131 | 0 | 67 | 446 | 121 | 31 |
| Binary | 1101000 | 1100 | 1110010 | 1001 | 1011001 | 0 | 110111 | 100100110 | 1010001 | 11001 |
Color Harmonies of #680C72
Complementary color
Monochromatic Colors of #680C72
Black with #680C72
Text Example
Text Example
White with #680C72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #680C72; }
p { color: rgb(104,12,114); }
H1.HeaderClassName
{
color: #680C72;
}
.AnyTagClassName
{
color: #680C72;
}
</style>
background-color css
<style>
a { background-color: #680C72; }
a { background-color: rgb(104,12,114); }
div.DivClassName
{
background-color: #680C72;
}
.BgClassName
{
background-color: #680C72;
}
</style>
border-color css
<style>
span { border-color: #680C72; }
span { border-color: rgb(104,12,114); }
td.TdClassName
{
border-color: #680C72;
}
.TagClassName
{
border-color: #680C72;
}
</style>