Shades of Purple #680386
Tints of Purple #680386
RGB
CMYK
RGB Variations
Color information
#680386 (or 0x680386) is known color: Purple. HEX triplet: 68, 03 and 86. RGB value is (104,3,134). Sum of RGB (Red+Green+Blue) = 104+3+134=241 (31% of max value = 765). Red value is 104 (41.02% from 255 or 43.15% from 241); Green value is 3 (1.56% from 255 or 1.24% from 241); Blue value is 134 (52.73% from 255 or 55.60% from 241); Max value from RGB is 134 - color contains mainly: blue. Hex color #680386 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #680386 is #97FC79. Grayscale: #2F2F2F. Windows color (decimal): -9960570 or 8782696. OLE color: 8782696.
HSL color Cylindrical-coordinate representation of color #680386: hue angle of 286.26º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #680386 is Cyan = 0.22, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 104 | 3 | 134 | - |
| CMYK | 0.22 | 0.98 | 0 | 0.47 |
| HSL | 286.26º | 0.96% | 0.27% | - |
| HSV(B) | 286.26º | 0.98% | 0.53% | - |
| XYZ | 10.04 | 4.73 | 22.94 | - |
| YUV | 48.13 | 176.46 | 167.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 3 | 134 | 0.22 | 0.98 | 0 | 0.47 | 286.26 | 0.96 | 0.27 |
| Hex | 68 | 3 | 86 | 16 | 62 | 0 | 2F | 11E | 60 | 1B |
| Octal | 150 | 3 | 206 | 26 | 142 | 0 | 57 | 436 | 140 | 33 |
| Binary | 1101000 | 11 | 10000110 | 10110 | 1100010 | 0 | 101111 | 100011110 | 1100000 | 11011 |
Color Harmonies of #680386
Complementary color
Monochromatic Colors of #680386
Black with #680386
Text Example
Text Example
White with #680386
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #680386; }
p { color: rgb(104,3,134); }
H1.HeaderClassName
{
color: #680386;
}
.AnyTagClassName
{
color: #680386;
}
</style>
background-color css
<style>
a { background-color: #680386; }
a { background-color: rgb(104,3,134); }
div.DivClassName
{
background-color: #680386;
}
.BgClassName
{
background-color: #680386;
}
</style>
border-color css
<style>
span { border-color: #680386; }
span { border-color: rgb(104,3,134); }
td.TdClassName
{
border-color: #680386;
}
.TagClassName
{
border-color: #680386;
}
</style>