Shades of Purple #680688
Tints of Purple #680688
RGB
CMYK
RGB Variations
Color information
#680688 (or 0x680688) is known color: Purple. HEX triplet: 68, 06 and 88. RGB value is (104,6,136). Sum of RGB (Red+Green+Blue) = 104+6+136=246 (32% of max value = 765). Red value is 104 (41.02% from 255 or 42.28% from 246); Green value is 6 (2.73% from 255 or 2.44% from 246); Blue value is 136 (53.52% from 255 or 55.28% from 246); Max value from RGB is 136 - color contains mainly: blue. Hex color #680688 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #680688 is #97F977. Grayscale: #313131. Windows color (decimal): -9959800 or 8914536. OLE color: 8914536.
HSL color Cylindrical-coordinate representation of color #680688: hue angle of 285.23º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #680688 is Cyan = 0.24, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 104 | 6 | 136 | - |
| CMYK | 0.24 | 0.96 | 0 | 0.47 |
| HSL | 285.23º | 0.92% | 0.28% | - |
| HSV(B) | 285.23º | 0.96% | 0.53% | - |
| XYZ | 10.22 | 4.85 | 23.69 | - |
| YUV | 50.12 | 176.47 | 166.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 6 | 136 | 0.24 | 0.96 | 0 | 0.47 | 285.23 | 0.92 | 0.28 |
| Hex | 68 | 6 | 88 | 18 | 60 | 0 | 2F | 11D | 5C | 1C |
| Octal | 150 | 6 | 210 | 30 | 140 | 0 | 57 | 435 | 134 | 34 |
| Binary | 1101000 | 110 | 10001000 | 11000 | 1100000 | 0 | 101111 | 100011101 | 1011100 | 11100 |
Color Harmonies of #680688
Complementary color
Monochromatic Colors of #680688
Black with #680688
Text Example
Text Example
White with #680688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #680688; }
p { color: rgb(104,6,136); }
H1.HeaderClassName
{
color: #680688;
}
.AnyTagClassName
{
color: #680688;
}
</style>
background-color css
<style>
a { background-color: #680688; }
a { background-color: rgb(104,6,136); }
div.DivClassName
{
background-color: #680688;
}
.BgClassName
{
background-color: #680688;
}
</style>
border-color css
<style>
span { border-color: #680688; }
span { border-color: rgb(104,6,136); }
td.TdClassName
{
border-color: #680688;
}
.TagClassName
{
border-color: #680688;
}
</style>