Shades of Vivid Violet #702E95
Tints of Vivid Violet #702E95
RGB
CMYK
RGB Variations
Color information
#702E95 (or 0x702E95) is known color: Vivid Violet. HEX triplet: 70, 2E and 95. RGB value is (112,46,149). Sum of RGB (Red+Green+Blue) = 112+46+149=307 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.48% from 307); Green value is 46 (18.36% from 255 or 14.98% from 307); Blue value is 149 (58.59% from 255 or 48.53% from 307); Max value from RGB is 149 - color contains mainly: blue. Hex color #702E95 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #702E95 is #8FD16A. Grayscale: #4D4D4D. Windows color (decimal): -9425259 or 9776752. OLE color: 9776752.
HSL color Cylindrical-coordinate representation of color #702E95: hue angle of 278.45º degrees, saturation: 0.53, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #702E95 is Cyan = 0.25, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 112 | 46 | 149 | - |
| CMYK | 0.25 | 0.69 | 0 | 0.42 |
| HSL | 278.45º | 0.53% | 0.38% | - |
| HSV(B) | 278.45º | 0.69% | 0.58% | - |
| XYZ | 13.08 | 7.57 | 29.21 | - |
| YUV | 77.48 | 168.37 | 152.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 46 | 149 | 0.25 | 0.69 | 0 | 0.42 | 278.45 | 0.53 | 0.38 |
| Hex | 70 | 2E | 95 | 19 | 45 | 0 | 2A | 116 | 35 | 26 |
| Octal | 160 | 56 | 225 | 31 | 105 | 0 | 52 | 426 | 65 | 46 |
| Binary | 1110000 | 101110 | 10010101 | 11001 | 1000101 | 0 | 101010 | 100010110 | 110101 | 100110 |
Color Harmonies of #702E95
Complementary color
Monochromatic Colors of #702E95
Black with #702E95
Text Example
Text Example
White with #702E95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #702E95; }
p { color: rgb(112,46,149); }
H1.HeaderClassName
{
color: #702E95;
}
.AnyTagClassName
{
color: #702E95;
}
</style>
background-color css
<style>
a { background-color: #702E95; }
a { background-color: rgb(112,46,149); }
div.DivClassName
{
background-color: #702E95;
}
.BgClassName
{
background-color: #702E95;
}
</style>
border-color css
<style>
span { border-color: #702E95; }
span { border-color: rgb(112,46,149); }
td.TdClassName
{
border-color: #702E95;
}
.TagClassName
{
border-color: #702E95;
}
</style>