Shades of Purple #700C8E
Tints of Purple #700C8E
RGB
CMYK
RGB Variations
Color information
#700C8E (or 0x700C8E) is known color: Purple. HEX triplet: 70, 0C and 8E. RGB value is (112,12,142). Sum of RGB (Red+Green+Blue) = 112+12+142=266 (35% of max value = 765). Red value is 112 (44.14% from 255 or 42.11% from 266); Green value is 12 (5.08% from 255 or 4.51% from 266); Blue value is 142 (55.86% from 255 or 53.38% from 266); Max value from RGB is 142 - color contains mainly: blue. Hex color #700C8E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #700C8E is #8FF371. Grayscale: #383838. Windows color (decimal): -9433970 or 9309296. OLE color: 9309296.
HSL color Cylindrical-coordinate representation of color #700C8E: hue angle of 286.15º degrees, saturation: 0.84, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #700C8E is Cyan = 0.21, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 112 | 12 | 142 | - |
| CMYK | 0.21 | 0.92 | 0 | 0.44 |
| HSL | 286.15º | 0.84% | 0.3% | - |
| HSV(B) | 286.15º | 0.92% | 0.56% | - |
| XYZ | 11.7 | 5.66 | 26.07 | - |
| YUV | 56.72 | 176.13 | 167.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 12 | 142 | 0.21 | 0.92 | 0 | 0.44 | 286.15 | 0.84 | 0.3 |
| Hex | 70 | C | 8E | 15 | 5C | 0 | 2C | 11E | 54 | 1E |
| Octal | 160 | 14 | 216 | 25 | 134 | 0 | 54 | 436 | 124 | 36 |
| Binary | 1110000 | 1100 | 10001110 | 10101 | 1011100 | 0 | 101100 | 100011110 | 1010100 | 11110 |
Color Harmonies of #700C8E
Complementary color
Monochromatic Colors of #700C8E
Black with #700C8E
Text Example
Text Example
White with #700C8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700C8E; }
p { color: rgb(112,12,142); }
H1.HeaderClassName
{
color: #700C8E;
}
.AnyTagClassName
{
color: #700C8E;
}
</style>
background-color css
<style>
a { background-color: #700C8E; }
a { background-color: rgb(112,12,142); }
div.DivClassName
{
background-color: #700C8E;
}
.BgClassName
{
background-color: #700C8E;
}
</style>
border-color css
<style>
span { border-color: #700C8E; }
span { border-color: rgb(112,12,142); }
td.TdClassName
{
border-color: #700C8E;
}
.TagClassName
{
border-color: #700C8E;
}
</style>