Shades of Vivid Violet #702886
Tints of Vivid Violet #702886
RGB
CMYK
RGB Variations
Color information
#702886 (or 0x702886) is known color: Vivid Violet. HEX triplet: 70, 28 and 86. RGB value is (112,40,134). Sum of RGB (Red+Green+Blue) = 112+40+134=286 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.16% from 286); Green value is 40 (16.02% from 255 or 13.99% from 286); Blue value is 134 (52.73% from 255 or 46.85% from 286); Max value from RGB is 134 - color contains mainly: blue. Hex color #702886 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #702886 is #8FD779. Grayscale: #474747. Windows color (decimal): -9426810 or 8792176. OLE color: 8792176.
HSL color Cylindrical-coordinate representation of color #702886: hue angle of 285.96º degrees, saturation: 0.54, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #702886 is Cyan = 0.16, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 112 | 40 | 134 | - |
| CMYK | 0.16 | 0.70 | 0 | 0.47 |
| HSL | 285.96º | 0.54% | 0.34% | - |
| HSV(B) | 285.96º | 0.7% | 0.53% | - |
| XYZ | 11.74 | 6.68 | 23.23 | - |
| YUV | 72.24 | 162.85 | 156.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 40 | 134 | 0.16 | 0.70 | 0 | 0.47 | 285.96 | 0.54 | 0.34 |
| Hex | 70 | 28 | 86 | 10 | 46 | 0 | 2F | 11E | 36 | 22 |
| Octal | 160 | 50 | 206 | 20 | 106 | 0 | 57 | 436 | 66 | 42 |
| Binary | 1110000 | 101000 | 10000110 | 10000 | 1000110 | 0 | 101111 | 100011110 | 110110 | 100010 |
Color Harmonies of #702886
Complementary color
Monochromatic Colors of #702886
Black with #702886
Text Example
Text Example
White with #702886
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #702886; }
p { color: rgb(112,40,134); }
H1.HeaderClassName
{
color: #702886;
}
.AnyTagClassName
{
color: #702886;
}
</style>
background-color css
<style>
a { background-color: #702886; }
a { background-color: rgb(112,40,134); }
div.DivClassName
{
background-color: #702886;
}
.BgClassName
{
background-color: #702886;
}
</style>
border-color css
<style>
span { border-color: #702886; }
span { border-color: rgb(112,40,134); }
td.TdClassName
{
border-color: #702886;
}
.TagClassName
{
border-color: #702886;
}
</style>