Shades of Vivid Violet #701692
Tints of Vivid Violet #701692
RGB
CMYK
RGB Variations
Color information
#701692 (or 0x701692) is known color: Vivid Violet. HEX triplet: 70, 16 and 92. RGB value is (112,22,146). Sum of RGB (Red+Green+Blue) = 112+22+146=280 (37% of max value = 765). Red value is 112 (44.14% from 255 or 40% from 280); Green value is 22 (8.98% from 255 or 7.86% from 280); Blue value is 146 (57.42% from 255 or 52.14% from 280); Max value from RGB is 146 - color contains mainly: blue. Hex color #701692 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #701692 is #8FE96D. Grayscale: #3E3E3E. Windows color (decimal): -9431406 or 9574000. OLE color: 9574000.
HSL color Cylindrical-coordinate representation of color #701692: hue angle of 283.55º degrees, saturation: 0.74, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #701692 is Cyan = 0.23, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 112 | 22 | 146 | - |
| CMYK | 0.23 | 0.85 | 0 | 0.43 |
| HSL | 283.55º | 0.74% | 0.33% | - |
| HSV(B) | 283.55º | 0.85% | 0.57% | - |
| XYZ | 12.16 | 6.09 | 27.73 | - |
| YUV | 63.05 | 174.82 | 162.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 22 | 146 | 0.23 | 0.85 | 0 | 0.43 | 283.55 | 0.74 | 0.33 |
| Hex | 70 | 16 | 92 | 17 | 55 | 0 | 2B | 11C | 4A | 21 |
| Octal | 160 | 26 | 222 | 27 | 125 | 0 | 53 | 434 | 112 | 41 |
| Binary | 1110000 | 10110 | 10010010 | 10111 | 1010101 | 0 | 101011 | 100011100 | 1001010 | 100001 |
Color Harmonies of #701692
Complementary color
Monochromatic Colors of #701692
Black with #701692
Text Example
Text Example
White with #701692
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #701692; }
p { color: rgb(112,22,146); }
H1.HeaderClassName
{
color: #701692;
}
.AnyTagClassName
{
color: #701692;
}
</style>
background-color css
<style>
a { background-color: #701692; }
a { background-color: rgb(112,22,146); }
div.DivClassName
{
background-color: #701692;
}
.BgClassName
{
background-color: #701692;
}
</style>
border-color css
<style>
span { border-color: #701692; }
span { border-color: rgb(112,22,146); }
td.TdClassName
{
border-color: #701692;
}
.TagClassName
{
border-color: #701692;
}
</style>