Shades of Purple #680586
Tints of Purple #680586
RGB
CMYK
RGB Variations
Color information
#680586 (or 0x680586) is known color: Purple. HEX triplet: 68, 05 and 86. RGB value is (104,5,134). Sum of RGB (Red+Green+Blue) = 104+5+134=243 (32% of max value = 765). Red value is 104 (41.02% from 255 or 42.80% from 243); Green value is 5 (2.34% from 255 or 2.06% from 243); Blue value is 134 (52.73% from 255 or 55.14% from 243); Max value from RGB is 134 - color contains mainly: blue. Hex color #680586 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #680586 is #97FA79. Grayscale: #303030. Windows color (decimal): -9960058 or 8783208. OLE color: 8783208.
HSL color Cylindrical-coordinate representation of color #680586: hue angle of 286.05º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #680586 is Cyan = 0.22, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 104 | 5 | 134 | - |
| CMYK | 0.22 | 0.96 | 0 | 0.47 |
| HSL | 286.05º | 0.93% | 0.27% | - |
| HSV(B) | 286.05º | 0.96% | 0.53% | - |
| XYZ | 10.07 | 4.77 | 22.94 | - |
| YUV | 49.31 | 175.8 | 167.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 5 | 134 | 0.22 | 0.96 | 0 | 0.47 | 286.05 | 0.93 | 0.27 |
| Hex | 68 | 5 | 86 | 16 | 60 | 0 | 2F | 11E | 5D | 1B |
| Octal | 150 | 5 | 206 | 26 | 140 | 0 | 57 | 436 | 135 | 33 |
| Binary | 1101000 | 101 | 10000110 | 10110 | 1100000 | 0 | 101111 | 100011110 | 1011101 | 11011 |
Color Harmonies of #680586
Complementary color
Monochromatic Colors of #680586
Black with #680586
Text Example
Text Example
White with #680586
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #680586; }
p { color: rgb(104,5,134); }
H1.HeaderClassName
{
color: #680586;
}
.AnyTagClassName
{
color: #680586;
}
</style>
background-color css
<style>
a { background-color: #680586; }
a { background-color: rgb(104,5,134); }
div.DivClassName
{
background-color: #680586;
}
.BgClassName
{
background-color: #680586;
}
</style>
border-color css
<style>
span { border-color: #680586; }
span { border-color: rgb(104,5,134); }
td.TdClassName
{
border-color: #680586;
}
.TagClassName
{
border-color: #680586;
}
</style>