Shades of Purple #680C74
Tints of Purple #680C74
RGB
CMYK
RGB Variations
Color information
#680C74 (or 0x680C74) is known color: Purple. HEX triplet: 68, 0C and 74. RGB value is (104,12,116). Sum of RGB (Red+Green+Blue) = 104+12+116=232 (30% of max value = 765). Red value is 104 (41.02% from 255 or 44.83% from 232); Green value is 12 (5.08% from 255 or 5.17% from 232); Blue value is 116 (45.70% from 255 or 50% from 232); Max value from RGB is 116 - color contains mainly: blue. Hex color #680C74 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #680C74 is #97F38B. Grayscale: #333333. Windows color (decimal): -9958284 or 7605352. OLE color: 7605352.
HSL color Cylindrical-coordinate representation of color #680C74: hue angle of 293.08º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #680C74 is Cyan = 0.10, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 104 | 12 | 116 | - |
| CMYK | 0.10 | 0.90 | 0 | 0.55 |
| HSL | 293.08º | 0.81% | 0.25% | - |
| HSV(B) | 293.08º | 0.9% | 0.45% | - |
| XYZ | 8.99 | 4.47 | 16.91 | - |
| YUV | 51.36 | 164.48 | 165.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 12 | 116 | 0.10 | 0.90 | 0 | 0.55 | 293.08 | 0.81 | 0.25 |
| Hex | 68 | C | 74 | A | 5A | 0 | 37 | 125 | 51 | 19 |
| Octal | 150 | 14 | 164 | 12 | 132 | 0 | 67 | 445 | 121 | 31 |
| Binary | 1101000 | 1100 | 1110100 | 1010 | 1011010 | 0 | 110111 | 100100101 | 1010001 | 11001 |
Color Harmonies of #680C74
Complementary color
Monochromatic Colors of #680C74
Black with #680C74
Text Example
Text Example
White with #680C74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #680C74; }
p { color: rgb(104,12,116); }
H1.HeaderClassName
{
color: #680C74;
}
.AnyTagClassName
{
color: #680C74;
}
</style>
background-color css
<style>
a { background-color: #680C74; }
a { background-color: rgb(104,12,116); }
div.DivClassName
{
background-color: #680C74;
}
.BgClassName
{
background-color: #680C74;
}
</style>
border-color css
<style>
span { border-color: #680C74; }
span { border-color: rgb(104,12,116); }
td.TdClassName
{
border-color: #680C74;
}
.TagClassName
{
border-color: #680C74;
}
</style>