Shades of Purple #700082
Tints of Purple #700082
RGB
CMYK
RGB Variations
Color information
#700082 (or 0x700082) is known color: Purple. HEX triplet: 70, 00 and 82. RGB value is (112,0,130). Sum of RGB (Red+Green+Blue) = 112+0+130=242 (32% of max value = 765). Red value is 112 (44.14% from 255 or 46.28% from 242); Green value is 0 (0.39% from 255 or 0% from 242); Blue value is 130 (51.17% from 255 or 53.72% from 242); Max value from RGB is 130 - color contains mainly: blue. Hex color #700082 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #700082 is #8FFF7D. Grayscale: #2F2F2F. Windows color (decimal): -9437054 or 8519792. OLE color: 8519792.
HSL color Cylindrical-coordinate representation of color #700082: hue angle of 291.69º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #700082 is Cyan = 0.14, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 112 | 0 | 130 | - |
| CMYK | 0.14 | 1 | 0 | 0.49 |
| HSL | 291.69º | 1% | 0.25% | - |
| HSV(B) | 291.69º | 1% | 0.51% | - |
| XYZ | 10.71 | 5.06 | 21.53 | - |
| YUV | 48.31 | 174.11 | 173.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 0 | 130 | 0.14 | 1 | 0 | 0.49 | 291.69 | 1 | 0.25 |
| Hex | 70 | 0 | 82 | E | 64 | 0 | 31 | 124 | 64 | 19 |
| Octal | 160 | 0 | 202 | 16 | 144 | 0 | 61 | 444 | 144 | 31 |
| Binary | 1110000 | 0 | 10000010 | 1110 | 1100100 | 0 | 110001 | 100100100 | 1100100 | 11001 |
Color Harmonies of #700082
Complementary color
Monochromatic Colors of #700082
Black with #700082
Text Example
Text Example
White with #700082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700082; }
p { color: rgb(112,0,130); }
H1.HeaderClassName
{
color: #700082;
}
.AnyTagClassName
{
color: #700082;
}
</style>
background-color css
<style>
a { background-color: #700082; }
a { background-color: rgb(112,0,130); }
div.DivClassName
{
background-color: #700082;
}
.BgClassName
{
background-color: #700082;
}
</style>
border-color css
<style>
span { border-color: #700082; }
span { border-color: rgb(112,0,130); }
td.TdClassName
{
border-color: #700082;
}
.TagClassName
{
border-color: #700082;
}
</style>