Shades of Purple #700C76
Tints of Purple #700C76
RGB
CMYK
RGB Variations
Color information
#700C76 (or 0x700C76) is known color: Purple. HEX triplet: 70, 0C and 76. RGB value is (112,12,118). Sum of RGB (Red+Green+Blue) = 112+12+118=242 (32% of max value = 765). Red value is 112 (44.14% from 255 or 46.28% from 242); Green value is 12 (5.08% from 255 or 4.96% from 242); Blue value is 118 (46.48% from 255 or 48.76% from 242); Max value from RGB is 118 - color contains mainly: blue. Hex color #700C76 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #700C76 is #8FF389. Grayscale: #353535. Windows color (decimal): -9433994 or 7736432. OLE color: 7736432.
HSL color Cylindrical-coordinate representation of color #700C76: hue angle of 296.6º degrees, saturation: 0.82, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #700C76 is Cyan = 0.05, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 112 | 12 | 118 | - |
| CMYK | 0.05 | 0.90 | 0 | 0.54 |
| HSL | 296.6º | 0.82% | 0.25% | - |
| HSV(B) | 296.6º | 0.9% | 0.46% | - |
| XYZ | 10.08 | 5.02 | 17.58 | - |
| YUV | 53.98 | 164.13 | 169.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 12 | 118 | 0.05 | 0.90 | 0 | 0.54 | 296.6 | 0.82 | 0.25 |
| Hex | 70 | C | 76 | 5 | 5A | 0 | 36 | 129 | 52 | 19 |
| Octal | 160 | 14 | 166 | 5 | 132 | 0 | 66 | 451 | 122 | 31 |
| Binary | 1110000 | 1100 | 1110110 | 101 | 1011010 | 0 | 110110 | 100101001 | 1010010 | 11001 |
Color Harmonies of #700C76
Complementary color
Monochromatic Colors of #700C76
Black with #700C76
Text Example
Text Example
White with #700C76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700C76; }
p { color: rgb(112,12,118); }
H1.HeaderClassName
{
color: #700C76;
}
.AnyTagClassName
{
color: #700C76;
}
</style>
background-color css
<style>
a { background-color: #700C76; }
a { background-color: rgb(112,12,118); }
div.DivClassName
{
background-color: #700C76;
}
.BgClassName
{
background-color: #700C76;
}
</style>
border-color css
<style>
span { border-color: #700C76; }
span { border-color: rgb(112,12,118); }
td.TdClassName
{
border-color: #700C76;
}
.TagClassName
{
border-color: #700C76;
}
</style>