Shades of Vivid Violet #701896
Tints of Vivid Violet #701896
RGB
CMYK
RGB Variations
Color information
#701896 (or 0x701896) is known color: Vivid Violet. HEX triplet: 70, 18 and 96. RGB value is (112,24,150). Sum of RGB (Red+Green+Blue) = 112+24+150=286 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.16% from 286); Green value is 24 (9.77% from 255 or 8.39% from 286); Blue value is 150 (58.98% from 255 or 52.45% from 286); Max value from RGB is 150 - color contains mainly: blue. Hex color #701896 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #701896 is #8FE769. Grayscale: #404040. Windows color (decimal): -9430890 or 9836656. OLE color: 9836656.
HSL color Cylindrical-coordinate representation of color #701896: hue angle of 281.9º degrees, saturation: 0.72, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #701896 is Cyan = 0.25, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 112 | 24 | 150 | - |
| CMYK | 0.25 | 0.84 | 0 | 0.41 |
| HSL | 281.9º | 0.72% | 0.34% | - |
| HSV(B) | 281.9º | 0.84% | 0.59% | - |
| XYZ | 12.51 | 6.3 | 29.41 | - |
| YUV | 64.68 | 176.15 | 161.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 24 | 150 | 0.25 | 0.84 | 0 | 0.41 | 281.9 | 0.72 | 0.34 |
| Hex | 70 | 18 | 96 | 19 | 54 | 0 | 29 | 11A | 48 | 22 |
| Octal | 160 | 30 | 226 | 31 | 124 | 0 | 51 | 432 | 110 | 42 |
| Binary | 1110000 | 11000 | 10010110 | 11001 | 1010100 | 0 | 101001 | 100011010 | 1001000 | 100010 |
Color Harmonies of #701896
Complementary color
Monochromatic Colors of #701896
Black with #701896
Text Example
Text Example
White with #701896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #701896; }
p { color: rgb(112,24,150); }
H1.HeaderClassName
{
color: #701896;
}
.AnyTagClassName
{
color: #701896;
}
</style>
background-color css
<style>
a { background-color: #701896; }
a { background-color: rgb(112,24,150); }
div.DivClassName
{
background-color: #701896;
}
.BgClassName
{
background-color: #701896;
}
</style>
border-color css
<style>
span { border-color: #701896; }
span { border-color: rgb(112,24,150); }
td.TdClassName
{
border-color: #701896;
}
.TagClassName
{
border-color: #701896;
}
</style>