Shades of Vivid Violet #701698
Tints of Vivid Violet #701698
RGB
CMYK
RGB Variations
Color information
#701698 (or 0x701698) is known color: Vivid Violet. HEX triplet: 70, 16 and 98. RGB value is (112,22,152). Sum of RGB (Red+Green+Blue) = 112+22+152=286 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.16% from 286); Green value is 22 (8.98% from 255 or 7.69% from 286); Blue value is 152 (59.77% from 255 or 53.15% from 286); Max value from RGB is 152 - color contains mainly: blue. Hex color #701698 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #701698 is #8FE967. Grayscale: #3F3F3F. Windows color (decimal): -9431400 or 9967216. OLE color: 9967216.
HSL color Cylindrical-coordinate representation of color #701698: hue angle of 281.54º degrees, saturation: 0.75, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #701698 is Cyan = 0.26, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 112 | 22 | 152 | - |
| CMYK | 0.26 | 0.86 | 0 | 0.40 |
| HSL | 281.54º | 0.75% | 0.34% | - |
| HSV(B) | 281.54º | 0.86% | 0.6% | - |
| XYZ | 12.64 | 6.29 | 30.25 | - |
| YUV | 63.73 | 177.82 | 162.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 22 | 152 | 0.26 | 0.86 | 0 | 0.40 | 281.54 | 0.75 | 0.34 |
| Hex | 70 | 16 | 98 | 1A | 56 | 0 | 28 | 11A | 4B | 22 |
| Octal | 160 | 26 | 230 | 32 | 126 | 0 | 50 | 432 | 113 | 42 |
| Binary | 1110000 | 10110 | 10011000 | 11010 | 1010110 | 0 | 101000 | 100011010 | 1001011 | 100010 |
Color Harmonies of #701698
Complementary color
Monochromatic Colors of #701698
Black with #701698
Text Example
Text Example
White with #701698
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #701698; }
p { color: rgb(112,22,152); }
H1.HeaderClassName
{
color: #701698;
}
.AnyTagClassName
{
color: #701698;
}
</style>
background-color css
<style>
a { background-color: #701698; }
a { background-color: rgb(112,22,152); }
div.DivClassName
{
background-color: #701698;
}
.BgClassName
{
background-color: #701698;
}
</style>
border-color css
<style>
span { border-color: #701698; }
span { border-color: rgb(112,22,152); }
td.TdClassName
{
border-color: #701698;
}
.TagClassName
{
border-color: #701698;
}
</style>