Shades of Purple #680773
Tints of Purple #680773
RGB
CMYK
RGB Variations
Color information
#680773 (or 0x680773) is known color: Purple. HEX triplet: 68, 07 and 73. RGB value is (104,7,115). Sum of RGB (Red+Green+Blue) = 104+7+115=226 (29% of max value = 765). Red value is 104 (41.02% from 255 or 46.02% from 226); Green value is 7 (3.12% from 255 or 3.10% from 226); Blue value is 115 (45.31% from 255 or 50.88% from 226); Max value from RGB is 115 - color contains mainly: blue. Hex color #680773 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #680773 is #97F88C. Grayscale: #2F2F2F. Windows color (decimal): -9959565 or 7538536. OLE color: 7538536.
HSL color Cylindrical-coordinate representation of color #680773: hue angle of 293.89º degrees, saturation: 0.89, 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 #680773 is Cyan = 0.10, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 104 | 7 | 115 | - |
| CMYK | 0.10 | 0.94 | 0 | 0.55 |
| HSL | 293.89º | 0.89% | 0.24% | - |
| HSV(B) | 293.89º | 0.94% | 0.45% | - |
| XYZ | 8.88 | 4.33 | 16.59 | - |
| YUV | 48.32 | 165.64 | 167.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 7 | 115 | 0.10 | 0.94 | 0 | 0.55 | 293.89 | 0.89 | 0.24 |
| Hex | 68 | 7 | 73 | A | 5E | 0 | 37 | 126 | 59 | 18 |
| Octal | 150 | 7 | 163 | 12 | 136 | 0 | 67 | 446 | 131 | 30 |
| Binary | 1101000 | 111 | 1110011 | 1010 | 1011110 | 0 | 110111 | 100100110 | 1011001 | 11000 |
Color Harmonies of #680773
Complementary color
Monochromatic Colors of #680773
Black with #680773
Text Example
Text Example
White with #680773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #680773; }
p { color: rgb(104,7,115); }
H1.HeaderClassName
{
color: #680773;
}
.AnyTagClassName
{
color: #680773;
}
</style>
background-color css
<style>
a { background-color: #680773; }
a { background-color: rgb(104,7,115); }
div.DivClassName
{
background-color: #680773;
}
.BgClassName
{
background-color: #680773;
}
</style>
border-color css
<style>
span { border-color: #680773; }
span { border-color: rgb(104,7,115); }
td.TdClassName
{
border-color: #680773;
}
.TagClassName
{
border-color: #680773;
}
</style>