Shades of Purple #700882
Tints of Purple #700882
RGB
CMYK
RGB Variations
Color information
#700882 (or 0x700882) is known color: Purple. HEX triplet: 70, 08 and 82. RGB value is (112,8,130). Sum of RGB (Red+Green+Blue) = 112+8+130=250 (33% of max value = 765). Red value is 112 (44.14% from 255 or 44.8% from 250); Green value is 8 (3.52% from 255 or 3.2% from 250); Blue value is 130 (51.17% from 255 or 52% from 250); Max value from RGB is 130 - color contains mainly: blue. Hex color #700882 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #700882 is #8FF77D. Grayscale: #343434. Windows color (decimal): -9435006 or 8521840. OLE color: 8521840.
HSL color Cylindrical-coordinate representation of color #700882: hue angle of 291.15º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #700882 is Cyan = 0.14, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 112 | 8 | 130 | - |
| CMYK | 0.14 | 0.94 | 0 | 0.49 |
| HSL | 291.15º | 0.88% | 0.27% | - |
| HSV(B) | 291.15º | 0.94% | 0.51% | - |
| XYZ | 10.8 | 5.23 | 21.56 | - |
| YUV | 53 | 171.46 | 170.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 8 | 130 | 0.14 | 0.94 | 0 | 0.49 | 291.15 | 0.88 | 0.27 |
| Hex | 70 | 8 | 82 | E | 5E | 0 | 31 | 123 | 58 | 1B |
| Octal | 160 | 10 | 202 | 16 | 136 | 0 | 61 | 443 | 130 | 33 |
| Binary | 1110000 | 1000 | 10000010 | 1110 | 1011110 | 0 | 110001 | 100100011 | 1011000 | 11011 |
Color Harmonies of #700882
Complementary color
Monochromatic Colors of #700882
Black with #700882
Text Example
Text Example
White with #700882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700882; }
p { color: rgb(112,8,130); }
H1.HeaderClassName
{
color: #700882;
}
.AnyTagClassName
{
color: #700882;
}
</style>
background-color css
<style>
a { background-color: #700882; }
a { background-color: rgb(112,8,130); }
div.DivClassName
{
background-color: #700882;
}
.BgClassName
{
background-color: #700882;
}
</style>
border-color css
<style>
span { border-color: #700882; }
span { border-color: rgb(112,8,130); }
td.TdClassName
{
border-color: #700882;
}
.TagClassName
{
border-color: #700882;
}
</style>