Shades of Vivid Violet #702E8D
Tints of Vivid Violet #702E8D
RGB
CMYK
RGB Variations
Color information
#702E8D (or 0x702E8D) is known color: Vivid Violet. HEX triplet: 70, 2E and 8D. RGB value is (112,46,141). Sum of RGB (Red+Green+Blue) = 112+46+141=299 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.46% from 299); Green value is 46 (18.36% from 255 or 15.38% from 299); Blue value is 141 (55.47% from 255 or 47.16% from 299); Max value from RGB is 141 - color contains mainly: blue. Hex color #702E8D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #702E8D is #8FD172. Grayscale: #4C4C4C. Windows color (decimal): -9425267 or 9252464. OLE color: 9252464.
HSL color Cylindrical-coordinate representation of color #702E8D: hue angle of 281.68º degrees, saturation: 0.51, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #702E8D is Cyan = 0.21, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 112 | 46 | 141 | - |
| CMYK | 0.21 | 0.67 | 0 | 0.45 |
| HSL | 281.68º | 0.51% | 0.37% | - |
| HSV(B) | 281.68º | 0.67% | 0.55% | - |
| XYZ | 12.47 | 7.32 | 25.96 | - |
| YUV | 76.56 | 164.37 | 153.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 46 | 141 | 0.21 | 0.67 | 0 | 0.45 | 281.68 | 0.51 | 0.37 |
| Hex | 70 | 2E | 8D | 15 | 43 | 0 | 2D | 11A | 33 | 25 |
| Octal | 160 | 56 | 215 | 25 | 103 | 0 | 55 | 432 | 63 | 45 |
| Binary | 1110000 | 101110 | 10001101 | 10101 | 1000011 | 0 | 101101 | 100011010 | 110011 | 100101 |
Color Harmonies of #702E8D
Complementary color
Monochromatic Colors of #702E8D
Black with #702E8D
Text Example
Text Example
White with #702E8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #702E8D; }
p { color: rgb(112,46,141); }
H1.HeaderClassName
{
color: #702E8D;
}
.AnyTagClassName
{
color: #702E8D;
}
</style>
background-color css
<style>
a { background-color: #702E8D; }
a { background-color: rgb(112,46,141); }
div.DivClassName
{
background-color: #702E8D;
}
.BgClassName
{
background-color: #702E8D;
}
</style>
border-color css
<style>
span { border-color: #702E8D; }
span { border-color: rgb(112,46,141); }
td.TdClassName
{
border-color: #702E8D;
}
.TagClassName
{
border-color: #702E8D;
}
</style>