Shades of Vivid Violet #701D98
Tints of Vivid Violet #701D98
RGB
CMYK
RGB Variations
Color information
#701D98 (or 0x701D98) is known color: Vivid Violet. HEX triplet: 70, 1D and 98. RGB value is (112,29,152). Sum of RGB (Red+Green+Blue) = 112+29+152=293 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.23% from 293); Green value is 29 (11.72% from 255 or 9.90% from 293); Blue value is 152 (59.77% from 255 or 51.88% from 293); Max value from RGB is 152 - color contains mainly: blue. Hex color #701D98 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #701D98 is #8FE267. Grayscale: #434343. Windows color (decimal): -9429608 or 9969008. OLE color: 9969008.
HSL color Cylindrical-coordinate representation of color #701D98: hue angle of 280.49º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #701D98 is Cyan = 0.26, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 112 | 29 | 152 | - |
| CMYK | 0.26 | 0.81 | 0 | 0.40 |
| HSL | 280.49º | 0.68% | 0.35% | - |
| HSV(B) | 280.49º | 0.81% | 0.6% | - |
| XYZ | 12.79 | 6.59 | 30.3 | - |
| YUV | 67.84 | 175.5 | 159.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 29 | 152 | 0.26 | 0.81 | 0 | 0.40 | 280.49 | 0.68 | 0.35 |
| Hex | 70 | 1D | 98 | 1A | 51 | 0 | 28 | 118 | 44 | 23 |
| Octal | 160 | 35 | 230 | 32 | 121 | 0 | 50 | 430 | 104 | 43 |
| Binary | 1110000 | 11101 | 10011000 | 11010 | 1010001 | 0 | 101000 | 100011000 | 1000100 | 100011 |
Color Harmonies of #701D98
Complementary color
Monochromatic Colors of #701D98
Black with #701D98
Text Example
Text Example
White with #701D98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #701D98; }
p { color: rgb(112,29,152); }
H1.HeaderClassName
{
color: #701D98;
}
.AnyTagClassName
{
color: #701D98;
}
</style>
background-color css
<style>
a { background-color: #701D98; }
a { background-color: rgb(112,29,152); }
div.DivClassName
{
background-color: #701D98;
}
.BgClassName
{
background-color: #701D98;
}
</style>
border-color css
<style>
span { border-color: #701D98; }
span { border-color: rgb(112,29,152); }
td.TdClassName
{
border-color: #701D98;
}
.TagClassName
{
border-color: #701D98;
}
</style>