Shades of Vivid Violet #702F91
Tints of Vivid Violet #702F91
RGB
CMYK
RGB Variations
Color information
#702F91 (or 0x702F91) is known color: Vivid Violet. HEX triplet: 70, 2F and 91. RGB value is (112,47,145). Sum of RGB (Red+Green+Blue) = 112+47+145=304 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.84% from 304); Green value is 47 (18.75% from 255 or 15.46% from 304); Blue value is 145 (57.03% from 255 or 47.70% from 304); Max value from RGB is 145 - color contains mainly: blue. Hex color #702F91 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #702F91 is #8FD06E. Grayscale: #4D4D4D. Windows color (decimal): -9425007 or 9514864. OLE color: 9514864.
HSL color Cylindrical-coordinate representation of color #702F91: hue angle of 279.8º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #702F91 is Cyan = 0.23, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 112 | 47 | 145 | - |
| CMYK | 0.23 | 0.68 | 0 | 0.43 |
| HSL | 279.8º | 0.51% | 0.38% | - |
| HSV(B) | 279.8º | 0.68% | 0.57% | - |
| XYZ | 12.81 | 7.52 | 27.56 | - |
| YUV | 77.61 | 166.03 | 152.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 47 | 145 | 0.23 | 0.68 | 0 | 0.43 | 279.8 | 0.51 | 0.38 |
| Hex | 70 | 2F | 91 | 17 | 44 | 0 | 2B | 118 | 33 | 26 |
| Octal | 160 | 57 | 221 | 27 | 104 | 0 | 53 | 430 | 63 | 46 |
| Binary | 1110000 | 101111 | 10010001 | 10111 | 1000100 | 0 | 101011 | 100011000 | 110011 | 100110 |
Color Harmonies of #702F91
Complementary color
Monochromatic Colors of #702F91
Black with #702F91
Text Example
Text Example
White with #702F91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #702F91; }
p { color: rgb(112,47,145); }
H1.HeaderClassName
{
color: #702F91;
}
.AnyTagClassName
{
color: #702F91;
}
</style>
background-color css
<style>
a { background-color: #702F91; }
a { background-color: rgb(112,47,145); }
div.DivClassName
{
background-color: #702F91;
}
.BgClassName
{
background-color: #702F91;
}
</style>
border-color css
<style>
span { border-color: #702F91; }
span { border-color: rgb(112,47,145); }
td.TdClassName
{
border-color: #702F91;
}
.TagClassName
{
border-color: #702F91;
}
</style>