Shades of Purple #680687
Tints of Purple #680687
RGB
CMYK
RGB Variations
Color information
#680687 (or 0x680687) is known color: Purple. HEX triplet: 68, 06 and 87. RGB value is (104,6,135). Sum of RGB (Red+Green+Blue) = 104+6+135=245 (32% of max value = 765). Red value is 104 (41.02% from 255 or 42.45% from 245); Green value is 6 (2.73% from 255 or 2.45% from 245); Blue value is 135 (53.12% from 255 or 55.10% from 245); Max value from RGB is 135 - color contains mainly: blue. Hex color #680687 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #680687 is #97F978. Grayscale: #313131. Windows color (decimal): -9959801 or 8849000. OLE color: 8849000.
HSL color Cylindrical-coordinate representation of color #680687: hue angle of 285.58º degrees, saturation: 0.91, 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 #680687 is Cyan = 0.23, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 104 | 6 | 135 | - |
| CMYK | 0.23 | 0.96 | 0 | 0.47 |
| HSL | 285.58º | 0.91% | 0.28% | - |
| HSV(B) | 285.58º | 0.96% | 0.53% | - |
| XYZ | 10.15 | 4.82 | 23.32 | - |
| YUV | 50.01 | 175.97 | 166.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 6 | 135 | 0.23 | 0.96 | 0 | 0.47 | 285.58 | 0.91 | 0.28 |
| Hex | 68 | 6 | 87 | 17 | 60 | 0 | 2F | 11E | 5B | 1C |
| Octal | 150 | 6 | 207 | 27 | 140 | 0 | 57 | 436 | 133 | 34 |
| Binary | 1101000 | 110 | 10000111 | 10111 | 1100000 | 0 | 101111 | 100011110 | 1011011 | 11100 |
Color Harmonies of #680687
Complementary color
Monochromatic Colors of #680687
Black with #680687
Text Example
Text Example
White with #680687
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #680687; }
p { color: rgb(104,6,135); }
H1.HeaderClassName
{
color: #680687;
}
.AnyTagClassName
{
color: #680687;
}
</style>
background-color css
<style>
a { background-color: #680687; }
a { background-color: rgb(104,6,135); }
div.DivClassName
{
background-color: #680687;
}
.BgClassName
{
background-color: #680687;
}
</style>
border-color css
<style>
span { border-color: #680687; }
span { border-color: rgb(104,6,135); }
td.TdClassName
{
border-color: #680687;
}
.TagClassName
{
border-color: #680687;
}
</style>