Shades of Purple #700E75
Tints of Purple #700E75
RGB
CMYK
RGB Variations
Color information
#700E75 (or 0x700E75) is known color: Purple. HEX triplet: 70, 0E and 75. RGB value is (112,14,117). Sum of RGB (Red+Green+Blue) = 112+14+117=243 (32% of max value = 765). Red value is 112 (44.14% from 255 or 46.09% from 243); Green value is 14 (5.86% from 255 or 5.76% from 243); Blue value is 117 (46.09% from 255 or 48.15% from 243); Max value from RGB is 117 - color contains mainly: blue. Hex color #700E75 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #700E75 is #8FF18A. Grayscale: #363636. Windows color (decimal): -9433483 or 7671408. OLE color: 7671408.
HSL color Cylindrical-coordinate representation of color #700E75: hue angle of 297.09º degrees, saturation: 0.79, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #700E75 is Cyan = 0.04, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 112 | 14 | 117 | - |
| CMYK | 0.04 | 0.88 | 0 | 0.54 |
| HSL | 297.09º | 0.79% | 0.26% | - |
| HSV(B) | 297.09º | 0.88% | 0.46% | - |
| XYZ | 10.05 | 5.04 | 17.27 | - |
| YUV | 55.04 | 162.97 | 168.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 14 | 117 | 0.04 | 0.88 | 0 | 0.54 | 297.09 | 0.79 | 0.26 |
| Hex | 70 | E | 75 | 4 | 58 | 0 | 36 | 129 | 4F | 1A |
| Octal | 160 | 16 | 165 | 4 | 130 | 0 | 66 | 451 | 117 | 32 |
| Binary | 1110000 | 1110 | 1110101 | 100 | 1011000 | 0 | 110110 | 100101001 | 1001111 | 11010 |
Color Harmonies of #700E75
Complementary color
Monochromatic Colors of #700E75
Black with #700E75
Text Example
Text Example
White with #700E75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700E75; }
p { color: rgb(112,14,117); }
H1.HeaderClassName
{
color: #700E75;
}
.AnyTagClassName
{
color: #700E75;
}
</style>
background-color css
<style>
a { background-color: #700E75; }
a { background-color: rgb(112,14,117); }
div.DivClassName
{
background-color: #700E75;
}
.BgClassName
{
background-color: #700E75;
}
</style>
border-color css
<style>
span { border-color: #700E75; }
span { border-color: rgb(112,14,117); }
td.TdClassName
{
border-color: #700E75;
}
.TagClassName
{
border-color: #700E75;
}
</style>