Shades of Purple #700766
Tints of Purple #700766
RGB
CMYK
RGB Variations
Color information
#700766 (or 0x700766) is known color: Purple. HEX triplet: 70, 07 and 66. RGB value is (112,7,102). Sum of RGB (Red+Green+Blue) = 112+7+102=221 (29% of max value = 765). Red value is 112 (44.14% from 255 or 50.68% from 221); Green value is 7 (3.12% from 255 or 3.17% from 221); Blue value is 102 (40.23% from 255 or 46.15% from 221); Max value from RGB is 112 - color contains mainly: red. Hex color #700766 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #700766 is #8FF899. Grayscale: #303030. Windows color (decimal): -9435290 or 6686576. OLE color: 6686576.
HSL color Cylindrical-coordinate representation of color #700766: hue angle of 305.71º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #700766 is Cyan = 0, Magento = 0.94, Yellow = 0.09 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 7 | 102 | - |
| CMYK | 0 | 0.94 | 0.09 | 0.56 |
| HSL | 305.71º | 0.88% | 0.23% | - |
| HSV(B) | 305.71º | 0.94% | 0.44% | - |
| XYZ | 9.16 | 4.56 | 12.97 | - |
| YUV | 49.23 | 157.79 | 172.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 7 | 102 | 0 | 0.94 | 0.09 | 0.56 | 305.71 | 0.88 | 0.23 |
| Hex | 70 | 7 | 66 | 0 | 5E | 9 | 38 | 132 | 58 | 17 |
| Octal | 160 | 7 | 146 | 0 | 136 | 11 | 70 | 462 | 130 | 27 |
| Binary | 1110000 | 111 | 1100110 | 0 | 1011110 | 1001 | 111000 | 100110010 | 1011000 | 10111 |
Color Harmonies of #700766
Complementary color
Monochromatic Colors of #700766
Black with #700766
Text Example
Text Example
White with #700766
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700766; }
p { color: rgb(112,7,102); }
H1.HeaderClassName
{
color: #700766;
}
.AnyTagClassName
{
color: #700766;
}
</style>
background-color css
<style>
a { background-color: #700766; }
a { background-color: rgb(112,7,102); }
div.DivClassName
{
background-color: #700766;
}
.BgClassName
{
background-color: #700766;
}
</style>
border-color css
<style>
span { border-color: #700766; }
span { border-color: rgb(112,7,102); }
td.TdClassName
{
border-color: #700766;
}
.TagClassName
{
border-color: #700766;
}
</style>