Shades of Vivid Violet #701B89
Tints of Vivid Violet #701B89
RGB
CMYK
RGB Variations
Color information
#701B89 (or 0x701B89) is known color: Vivid Violet. HEX triplet: 70, 1B and 89. RGB value is (112,27,137). Sum of RGB (Red+Green+Blue) = 112+27+137=276 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.58% from 276); Green value is 27 (10.94% from 255 or 9.78% from 276); Blue value is 137 (53.91% from 255 or 49.64% from 276); Max value from RGB is 137 - color contains mainly: blue. Hex color #701B89 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #701B89 is #8FE476. Grayscale: #404040. Windows color (decimal): -9430135 or 8985456. OLE color: 8985456.
HSL color Cylindrical-coordinate representation of color #701B89: hue angle of 286.36º degrees, saturation: 0.67, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #701B89 is Cyan = 0.18, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 112 | 27 | 137 | - |
| CMYK | 0.18 | 0.80 | 0 | 0.46 |
| HSL | 286.36º | 0.67% | 0.32% | - |
| HSV(B) | 286.36º | 0.8% | 0.54% | - |
| XYZ | 11.59 | 6.03 | 24.22 | - |
| YUV | 64.96 | 168.66 | 161.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 27 | 137 | 0.18 | 0.80 | 0 | 0.46 | 286.36 | 0.67 | 0.32 |
| Hex | 70 | 1B | 89 | 12 | 50 | 0 | 2E | 11E | 43 | 20 |
| Octal | 160 | 33 | 211 | 22 | 120 | 0 | 56 | 436 | 103 | 40 |
| Binary | 1110000 | 11011 | 10001001 | 10010 | 1010000 | 0 | 101110 | 100011110 | 1000011 | 100000 |
Color Harmonies of #701B89
Complementary color
Monochromatic Colors of #701B89
Black with #701B89
Text Example
Text Example
White with #701B89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #701B89; }
p { color: rgb(112,27,137); }
H1.HeaderClassName
{
color: #701B89;
}
.AnyTagClassName
{
color: #701B89;
}
</style>
background-color css
<style>
a { background-color: #701B89; }
a { background-color: rgb(112,27,137); }
div.DivClassName
{
background-color: #701B89;
}
.BgClassName
{
background-color: #701B89;
}
</style>
border-color css
<style>
span { border-color: #701B89; }
span { border-color: rgb(112,27,137); }
td.TdClassName
{
border-color: #701B89;
}
.TagClassName
{
border-color: #701B89;
}
</style>