Shades of Vivid Violet #702996
Tints of Vivid Violet #702996
RGB
CMYK
RGB Variations
Color information
#702996 (or 0x702996) is known color: Vivid Violet. HEX triplet: 70, 29 and 96. RGB value is (112,41,150). Sum of RGB (Red+Green+Blue) = 112+41+150=303 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.96% from 303); Green value is 41 (16.41% from 255 or 13.53% from 303); Blue value is 150 (58.98% from 255 or 49.50% from 303); Max value from RGB is 150 - color contains mainly: blue. Hex color #702996 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #702996 is #8FD669. Grayscale: #4A4A4A. Windows color (decimal): -9426538 or 9841008. OLE color: 9841008.
HSL color Cylindrical-coordinate representation of color #702996: hue angle of 279.08º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #702996 is Cyan = 0.25, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 112 | 41 | 150 | - |
| CMYK | 0.25 | 0.73 | 0 | 0.41 |
| HSL | 279.08º | 0.57% | 0.37% | - |
| HSV(B) | 279.08º | 0.73% | 0.59% | - |
| XYZ | 12.98 | 7.23 | 29.57 | - |
| YUV | 74.66 | 170.52 | 154.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 41 | 150 | 0.25 | 0.73 | 0 | 0.41 | 279.08 | 0.57 | 0.37 |
| Hex | 70 | 29 | 96 | 19 | 49 | 0 | 29 | 117 | 39 | 25 |
| Octal | 160 | 51 | 226 | 31 | 111 | 0 | 51 | 427 | 71 | 45 |
| Binary | 1110000 | 101001 | 10010110 | 11001 | 1001001 | 0 | 101001 | 100010111 | 111001 | 100101 |
Color Harmonies of #702996
Complementary color
Monochromatic Colors of #702996
Black with #702996
Text Example
Text Example
White with #702996
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #702996; }
p { color: rgb(112,41,150); }
H1.HeaderClassName
{
color: #702996;
}
.AnyTagClassName
{
color: #702996;
}
</style>
background-color css
<style>
a { background-color: #702996; }
a { background-color: rgb(112,41,150); }
div.DivClassName
{
background-color: #702996;
}
.BgClassName
{
background-color: #702996;
}
</style>
border-color css
<style>
span { border-color: #702996; }
span { border-color: rgb(112,41,150); }
td.TdClassName
{
border-color: #702996;
}
.TagClassName
{
border-color: #702996;
}
</style>