Shades of Purple #680086
Tints of Purple #680086
RGB
CMYK
RGB Variations
Color information
#680086 (or 0x680086) is known color: Purple. HEX triplet: 68, 00 and 86. RGB value is (104,0,134). Sum of RGB (Red+Green+Blue) = 104+0+134=238 (31% of max value = 765). Red value is 104 (41.02% from 255 or 43.70% from 238); Green value is 0 (0.39% from 255 or 0% from 238); Blue value is 134 (52.73% from 255 or 56.30% from 238); Max value from RGB is 134 - color contains mainly: blue. Hex color #680086 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #680086 is #97FF79. Grayscale: #2D2D2D. Windows color (decimal): -9961338 or 8781928. OLE color: 8781928.
HSL color Cylindrical-coordinate representation of color #680086: hue angle of 286.57º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #680086 is Cyan = 0.22, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 104 | 0 | 134 | - |
| CMYK | 0.22 | 1 | 0 | 0.47 |
| HSL | 286.57º | 1% | 0.26% | - |
| HSV(B) | 286.57º | 1% | 0.53% | - |
| XYZ | 10.01 | 4.66 | 22.93 | - |
| YUV | 46.37 | 177.46 | 169.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 0 | 134 | 0.22 | 1 | 0 | 0.47 | 286.57 | 1 | 0.26 |
| Hex | 68 | 0 | 86 | 16 | 64 | 0 | 2F | 11F | 64 | 1A |
| Octal | 150 | 0 | 206 | 26 | 144 | 0 | 57 | 437 | 144 | 32 |
| Binary | 1101000 | 0 | 10000110 | 10110 | 1100100 | 0 | 101111 | 100011111 | 1100100 | 11010 |
Color Harmonies of #680086
Complementary color
Monochromatic Colors of #680086
Black with #680086
Text Example
Text Example
White with #680086
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #680086; }
p { color: rgb(104,0,134); }
H1.HeaderClassName
{
color: #680086;
}
.AnyTagClassName
{
color: #680086;
}
</style>
background-color css
<style>
a { background-color: #680086; }
a { background-color: rgb(104,0,134); }
div.DivClassName
{
background-color: #680086;
}
.BgClassName
{
background-color: #680086;
}
</style>
border-color css
<style>
span { border-color: #680086; }
span { border-color: rgb(104,0,134); }
td.TdClassName
{
border-color: #680086;
}
.TagClassName
{
border-color: #680086;
}
</style>