Shades of Purple #680772
Tints of Purple #680772
RGB
CMYK
RGB Variations
Color information
#680772 (or 0x680772) is known color: Purple. HEX triplet: 68, 07 and 72. RGB value is (104,7,114). Sum of RGB (Red+Green+Blue) = 104+7+114=225 (29% of max value = 765). Red value is 104 (41.02% from 255 or 46.22% from 225); Green value is 7 (3.12% from 255 or 3.11% from 225); Blue value is 114 (44.92% from 255 or 50.67% from 225); Max value from RGB is 114 - color contains mainly: blue. Hex color #680772 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #680772 is #97F88D. Grayscale: #2F2F2F. Windows color (decimal): -9959566 or 7473000. OLE color: 7473000.
HSL color Cylindrical-coordinate representation of color #680772: hue angle of 294.39º degrees, saturation: 0.88, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #680772 is Cyan = 0.09, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 104 | 7 | 114 | - |
| CMYK | 0.09 | 0.94 | 0 | 0.55 |
| HSL | 294.39º | 0.88% | 0.24% | - |
| HSV(B) | 294.39º | 0.94% | 0.45% | - |
| XYZ | 8.82 | 4.31 | 16.29 | - |
| YUV | 48.2 | 165.14 | 167.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 7 | 114 | 0.09 | 0.94 | 0 | 0.55 | 294.39 | 0.88 | 0.24 |
| Hex | 68 | 7 | 72 | 9 | 5E | 0 | 37 | 126 | 58 | 18 |
| Octal | 150 | 7 | 162 | 11 | 136 | 0 | 67 | 446 | 130 | 30 |
| Binary | 1101000 | 111 | 1110010 | 1001 | 1011110 | 0 | 110111 | 100100110 | 1011000 | 11000 |
Color Harmonies of #680772
Complementary color
Monochromatic Colors of #680772
Black with #680772
Text Example
Text Example
White with #680772
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #680772; }
p { color: rgb(104,7,114); }
H1.HeaderClassName
{
color: #680772;
}
.AnyTagClassName
{
color: #680772;
}
</style>
background-color css
<style>
a { background-color: #680772; }
a { background-color: rgb(104,7,114); }
div.DivClassName
{
background-color: #680772;
}
.BgClassName
{
background-color: #680772;
}
</style>
border-color css
<style>
span { border-color: #680772; }
span { border-color: rgb(104,7,114); }
td.TdClassName
{
border-color: #680772;
}
.TagClassName
{
border-color: #680772;
}
</style>