Shades of Vivid Violet #701995
Tints of Vivid Violet #701995
RGB
CMYK
RGB Variations
Color information
#701995 (or 0x701995) is known color: Vivid Violet. HEX triplet: 70, 19 and 95. RGB value is (112,25,149). Sum of RGB (Red+Green+Blue) = 112+25+149=286 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.16% from 286); Green value is 25 (10.16% from 255 or 8.74% from 286); Blue value is 149 (58.59% from 255 or 52.10% from 286); Max value from RGB is 149 - color contains mainly: blue. Hex color #701995 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #701995 is #8FE66A. Grayscale: #404040. Windows color (decimal): -9430635 or 9771376. OLE color: 9771376.
HSL color Cylindrical-coordinate representation of color #701995: hue angle of 282.1º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #701995 is Cyan = 0.25, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 112 | 25 | 149 | - |
| CMYK | 0.25 | 0.83 | 0 | 0.42 |
| HSL | 282.1º | 0.71% | 0.34% | - |
| HSV(B) | 282.1º | 0.83% | 0.58% | - |
| XYZ | 12.45 | 6.31 | 29 | - |
| YUV | 65.15 | 175.32 | 161.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 25 | 149 | 0.25 | 0.83 | 0 | 0.42 | 282.1 | 0.71 | 0.34 |
| Hex | 70 | 19 | 95 | 19 | 53 | 0 | 2A | 11A | 47 | 22 |
| Octal | 160 | 31 | 225 | 31 | 123 | 0 | 52 | 432 | 107 | 42 |
| Binary | 1110000 | 11001 | 10010101 | 11001 | 1010011 | 0 | 101010 | 100011010 | 1000111 | 100010 |
Color Harmonies of #701995
Complementary color
Monochromatic Colors of #701995
Black with #701995
Text Example
Text Example
White with #701995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #701995; }
p { color: rgb(112,25,149); }
H1.HeaderClassName
{
color: #701995;
}
.AnyTagClassName
{
color: #701995;
}
</style>
background-color css
<style>
a { background-color: #701995; }
a { background-color: rgb(112,25,149); }
div.DivClassName
{
background-color: #701995;
}
.BgClassName
{
background-color: #701995;
}
</style>
border-color css
<style>
span { border-color: #701995; }
span { border-color: rgb(112,25,149); }
td.TdClassName
{
border-color: #701995;
}
.TagClassName
{
border-color: #701995;
}
</style>