Shades of Vivid Violet #702191
Tints of Vivid Violet #702191
RGB
CMYK
RGB Variations
Color information
#702191 (or 0x702191) is known color: Vivid Violet. HEX triplet: 70, 21 and 91. RGB value is (112,33,145). Sum of RGB (Red+Green+Blue) = 112+33+145=290 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.62% from 290); Green value is 33 (13.28% from 255 or 11.38% from 290); Blue value is 145 (57.03% from 255 or 50% from 290); Max value from RGB is 145 - color contains mainly: blue. Hex color #702191 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #702191 is #8FDE6E. Grayscale: #454545. Windows color (decimal): -9428591 or 9511280. OLE color: 9511280.
HSL color Cylindrical-coordinate representation of color #702191: hue angle of 282.32º degrees, saturation: 0.63, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #702191 is Cyan = 0.23, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 112 | 33 | 145 | - |
| CMYK | 0.23 | 0.77 | 0 | 0.43 |
| HSL | 282.32º | 0.63% | 0.35% | - |
| HSV(B) | 282.32º | 0.77% | 0.57% | - |
| XYZ | 12.34 | 6.58 | 27.41 | - |
| YUV | 69.39 | 170.67 | 158.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 33 | 145 | 0.23 | 0.77 | 0 | 0.43 | 282.32 | 0.63 | 0.35 |
| Hex | 70 | 21 | 91 | 17 | 4D | 0 | 2B | 11A | 3F | 23 |
| Octal | 160 | 41 | 221 | 27 | 115 | 0 | 53 | 432 | 77 | 43 |
| Binary | 1110000 | 100001 | 10010001 | 10111 | 1001101 | 0 | 101011 | 100011010 | 111111 | 100011 |
Color Harmonies of #702191
Complementary color
Monochromatic Colors of #702191
Black with #702191
Text Example
Text Example
White with #702191
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #702191; }
p { color: rgb(112,33,145); }
H1.HeaderClassName
{
color: #702191;
}
.AnyTagClassName
{
color: #702191;
}
</style>
background-color css
<style>
a { background-color: #702191; }
a { background-color: rgb(112,33,145); }
div.DivClassName
{
background-color: #702191;
}
.BgClassName
{
background-color: #702191;
}
</style>
border-color css
<style>
span { border-color: #702191; }
span { border-color: rgb(112,33,145); }
td.TdClassName
{
border-color: #702191;
}
.TagClassName
{
border-color: #702191;
}
</style>