Shades of Purple #680870
Tints of Purple #680870
RGB
CMYK
RGB Variations
Color information
#680870 (or 0x680870) is known color: Purple. HEX triplet: 68, 08 and 70. RGB value is (104,8,112). Sum of RGB (Red+Green+Blue) = 104+8+112=224 (29% of max value = 765). Red value is 104 (41.02% from 255 or 46.43% from 224); Green value is 8 (3.52% from 255 or 3.57% from 224); Blue value is 112 (44.14% from 255 or 50% from 224); Max value from RGB is 112 - color contains mainly: blue. Hex color #680870 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #680870 is #97F78F. Grayscale: #303030. Windows color (decimal): -9959312 or 7342184. OLE color: 7342184.
HSL color Cylindrical-coordinate representation of color #680870: hue angle of 295.38º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #680870 is Cyan = 0.07, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 104 | 8 | 112 | - |
| CMYK | 0.07 | 0.93 | 0 | 0.56 |
| HSL | 295.38º | 0.87% | 0.24% | - |
| HSV(B) | 295.38º | 0.93% | 0.44% | - |
| XYZ | 8.72 | 4.29 | 15.7 | - |
| YUV | 48.56 | 163.8 | 167.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 8 | 112 | 0.07 | 0.93 | 0 | 0.56 | 295.38 | 0.87 | 0.24 |
| Hex | 68 | 8 | 70 | 7 | 5D | 0 | 38 | 127 | 57 | 18 |
| Octal | 150 | 10 | 160 | 7 | 135 | 0 | 70 | 447 | 127 | 30 |
| Binary | 1101000 | 1000 | 1110000 | 111 | 1011101 | 0 | 111000 | 100100111 | 1010111 | 11000 |
Color Harmonies of #680870
Complementary color
Monochromatic Colors of #680870
Black with #680870
Text Example
Text Example
White with #680870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #680870; }
p { color: rgb(104,8,112); }
H1.HeaderClassName
{
color: #680870;
}
.AnyTagClassName
{
color: #680870;
}
</style>
background-color css
<style>
a { background-color: #680870; }
a { background-color: rgb(104,8,112); }
div.DivClassName
{
background-color: #680870;
}
.BgClassName
{
background-color: #680870;
}
</style>
border-color css
<style>
span { border-color: #680870; }
span { border-color: rgb(104,8,112); }
td.TdClassName
{
border-color: #680870;
}
.TagClassName
{
border-color: #680870;
}
</style>