Shades of Purple #680366
Tints of Purple #680366
RGB
CMYK
RGB Variations
Color information
#680366 (or 0x680366) is known color: Purple. HEX triplet: 68, 03 and 66. RGB value is (104,3,102). Sum of RGB (Red+Green+Blue) = 104+3+102=209 (27% of max value = 765). Red value is 104 (41.02% from 255 or 49.76% from 209); Green value is 3 (1.56% from 255 or 1.44% from 209); Blue value is 102 (40.23% from 255 or 48.80% from 209); Max value from RGB is 104 - color contains mainly: red. Hex color #680366 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #680366 is #97FC99. Grayscale: #2C2C2C. Windows color (decimal): -9960602 or 6685544. OLE color: 6685544.
HSL color Cylindrical-coordinate representation of color #680366: hue angle of 301.19º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #680366 is Cyan = 0, Magento = 0.97, Yellow = 0.02 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 3 | 102 | - |
| CMYK | 0 | 0.97 | 0.02 | 0.59 |
| HSL | 301.19º | 0.94% | 0.21% | - |
| HSV(B) | 301.19º | 0.97% | 0.41% | - |
| XYZ | 8.14 | 3.97 | 12.91 | - |
| YUV | 44.49 | 160.46 | 170.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 3 | 102 | 0 | 0.97 | 0.02 | 0.59 | 301.19 | 0.94 | 0.21 |
| Hex | 68 | 3 | 66 | 0 | 61 | 2 | 3B | 12D | 5E | 15 |
| Octal | 150 | 3 | 146 | 0 | 141 | 2 | 73 | 455 | 136 | 25 |
| Binary | 1101000 | 11 | 1100110 | 0 | 1100001 | 10 | 111011 | 100101101 | 1011110 | 10101 |
Color Harmonies of #680366
Complementary color
Monochromatic Colors of #680366
Black with #680366
Text Example
Text Example
White with #680366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #680366; }
p { color: rgb(104,3,102); }
H1.HeaderClassName
{
color: #680366;
}
.AnyTagClassName
{
color: #680366;
}
</style>
background-color css
<style>
a { background-color: #680366; }
a { background-color: rgb(104,3,102); }
div.DivClassName
{
background-color: #680366;
}
.BgClassName
{
background-color: #680366;
}
</style>
border-color css
<style>
span { border-color: #680366; }
span { border-color: rgb(104,3,102); }
td.TdClassName
{
border-color: #680366;
}
.TagClassName
{
border-color: #680366;
}
</style>