Shades of Vivid Violet #702E89
Tints of Vivid Violet #702E89
RGB
CMYK
RGB Variations
Color information
#702E89 (or 0x702E89) is known color: Vivid Violet. HEX triplet: 70, 2E and 89. RGB value is (112,46,137). Sum of RGB (Red+Green+Blue) = 112+46+137=295 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.97% from 295); Green value is 46 (18.36% from 255 or 15.59% from 295); Blue value is 137 (53.91% from 255 or 46.44% from 295); Max value from RGB is 137 - color contains mainly: blue. Hex color #702E89 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #702E89 is #8FD176. Grayscale: #4B4B4B. Windows color (decimal): -9425271 or 8990320. OLE color: 8990320.
HSL color Cylindrical-coordinate representation of color #702E89: hue angle of 283.52º degrees, saturation: 0.5, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #702E89 is Cyan = 0.18, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 112 | 46 | 137 | - |
| CMYK | 0.18 | 0.66 | 0 | 0.46 |
| HSL | 283.52º | 0.5% | 0.36% | - |
| HSV(B) | 283.52º | 0.66% | 0.54% | - |
| XYZ | 12.17 | 7.2 | 24.42 | - |
| YUV | 76.11 | 162.37 | 153.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 46 | 137 | 0.18 | 0.66 | 0 | 0.46 | 283.52 | 0.5 | 0.36 |
| Hex | 70 | 2E | 89 | 12 | 42 | 0 | 2E | 11C | 32 | 24 |
| Octal | 160 | 56 | 211 | 22 | 102 | 0 | 56 | 434 | 62 | 44 |
| Binary | 1110000 | 101110 | 10001001 | 10010 | 1000010 | 0 | 101110 | 100011100 | 110010 | 100100 |
Color Harmonies of #702E89
Complementary color
Monochromatic Colors of #702E89
Black with #702E89
Text Example
Text Example
White with #702E89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #702E89; }
p { color: rgb(112,46,137); }
H1.HeaderClassName
{
color: #702E89;
}
.AnyTagClassName
{
color: #702E89;
}
</style>
background-color css
<style>
a { background-color: #702E89; }
a { background-color: rgb(112,46,137); }
div.DivClassName
{
background-color: #702E89;
}
.BgClassName
{
background-color: #702E89;
}
</style>
border-color css
<style>
span { border-color: #702E89; }
span { border-color: rgb(112,46,137); }
td.TdClassName
{
border-color: #702E89;
}
.TagClassName
{
border-color: #702E89;
}
</style>