Shades of Vivid Violet #701792
Tints of Vivid Violet #701792
RGB
CMYK
RGB Variations
Color information
#701792 (or 0x701792) is known color: Vivid Violet. HEX triplet: 70, 17 and 92. RGB value is (112,23,146). Sum of RGB (Red+Green+Blue) = 112+23+146=281 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.86% from 281); Green value is 23 (9.38% from 255 or 8.19% from 281); Blue value is 146 (57.42% from 255 or 51.96% from 281); Max value from RGB is 146 - color contains mainly: blue. Hex color #701792 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #701792 is #8FE86D. Grayscale: #3F3F3F. Windows color (decimal): -9431150 or 9574256. OLE color: 9574256.
HSL color Cylindrical-coordinate representation of color #701792: hue angle of 283.41º degrees, saturation: 0.73, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #701792 is Cyan = 0.23, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 112 | 23 | 146 | - |
| CMYK | 0.23 | 0.84 | 0 | 0.43 |
| HSL | 283.41º | 0.73% | 0.33% | - |
| HSV(B) | 283.41º | 0.84% | 0.57% | - |
| XYZ | 12.18 | 6.13 | 27.74 | - |
| YUV | 63.63 | 174.49 | 162.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 23 | 146 | 0.23 | 0.84 | 0 | 0.43 | 283.41 | 0.73 | 0.33 |
| Hex | 70 | 17 | 92 | 17 | 54 | 0 | 2B | 11B | 49 | 21 |
| Octal | 160 | 27 | 222 | 27 | 124 | 0 | 53 | 433 | 111 | 41 |
| Binary | 1110000 | 10111 | 10010010 | 10111 | 1010100 | 0 | 101011 | 100011011 | 1001001 | 100001 |
Color Harmonies of #701792
Complementary color
Monochromatic Colors of #701792
Black with #701792
Text Example
Text Example
White with #701792
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #701792; }
p { color: rgb(112,23,146); }
H1.HeaderClassName
{
color: #701792;
}
.AnyTagClassName
{
color: #701792;
}
</style>
background-color css
<style>
a { background-color: #701792; }
a { background-color: rgb(112,23,146); }
div.DivClassName
{
background-color: #701792;
}
.BgClassName
{
background-color: #701792;
}
</style>
border-color css
<style>
span { border-color: #701792; }
span { border-color: rgb(112,23,146); }
td.TdClassName
{
border-color: #701792;
}
.TagClassName
{
border-color: #701792;
}
</style>