Shades of Vivid Violet #702998
Tints of Vivid Violet #702998
RGB
CMYK
RGB Variations
Color information
#702998 (or 0x702998) is known color: Vivid Violet. HEX triplet: 70, 29 and 98. RGB value is (112,41,152). Sum of RGB (Red+Green+Blue) = 112+41+152=305 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.72% from 305); Green value is 41 (16.41% from 255 or 13.44% from 305); Blue value is 152 (59.77% from 255 or 49.84% from 305); Max value from RGB is 152 - color contains mainly: blue. Hex color #702998 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #702998 is #8FD667. Grayscale: #4A4A4A. Windows color (decimal): -9426536 or 9972080. OLE color: 9972080.
HSL color Cylindrical-coordinate representation of color #702998: hue angle of 278.38º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #702998 is Cyan = 0.26, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 112 | 41 | 152 | - |
| CMYK | 0.26 | 0.73 | 0 | 0.40 |
| HSL | 278.38º | 0.58% | 0.38% | - |
| HSV(B) | 278.38º | 0.73% | 0.6% | - |
| XYZ | 13.14 | 7.3 | 30.42 | - |
| YUV | 74.88 | 171.52 | 154.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 41 | 152 | 0.26 | 0.73 | 0 | 0.40 | 278.38 | 0.58 | 0.38 |
| Hex | 70 | 29 | 98 | 1A | 49 | 0 | 28 | 116 | 3A | 26 |
| Octal | 160 | 51 | 230 | 32 | 111 | 0 | 50 | 426 | 72 | 46 |
| Binary | 1110000 | 101001 | 10011000 | 11010 | 1001001 | 0 | 101000 | 100010110 | 111010 | 100110 |
Color Harmonies of #702998
Complementary color
Monochromatic Colors of #702998
Black with #702998
Text Example
Text Example
White with #702998
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #702998; }
p { color: rgb(112,41,152); }
H1.HeaderClassName
{
color: #702998;
}
.AnyTagClassName
{
color: #702998;
}
</style>
background-color css
<style>
a { background-color: #702998; }
a { background-color: rgb(112,41,152); }
div.DivClassName
{
background-color: #702998;
}
.BgClassName
{
background-color: #702998;
}
</style>
border-color css
<style>
span { border-color: #702998; }
span { border-color: rgb(112,41,152); }
td.TdClassName
{
border-color: #702998;
}
.TagClassName
{
border-color: #702998;
}
</style>