Shades of Purple #680F70
Tints of Purple #680F70
RGB
CMYK
RGB Variations
Color information
#680F70 (or 0x680F70) is known color: Purple. HEX triplet: 68, 0F and 70. RGB value is (104,15,112). Sum of RGB (Red+Green+Blue) = 104+15+112=231 (30% of max value = 765). Red value is 104 (41.02% from 255 or 45.02% from 231); Green value is 15 (6.25% from 255 or 6.49% from 231); Blue value is 112 (44.14% from 255 or 48.48% from 231); Max value from RGB is 112 - color contains mainly: blue. Hex color #680F70 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #680F70 is #97F08F. Grayscale: #343434. Windows color (decimal): -9957520 or 7343976. OLE color: 7343976.
HSL color Cylindrical-coordinate representation of color #680F70: hue angle of 295.05º degrees, saturation: 0.76, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #680F70 is Cyan = 0.07, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 104 | 15 | 112 | - |
| CMYK | 0.07 | 0.87 | 0 | 0.56 |
| HSL | 295.05º | 0.76% | 0.25% | - |
| HSV(B) | 295.05º | 0.87% | 0.44% | - |
| XYZ | 8.8 | 4.45 | 15.73 | - |
| YUV | 52.67 | 161.49 | 164.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 15 | 112 | 0.07 | 0.87 | 0 | 0.56 | 295.05 | 0.76 | 0.25 |
| Hex | 68 | F | 70 | 7 | 57 | 0 | 38 | 127 | 4C | 19 |
| Octal | 150 | 17 | 160 | 7 | 127 | 0 | 70 | 447 | 114 | 31 |
| Binary | 1101000 | 1111 | 1110000 | 111 | 1010111 | 0 | 111000 | 100100111 | 1001100 | 11001 |
Color Harmonies of #680F70
Complementary color
Monochromatic Colors of #680F70
Black with #680F70
Text Example
Text Example
White with #680F70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #680F70; }
p { color: rgb(104,15,112); }
H1.HeaderClassName
{
color: #680F70;
}
.AnyTagClassName
{
color: #680F70;
}
</style>
background-color css
<style>
a { background-color: #680F70; }
a { background-color: rgb(104,15,112); }
div.DivClassName
{
background-color: #680F70;
}
.BgClassName
{
background-color: #680F70;
}
</style>
border-color css
<style>
span { border-color: #680F70; }
span { border-color: rgb(104,15,112); }
td.TdClassName
{
border-color: #680F70;
}
.TagClassName
{
border-color: #680F70;
}
</style>