Shades of Purple #680170
Tints of Purple #680170
RGB
CMYK
RGB Variations
Color information
#680170 (or 0x680170) is known color: Purple. HEX triplet: 68, 01 and 70. RGB value is (104,1,112). Sum of RGB (Red+Green+Blue) = 104+1+112=217 (28% of max value = 765). Red value is 104 (41.02% from 255 or 47.93% from 217); Green value is 1 (0.78% from 255 or 0.46% from 217); Blue value is 112 (44.14% from 255 or 51.61% from 217); Max value from RGB is 112 - color contains mainly: blue. Hex color #680170 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #680170 is #97FE8F. Grayscale: #2C2C2C. Windows color (decimal): -9961104 or 7340392. OLE color: 7340392.
HSL color Cylindrical-coordinate representation of color #680170: hue angle of 295.68º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #680170 is Cyan = 0.07, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 104 | 1 | 112 | - |
| CMYK | 0.07 | 0.99 | 0 | 0.56 |
| HSL | 295.68º | 0.98% | 0.22% | - |
| HSV(B) | 295.68º | 0.99% | 0.44% | - |
| XYZ | 8.64 | 4.13 | 15.67 | - |
| YUV | 44.45 | 166.12 | 170.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 1 | 112 | 0.07 | 0.99 | 0 | 0.56 | 295.68 | 0.98 | 0.22 |
| Hex | 68 | 1 | 70 | 7 | 63 | 0 | 38 | 128 | 62 | 16 |
| Octal | 150 | 1 | 160 | 7 | 143 | 0 | 70 | 450 | 142 | 26 |
| Binary | 1101000 | 1 | 1110000 | 111 | 1100011 | 0 | 111000 | 100101000 | 1100010 | 10110 |
Color Harmonies of #680170
Complementary color
Monochromatic Colors of #680170
Black with #680170
Text Example
Text Example
White with #680170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #680170; }
p { color: rgb(104,1,112); }
H1.HeaderClassName
{
color: #680170;
}
.AnyTagClassName
{
color: #680170;
}
</style>
background-color css
<style>
a { background-color: #680170; }
a { background-color: rgb(104,1,112); }
div.DivClassName
{
background-color: #680170;
}
.BgClassName
{
background-color: #680170;
}
</style>
border-color css
<style>
span { border-color: #680170; }
span { border-color: rgb(104,1,112); }
td.TdClassName
{
border-color: #680170;
}
.TagClassName
{
border-color: #680170;
}
</style>