Shades of Purple #680A87
Tints of Purple #680A87
RGB
CMYK
RGB Variations
Color information
#680A87 (or 0x680A87) is known color: Purple. HEX triplet: 68, 0A and 87. RGB value is (104,10,135). Sum of RGB (Red+Green+Blue) = 104+10+135=249 (32% of max value = 765). Red value is 104 (41.02% from 255 or 41.77% from 249); Green value is 10 (4.30% from 255 or 4.02% from 249); Blue value is 135 (53.12% from 255 or 54.22% from 249); Max value from RGB is 135 - color contains mainly: blue. Hex color #680A87 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #680A87 is #97F578. Grayscale: #333333. Windows color (decimal): -9958777 or 8850024. OLE color: 8850024.
HSL color Cylindrical-coordinate representation of color #680A87: hue angle of 285.12º degrees, saturation: 0.86, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #680A87 is Cyan = 0.23, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 104 | 10 | 135 | - |
| CMYK | 0.23 | 0.93 | 0 | 0.47 |
| HSL | 285.12º | 0.86% | 0.28% | - |
| HSV(B) | 285.12º | 0.93% | 0.53% | - |
| XYZ | 10.19 | 4.91 | 23.33 | - |
| YUV | 52.36 | 174.64 | 164.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 10 | 135 | 0.23 | 0.93 | 0 | 0.47 | 285.12 | 0.86 | 0.28 |
| Hex | 68 | A | 87 | 17 | 5D | 0 | 2F | 11D | 56 | 1C |
| Octal | 150 | 12 | 207 | 27 | 135 | 0 | 57 | 435 | 126 | 34 |
| Binary | 1101000 | 1010 | 10000111 | 10111 | 1011101 | 0 | 101111 | 100011101 | 1010110 | 11100 |
Color Harmonies of #680A87
Complementary color
Monochromatic Colors of #680A87
Black with #680A87
Text Example
Text Example
White with #680A87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #680A87; }
p { color: rgb(104,10,135); }
H1.HeaderClassName
{
color: #680A87;
}
.AnyTagClassName
{
color: #680A87;
}
</style>
background-color css
<style>
a { background-color: #680A87; }
a { background-color: rgb(104,10,135); }
div.DivClassName
{
background-color: #680A87;
}
.BgClassName
{
background-color: #680A87;
}
</style>
border-color css
<style>
span { border-color: #680A87; }
span { border-color: rgb(104,10,135); }
td.TdClassName
{
border-color: #680A87;
}
.TagClassName
{
border-color: #680A87;
}
</style>