Shades of Vivid Violet #701591
Tints of Vivid Violet #701591
RGB
CMYK
RGB Variations
Color information
#701591 (or 0x701591) is known color: Vivid Violet. HEX triplet: 70, 15 and 91. RGB value is (112,21,145). Sum of RGB (Red+Green+Blue) = 112+21+145=278 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.29% from 278); Green value is 21 (8.59% from 255 or 7.55% from 278); Blue value is 145 (57.03% from 255 or 52.16% from 278); Max value from RGB is 145 - color contains mainly: blue. Hex color #701591 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #701591 is #8FEA6E. Grayscale: #3D3D3D. Windows color (decimal): -9431663 or 9508208. OLE color: 9508208.
HSL color Cylindrical-coordinate representation of color #701591: hue angle of 284.03º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #701591 is Cyan = 0.23, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 112 | 21 | 145 | - |
| CMYK | 0.23 | 0.86 | 0 | 0.43 |
| HSL | 284.03º | 0.75% | 0.33% | - |
| HSV(B) | 284.03º | 0.86% | 0.57% | - |
| XYZ | 12.06 | 6.03 | 27.32 | - |
| YUV | 62.35 | 174.65 | 163.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 21 | 145 | 0.23 | 0.86 | 0 | 0.43 | 284.03 | 0.75 | 0.33 |
| Hex | 70 | 15 | 91 | 17 | 56 | 0 | 2B | 11C | 4B | 21 |
| Octal | 160 | 25 | 221 | 27 | 126 | 0 | 53 | 434 | 113 | 41 |
| Binary | 1110000 | 10101 | 10010001 | 10111 | 1010110 | 0 | 101011 | 100011100 | 1001011 | 100001 |
Color Harmonies of #701591
Complementary color
Monochromatic Colors of #701591
Black with #701591
Text Example
Text Example
White with #701591
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #701591; }
p { color: rgb(112,21,145); }
H1.HeaderClassName
{
color: #701591;
}
.AnyTagClassName
{
color: #701591;
}
</style>
background-color css
<style>
a { background-color: #701591; }
a { background-color: rgb(112,21,145); }
div.DivClassName
{
background-color: #701591;
}
.BgClassName
{
background-color: #701591;
}
</style>
border-color css
<style>
span { border-color: #701591; }
span { border-color: rgb(112,21,145); }
td.TdClassName
{
border-color: #701591;
}
.TagClassName
{
border-color: #701591;
}
</style>