Shades of Vivid Violet #702195
Tints of Vivid Violet #702195
RGB
CMYK
RGB Variations
Color information
#702195 (or 0x702195) is known color: Vivid Violet. HEX triplet: 70, 21 and 95. RGB value is (112,33,149). Sum of RGB (Red+Green+Blue) = 112+33+149=294 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.10% from 294); Green value is 33 (13.28% from 255 or 11.22% from 294); Blue value is 149 (58.59% from 255 or 50.68% from 294); Max value from RGB is 149 - color contains mainly: blue. Hex color #702195 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #702195 is #8FDE6A. Grayscale: #454545. Windows color (decimal): -9428587 or 9773424. OLE color: 9773424.
HSL color Cylindrical-coordinate representation of color #702195: hue angle of 280.86º degrees, saturation: 0.64, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #702195 is Cyan = 0.25, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 112 | 33 | 149 | - |
| CMYK | 0.25 | 0.78 | 0 | 0.42 |
| HSL | 280.86º | 0.64% | 0.36% | - |
| HSV(B) | 280.86º | 0.78% | 0.58% | - |
| XYZ | 12.65 | 6.7 | 29.06 | - |
| YUV | 69.85 | 172.67 | 158.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 33 | 149 | 0.25 | 0.78 | 0 | 0.42 | 280.86 | 0.64 | 0.36 |
| Hex | 70 | 21 | 95 | 19 | 4E | 0 | 2A | 119 | 40 | 24 |
| Octal | 160 | 41 | 225 | 31 | 116 | 0 | 52 | 431 | 100 | 44 |
| Binary | 1110000 | 100001 | 10010101 | 11001 | 1001110 | 0 | 101010 | 100011001 | 1000000 | 100100 |
Color Harmonies of #702195
Complementary color
Monochromatic Colors of #702195
Black with #702195
Text Example
Text Example
White with #702195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #702195; }
p { color: rgb(112,33,149); }
H1.HeaderClassName
{
color: #702195;
}
.AnyTagClassName
{
color: #702195;
}
</style>
background-color css
<style>
a { background-color: #702195; }
a { background-color: rgb(112,33,149); }
div.DivClassName
{
background-color: #702195;
}
.BgClassName
{
background-color: #702195;
}
</style>
border-color css
<style>
span { border-color: #702195; }
span { border-color: rgb(112,33,149); }
td.TdClassName
{
border-color: #702195;
}
.TagClassName
{
border-color: #702195;
}
</style>