Shades of Vivid Violet #702E8E
Tints of Vivid Violet #702E8E
RGB
CMYK
RGB Variations
Color information
#702E8E (or 0x702E8E) is known color: Vivid Violet. HEX triplet: 70, 2E and 8E. RGB value is (112,46,142). Sum of RGB (Red+Green+Blue) = 112+46+142=300 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.33% from 300); Green value is 46 (18.36% from 255 or 15.33% from 300); Blue value is 142 (55.86% from 255 or 47.33% from 300); Max value from RGB is 142 - color contains mainly: blue. Hex color #702E8E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #702E8E is #8FD171. Grayscale: #4C4C4C. Windows color (decimal): -9425266 or 9318000. OLE color: 9318000.
HSL color Cylindrical-coordinate representation of color #702E8E: hue angle of 281.25º degrees, saturation: 0.51, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #702E8E is Cyan = 0.21, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 112 | 46 | 142 | - |
| CMYK | 0.21 | 0.68 | 0 | 0.44 |
| HSL | 281.25º | 0.51% | 0.37% | - |
| HSV(B) | 281.25º | 0.68% | 0.56% | - |
| XYZ | 12.54 | 7.35 | 26.35 | - |
| YUV | 76.68 | 164.87 | 153.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 46 | 142 | 0.21 | 0.68 | 0 | 0.44 | 281.25 | 0.51 | 0.37 |
| Hex | 70 | 2E | 8E | 15 | 44 | 0 | 2C | 119 | 33 | 25 |
| Octal | 160 | 56 | 216 | 25 | 104 | 0 | 54 | 431 | 63 | 45 |
| Binary | 1110000 | 101110 | 10001110 | 10101 | 1000100 | 0 | 101100 | 100011001 | 110011 | 100101 |
Color Harmonies of #702E8E
Complementary color
Monochromatic Colors of #702E8E
Black with #702E8E
Text Example
Text Example
White with #702E8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #702E8E; }
p { color: rgb(112,46,142); }
H1.HeaderClassName
{
color: #702E8E;
}
.AnyTagClassName
{
color: #702E8E;
}
</style>
background-color css
<style>
a { background-color: #702E8E; }
a { background-color: rgb(112,46,142); }
div.DivClassName
{
background-color: #702E8E;
}
.BgClassName
{
background-color: #702E8E;
}
</style>
border-color css
<style>
span { border-color: #702E8E; }
span { border-color: rgb(112,46,142); }
td.TdClassName
{
border-color: #702E8E;
}
.TagClassName
{
border-color: #702E8E;
}
</style>