Shades of Purple #700A68
Tints of Purple #700A68
RGB
CMYK
RGB Variations
Color information
#700A68 (or 0x700A68) is known color: Purple. HEX triplet: 70, 0A and 68. RGB value is (112,10,104). Sum of RGB (Red+Green+Blue) = 112+10+104=226 (29% of max value = 765). Red value is 112 (44.14% from 255 or 49.56% from 226); Green value is 10 (4.30% from 255 or 4.42% from 226); Blue value is 104 (41.02% from 255 or 46.02% from 226); Max value from RGB is 112 - color contains mainly: red. Hex color #700A68 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #700A68 is #8FF597. Grayscale: #323232. Windows color (decimal): -9434520 or 6818416. OLE color: 6818416.
HSL color Cylindrical-coordinate representation of color #700A68: hue angle of 304.71º 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 #700A68 is Cyan = 0, Magento = 0.91, Yellow = 0.07 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 10 | 104 | - |
| CMYK | 0 | 0.91 | 0.07 | 0.56 |
| HSL | 304.71º | 0.84% | 0.24% | - |
| HSV(B) | 304.71º | 0.91% | 0.44% | - |
| XYZ | 9.29 | 4.66 | 13.51 | - |
| YUV | 51.21 | 157.79 | 171.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 10 | 104 | 0 | 0.91 | 0.07 | 0.56 | 304.71 | 0.84 | 0.24 |
| Hex | 70 | A | 68 | 0 | 5B | 7 | 38 | 131 | 54 | 18 |
| Octal | 160 | 12 | 150 | 0 | 133 | 7 | 70 | 461 | 124 | 30 |
| Binary | 1110000 | 1010 | 1101000 | 0 | 1011011 | 111 | 111000 | 100110001 | 1010100 | 11000 |
Color Harmonies of #700A68
Complementary color
Monochromatic Colors of #700A68
Black with #700A68
Text Example
Text Example
White with #700A68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700A68; }
p { color: rgb(112,10,104); }
H1.HeaderClassName
{
color: #700A68;
}
.AnyTagClassName
{
color: #700A68;
}
</style>
background-color css
<style>
a { background-color: #700A68; }
a { background-color: rgb(112,10,104); }
div.DivClassName
{
background-color: #700A68;
}
.BgClassName
{
background-color: #700A68;
}
</style>
border-color css
<style>
span { border-color: #700A68; }
span { border-color: rgb(112,10,104); }
td.TdClassName
{
border-color: #700A68;
}
.TagClassName
{
border-color: #700A68;
}
</style>