Shades of Purple #680A70
Tints of Purple #680A70
RGB
CMYK
RGB Variations
Color information
#680A70 (or 0x680A70) is known color: Purple. HEX triplet: 68, 0A and 70. RGB value is (104,10,112). Sum of RGB (Red+Green+Blue) = 104+10+112=226 (29% of max value = 765). Red value is 104 (41.02% from 255 or 46.02% from 226); Green value is 10 (4.30% from 255 or 4.42% from 226); Blue value is 112 (44.14% from 255 or 49.56% from 226); Max value from RGB is 112 - color contains mainly: blue. Hex color #680A70 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #680A70 is #97F58F. Grayscale: #313131. Windows color (decimal): -9958800 or 7342696. OLE color: 7342696.
HSL color Cylindrical-coordinate representation of color #680A70: hue angle of 295.29º degrees, saturation: 0.84, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #680A70 is Cyan = 0.07, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 104 | 10 | 112 | - |
| CMYK | 0.07 | 0.91 | 0 | 0.56 |
| HSL | 295.29º | 0.84% | 0.24% | - |
| HSV(B) | 295.29º | 0.91% | 0.44% | - |
| XYZ | 8.74 | 4.33 | 15.7 | - |
| YUV | 49.73 | 163.14 | 166.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 10 | 112 | 0.07 | 0.91 | 0 | 0.56 | 295.29 | 0.84 | 0.24 |
| Hex | 68 | A | 70 | 7 | 5B | 0 | 38 | 127 | 54 | 18 |
| Octal | 150 | 12 | 160 | 7 | 133 | 0 | 70 | 447 | 124 | 30 |
| Binary | 1101000 | 1010 | 1110000 | 111 | 1011011 | 0 | 111000 | 100100111 | 1010100 | 11000 |
Color Harmonies of #680A70
Complementary color
Monochromatic Colors of #680A70
Black with #680A70
Text Example
Text Example
White with #680A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #680A70; }
p { color: rgb(104,10,112); }
H1.HeaderClassName
{
color: #680A70;
}
.AnyTagClassName
{
color: #680A70;
}
</style>
background-color css
<style>
a { background-color: #680A70; }
a { background-color: rgb(104,10,112); }
div.DivClassName
{
background-color: #680A70;
}
.BgClassName
{
background-color: #680A70;
}
</style>
border-color css
<style>
span { border-color: #680A70; }
span { border-color: rgb(104,10,112); }
td.TdClassName
{
border-color: #680A70;
}
.TagClassName
{
border-color: #680A70;
}
</style>