Shades of Purple #700075
Tints of Purple #700075
RGB
CMYK
RGB Variations
Color information
#700075 (or 0x700075) is known color: Purple. HEX triplet: 70, 00 and 75. RGB value is (112,0,117). Sum of RGB (Red+Green+Blue) = 112+0+117=229 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.91% from 229); Green value is 0 (0.39% from 255 or 0% from 229); Blue value is 117 (46.09% from 255 or 51.09% from 229); Max value from RGB is 117 - color contains mainly: blue. Hex color #700075 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #700075 is #8FFF8A. Grayscale: #2E2E2E. Windows color (decimal): -9437067 or 7667824. OLE color: 7667824.
HSL color Cylindrical-coordinate representation of color #700075: hue angle of 297.44º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #700075 is Cyan = 0.04, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 112 | 0 | 117 | - |
| CMYK | 0.04 | 1 | 0 | 0.54 |
| HSL | 297.44º | 1% | 0.23% | - |
| HSV(B) | 297.44º | 1% | 0.46% | - |
| XYZ | 9.89 | 4.73 | 17.22 | - |
| YUV | 46.83 | 167.61 | 174.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 0 | 117 | 0.04 | 1 | 0 | 0.54 | 297.44 | 1 | 0.23 |
| Hex | 70 | 0 | 75 | 4 | 64 | 0 | 36 | 129 | 64 | 17 |
| Octal | 160 | 0 | 165 | 4 | 144 | 0 | 66 | 451 | 144 | 27 |
| Binary | 1110000 | 0 | 1110101 | 100 | 1100100 | 0 | 110110 | 100101001 | 1100100 | 10111 |
Color Harmonies of #700075
Complementary color
Monochromatic Colors of #700075
Black with #700075
Text Example
Text Example
White with #700075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700075; }
p { color: rgb(112,0,117); }
H1.HeaderClassName
{
color: #700075;
}
.AnyTagClassName
{
color: #700075;
}
</style>
background-color css
<style>
a { background-color: #700075; }
a { background-color: rgb(112,0,117); }
div.DivClassName
{
background-color: #700075;
}
.BgClassName
{
background-color: #700075;
}
</style>
border-color css
<style>
span { border-color: #700075; }
span { border-color: rgb(112,0,117); }
td.TdClassName
{
border-color: #700075;
}
.TagClassName
{
border-color: #700075;
}
</style>