Shades of Vivid Violet #701595
Tints of Vivid Violet #701595
RGB
CMYK
RGB Variations
Color information
#701595 (or 0x701595) is known color: Vivid Violet. HEX triplet: 70, 15 and 95. RGB value is (112,21,149). Sum of RGB (Red+Green+Blue) = 112+21+149=282 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.72% from 282); Green value is 21 (8.59% from 255 or 7.45% from 282); Blue value is 149 (58.59% from 255 or 52.84% from 282); Max value from RGB is 149 - color contains mainly: blue. Hex color #701595 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #701595 is #8FEA6A. Grayscale: #3E3E3E. Windows color (decimal): -9431659 or 9770352. OLE color: 9770352.
HSL color Cylindrical-coordinate representation of color #701595: hue angle of 282.66º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #701595 is Cyan = 0.25, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 112 | 21 | 149 | - |
| CMYK | 0.25 | 0.86 | 0 | 0.42 |
| HSL | 282.66º | 0.75% | 0.33% | - |
| HSV(B) | 282.66º | 0.86% | 0.58% | - |
| XYZ | 12.38 | 6.15 | 28.97 | - |
| YUV | 62.8 | 176.65 | 163.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 21 | 149 | 0.25 | 0.86 | 0 | 0.42 | 282.66 | 0.75 | 0.33 |
| Hex | 70 | 15 | 95 | 19 | 56 | 0 | 2A | 11B | 4B | 21 |
| Octal | 160 | 25 | 225 | 31 | 126 | 0 | 52 | 433 | 113 | 41 |
| Binary | 1110000 | 10101 | 10010101 | 11001 | 1010110 | 0 | 101010 | 100011011 | 1001011 | 100001 |
Color Harmonies of #701595
Complementary color
Monochromatic Colors of #701595
Black with #701595
Text Example
Text Example
White with #701595
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #701595; }
p { color: rgb(112,21,149); }
H1.HeaderClassName
{
color: #701595;
}
.AnyTagClassName
{
color: #701595;
}
</style>
background-color css
<style>
a { background-color: #701595; }
a { background-color: rgb(112,21,149); }
div.DivClassName
{
background-color: #701595;
}
.BgClassName
{
background-color: #701595;
}
</style>
border-color css
<style>
span { border-color: #701595; }
span { border-color: rgb(112,21,149); }
td.TdClassName
{
border-color: #701595;
}
.TagClassName
{
border-color: #701595;
}
</style>