Shades of Purple #680266
Tints of Purple #680266
RGB
CMYK
RGB Variations
Color information
#680266 (or 0x680266) is known color: Purple. HEX triplet: 68, 02 and 66. RGB value is (104,2,102). Sum of RGB (Red+Green+Blue) = 104+2+102=208 (27% of max value = 765). Red value is 104 (41.02% from 255 or 50% from 208); Green value is 2 (1.17% from 255 or 0.96% from 208); Blue value is 102 (40.23% from 255 or 49.04% from 208); Max value from RGB is 104 - color contains mainly: red. Hex color #680266 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #680266 is #97FD99. Grayscale: #2B2B2B. Windows color (decimal): -9960858 or 6685288. OLE color: 6685288.
HSL color Cylindrical-coordinate representation of color #680266: hue angle of 301.18º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #680266 is Cyan = 0, Magento = 0.98, Yellow = 0.02 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 2 | 102 | - |
| CMYK | 0 | 0.98 | 0.02 | 0.59 |
| HSL | 301.18º | 0.96% | 0.21% | - |
| HSV(B) | 301.18º | 0.98% | 0.41% | - |
| XYZ | 8.13 | 3.95 | 12.9 | - |
| YUV | 43.9 | 160.79 | 170.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 2 | 102 | 0 | 0.98 | 0.02 | 0.59 | 301.18 | 0.96 | 0.21 |
| Hex | 68 | 2 | 66 | 0 | 62 | 2 | 3B | 12D | 60 | 15 |
| Octal | 150 | 2 | 146 | 0 | 142 | 2 | 73 | 455 | 140 | 25 |
| Binary | 1101000 | 10 | 1100110 | 0 | 1100010 | 10 | 111011 | 100101101 | 1100000 | 10101 |
Color Harmonies of #680266
Complementary color
Monochromatic Colors of #680266
Black with #680266
Text Example
Text Example
White with #680266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #680266; }
p { color: rgb(104,2,102); }
H1.HeaderClassName
{
color: #680266;
}
.AnyTagClassName
{
color: #680266;
}
</style>
background-color css
<style>
a { background-color: #680266; }
a { background-color: rgb(104,2,102); }
div.DivClassName
{
background-color: #680266;
}
.BgClassName
{
background-color: #680266;
}
</style>
border-color css
<style>
span { border-color: #680266; }
span { border-color: rgb(104,2,102); }
td.TdClassName
{
border-color: #680266;
}
.TagClassName
{
border-color: #680266;
}
</style>