Shades of Vivid Violet #702B89
Tints of Vivid Violet #702B89
RGB
CMYK
RGB Variations
Color information
#702B89 (or 0x702B89) is known color: Vivid Violet. HEX triplet: 70, 2B and 89. RGB value is (112,43,137). Sum of RGB (Red+Green+Blue) = 112+43+137=292 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.36% from 292); Green value is 43 (17.19% from 255 or 14.73% from 292); Blue value is 137 (53.91% from 255 or 46.92% from 292); Max value from RGB is 137 - color contains mainly: blue. Hex color #702B89 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #702B89 is #8FD476. Grayscale: #4A4A4A. Windows color (decimal): -9426039 or 8989552. OLE color: 8989552.
HSL color Cylindrical-coordinate representation of color #702B89: hue angle of 284.04º degrees, saturation: 0.52, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #702B89 is Cyan = 0.18, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 112 | 43 | 137 | - |
| CMYK | 0.18 | 0.69 | 0 | 0.46 |
| HSL | 284.04º | 0.52% | 0.35% | - |
| HSV(B) | 284.04º | 0.69% | 0.54% | - |
| XYZ | 12.06 | 6.98 | 24.38 | - |
| YUV | 74.35 | 163.36 | 154.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 43 | 137 | 0.18 | 0.69 | 0 | 0.46 | 284.04 | 0.52 | 0.35 |
| Hex | 70 | 2B | 89 | 12 | 45 | 0 | 2E | 11C | 34 | 23 |
| Octal | 160 | 53 | 211 | 22 | 105 | 0 | 56 | 434 | 64 | 43 |
| Binary | 1110000 | 101011 | 10001001 | 10010 | 1000101 | 0 | 101110 | 100011100 | 110100 | 100011 |
Color Harmonies of #702B89
Complementary color
Monochromatic Colors of #702B89
Black with #702B89
Text Example
Text Example
White with #702B89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #702B89; }
p { color: rgb(112,43,137); }
H1.HeaderClassName
{
color: #702B89;
}
.AnyTagClassName
{
color: #702B89;
}
</style>
background-color css
<style>
a { background-color: #702B89; }
a { background-color: rgb(112,43,137); }
div.DivClassName
{
background-color: #702B89;
}
.BgClassName
{
background-color: #702B89;
}
</style>
border-color css
<style>
span { border-color: #702B89; }
span { border-color: rgb(112,43,137); }
td.TdClassName
{
border-color: #702B89;
}
.TagClassName
{
border-color: #702B89;
}
</style>