Shades of Purple #700D75
Tints of Purple #700D75
RGB
CMYK
RGB Variations
Color information
#700D75 (or 0x700D75) is known color: Purple. HEX triplet: 70, 0D and 75. RGB value is (112,13,117). Sum of RGB (Red+Green+Blue) = 112+13+117=242 (32% of max value = 765). Red value is 112 (44.14% from 255 or 46.28% from 242); Green value is 13 (5.47% from 255 or 5.37% from 242); Blue value is 117 (46.09% from 255 or 48.35% from 242); Max value from RGB is 117 - color contains mainly: blue. Hex color #700D75 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #700D75 is #8FF28A. Grayscale: #363636. Windows color (decimal): -9433739 or 7671152. OLE color: 7671152.
HSL color Cylindrical-coordinate representation of color #700D75: hue angle of 297.12º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #700D75 is Cyan = 0.04, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 112 | 13 | 117 | - |
| CMYK | 0.04 | 0.89 | 0 | 0.54 |
| HSL | 297.12º | 0.8% | 0.25% | - |
| HSV(B) | 297.12º | 0.89% | 0.46% | - |
| XYZ | 10.04 | 5.02 | 17.27 | - |
| YUV | 54.46 | 163.3 | 169.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 13 | 117 | 0.04 | 0.89 | 0 | 0.54 | 297.12 | 0.8 | 0.25 |
| Hex | 70 | D | 75 | 4 | 59 | 0 | 36 | 129 | 50 | 19 |
| Octal | 160 | 15 | 165 | 4 | 131 | 0 | 66 | 451 | 120 | 31 |
| Binary | 1110000 | 1101 | 1110101 | 100 | 1011001 | 0 | 110110 | 100101001 | 1010000 | 11001 |
Color Harmonies of #700D75
Complementary color
Monochromatic Colors of #700D75
Black with #700D75
Text Example
Text Example
White with #700D75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700D75; }
p { color: rgb(112,13,117); }
H1.HeaderClassName
{
color: #700D75;
}
.AnyTagClassName
{
color: #700D75;
}
</style>
background-color css
<style>
a { background-color: #700D75; }
a { background-color: rgb(112,13,117); }
div.DivClassName
{
background-color: #700D75;
}
.BgClassName
{
background-color: #700D75;
}
</style>
border-color css
<style>
span { border-color: #700D75; }
span { border-color: rgb(112,13,117); }
td.TdClassName
{
border-color: #700D75;
}
.TagClassName
{
border-color: #700D75;
}
</style>