Shades of Vivid Violet #702E8C
Tints of Vivid Violet #702E8C
RGB
CMYK
RGB Variations
Color information
#702E8C (or 0x702E8C) is known color: Vivid Violet. HEX triplet: 70, 2E and 8C. RGB value is (112,46,140). Sum of RGB (Red+Green+Blue) = 112+46+140=298 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.58% from 298); Green value is 46 (18.36% from 255 or 15.44% from 298); Blue value is 140 (55.08% from 255 or 46.98% from 298); Max value from RGB is 140 - color contains mainly: blue. Hex color #702E8C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #702E8C is #8FD173. Grayscale: #4C4C4C. Windows color (decimal): -9425268 or 9186928. OLE color: 9186928.
HSL color Cylindrical-coordinate representation of color #702E8C: hue angle of 282.13º degrees, saturation: 0.51, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #702E8C is Cyan = 0.20, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 112 | 46 | 140 | - |
| CMYK | 0.20 | 0.67 | 0 | 0.45 |
| HSL | 282.13º | 0.51% | 0.36% | - |
| HSV(B) | 282.13º | 0.67% | 0.55% | - |
| XYZ | 12.39 | 7.29 | 25.57 | - |
| YUV | 76.45 | 163.87 | 153.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 46 | 140 | 0.20 | 0.67 | 0 | 0.45 | 282.13 | 0.51 | 0.36 |
| Hex | 70 | 2E | 8C | 14 | 43 | 0 | 2D | 11A | 33 | 24 |
| Octal | 160 | 56 | 214 | 24 | 103 | 0 | 55 | 432 | 63 | 44 |
| Binary | 1110000 | 101110 | 10001100 | 10100 | 1000011 | 0 | 101101 | 100011010 | 110011 | 100100 |
Color Harmonies of #702E8C
Complementary color
Monochromatic Colors of #702E8C
Black with #702E8C
Text Example
Text Example
White with #702E8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #702E8C; }
p { color: rgb(112,46,140); }
H1.HeaderClassName
{
color: #702E8C;
}
.AnyTagClassName
{
color: #702E8C;
}
</style>
background-color css
<style>
a { background-color: #702E8C; }
a { background-color: rgb(112,46,140); }
div.DivClassName
{
background-color: #702E8C;
}
.BgClassName
{
background-color: #702E8C;
}
</style>
border-color css
<style>
span { border-color: #702E8C; }
span { border-color: rgb(112,46,140); }
td.TdClassName
{
border-color: #702E8C;
}
.TagClassName
{
border-color: #702E8C;
}
</style>