Shades of Purple #680F77
Tints of Purple #680F77
RGB
CMYK
RGB Variations
Color information
#680F77 (or 0x680F77) is known color: Purple. HEX triplet: 68, 0F and 77. RGB value is (104,15,119). Sum of RGB (Red+Green+Blue) = 104+15+119=238 (31% of max value = 765). Red value is 104 (41.02% from 255 or 43.70% from 238); Green value is 15 (6.25% from 255 or 6.30% from 238); Blue value is 119 (46.88% from 255 or 50% from 238); Max value from RGB is 119 - color contains mainly: blue. Hex color #680F77 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #680F77 is #97F088. Grayscale: #353535. Windows color (decimal): -9957513 or 7802728. OLE color: 7802728.
HSL color Cylindrical-coordinate representation of color #680F77: hue angle of 291.35º degrees, saturation: 0.78, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #680F77 is Cyan = 0.13, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 104 | 15 | 119 | - |
| CMYK | 0.13 | 0.87 | 0 | 0.53 |
| HSL | 291.35º | 0.78% | 0.26% | - |
| HSV(B) | 291.35º | 0.87% | 0.47% | - |
| XYZ | 9.21 | 4.62 | 17.86 | - |
| YUV | 53.47 | 164.99 | 164.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 15 | 119 | 0.13 | 0.87 | 0 | 0.53 | 291.35 | 0.78 | 0.26 |
| Hex | 68 | F | 77 | D | 57 | 0 | 35 | 123 | 4E | 1A |
| Octal | 150 | 17 | 167 | 15 | 127 | 0 | 65 | 443 | 116 | 32 |
| Binary | 1101000 | 1111 | 1110111 | 1101 | 1010111 | 0 | 110101 | 100100011 | 1001110 | 11010 |
Color Harmonies of #680F77
Complementary color
Monochromatic Colors of #680F77
Black with #680F77
Text Example
Text Example
White with #680F77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #680F77; }
p { color: rgb(104,15,119); }
H1.HeaderClassName
{
color: #680F77;
}
.AnyTagClassName
{
color: #680F77;
}
</style>
background-color css
<style>
a { background-color: #680F77; }
a { background-color: rgb(104,15,119); }
div.DivClassName
{
background-color: #680F77;
}
.BgClassName
{
background-color: #680F77;
}
</style>
border-color css
<style>
span { border-color: #680F77; }
span { border-color: rgb(104,15,119); }
td.TdClassName
{
border-color: #680F77;
}
.TagClassName
{
border-color: #680F77;
}
</style>