Shades of Vivid Violet #702997
Tints of Vivid Violet #702997
RGB
CMYK
RGB Variations
Color information
#702997 (or 0x702997) is known color: Vivid Violet. HEX triplet: 70, 29 and 97. RGB value is (112,41,151). Sum of RGB (Red+Green+Blue) = 112+41+151=304 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.84% from 304); Green value is 41 (16.41% from 255 or 13.49% from 304); Blue value is 151 (59.38% from 255 or 49.67% from 304); Max value from RGB is 151 - color contains mainly: blue. Hex color #702997 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #702997 is #8FD668. Grayscale: #4A4A4A. Windows color (decimal): -9426537 or 9906544. OLE color: 9906544.
HSL color Cylindrical-coordinate representation of color #702997: hue angle of 278.73º degrees, saturation: 0.57, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #702997 is Cyan = 0.26, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 112 | 41 | 151 | - |
| CMYK | 0.26 | 0.73 | 0 | 0.41 |
| HSL | 278.73º | 0.57% | 0.38% | - |
| HSV(B) | 278.73º | 0.73% | 0.59% | - |
| XYZ | 13.06 | 7.26 | 29.99 | - |
| YUV | 74.77 | 171.02 | 154.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 41 | 151 | 0.26 | 0.73 | 0 | 0.41 | 278.73 | 0.57 | 0.38 |
| Hex | 70 | 29 | 97 | 1A | 49 | 0 | 29 | 117 | 39 | 26 |
| Octal | 160 | 51 | 227 | 32 | 111 | 0 | 51 | 427 | 71 | 46 |
| Binary | 1110000 | 101001 | 10010111 | 11010 | 1001001 | 0 | 101001 | 100010111 | 111001 | 100110 |
Color Harmonies of #702997
Complementary color
Monochromatic Colors of #702997
Black with #702997
Text Example
Text Example
White with #702997
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #702997; }
p { color: rgb(112,41,151); }
H1.HeaderClassName
{
color: #702997;
}
.AnyTagClassName
{
color: #702997;
}
</style>
background-color css
<style>
a { background-color: #702997; }
a { background-color: rgb(112,41,151); }
div.DivClassName
{
background-color: #702997;
}
.BgClassName
{
background-color: #702997;
}
</style>
border-color css
<style>
span { border-color: #702997; }
span { border-color: rgb(112,41,151); }
td.TdClassName
{
border-color: #702997;
}
.TagClassName
{
border-color: #702997;
}
</style>