Shades of Vivid Violet #702696
Tints of Vivid Violet #702696
RGB
CMYK
RGB Variations
Color information
#702696 (or 0x702696) is known color: Vivid Violet. HEX triplet: 70, 26 and 96. RGB value is (112,38,150). Sum of RGB (Red+Green+Blue) = 112+38+150=300 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.33% from 300); Green value is 38 (15.23% from 255 or 12.67% from 300); Blue value is 150 (58.98% from 255 or 50% from 300); Max value from RGB is 150 - color contains mainly: blue. Hex color #702696 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #702696 is #8FD969. Grayscale: #484848. Windows color (decimal): -9427306 or 9840240. OLE color: 9840240.
HSL color Cylindrical-coordinate representation of color #702696: hue angle of 279.64º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #702696 is Cyan = 0.25, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 112 | 38 | 150 | - |
| CMYK | 0.25 | 0.75 | 0 | 0.41 |
| HSL | 279.64º | 0.6% | 0.37% | - |
| HSV(B) | 279.64º | 0.75% | 0.59% | - |
| XYZ | 12.88 | 7.03 | 29.53 | - |
| YUV | 72.89 | 171.52 | 155.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 38 | 150 | 0.25 | 0.75 | 0 | 0.41 | 279.64 | 0.6 | 0.37 |
| Hex | 70 | 26 | 96 | 19 | 4B | 0 | 29 | 118 | 3C | 25 |
| Octal | 160 | 46 | 226 | 31 | 113 | 0 | 51 | 430 | 74 | 45 |
| Binary | 1110000 | 100110 | 10010110 | 11001 | 1001011 | 0 | 101001 | 100011000 | 111100 | 100101 |
Color Harmonies of #702696
Complementary color
Monochromatic Colors of #702696
Black with #702696
Text Example
Text Example
White with #702696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #702696; }
p { color: rgb(112,38,150); }
H1.HeaderClassName
{
color: #702696;
}
.AnyTagClassName
{
color: #702696;
}
</style>
background-color css
<style>
a { background-color: #702696; }
a { background-color: rgb(112,38,150); }
div.DivClassName
{
background-color: #702696;
}
.BgClassName
{
background-color: #702696;
}
</style>
border-color css
<style>
span { border-color: #702696; }
span { border-color: rgb(112,38,150); }
td.TdClassName
{
border-color: #702696;
}
.TagClassName
{
border-color: #702696;
}
</style>