Shades of Vivid Violet #701D89
Tints of Vivid Violet #701D89
RGB
CMYK
RGB Variations
Color information
#701D89 (or 0x701D89) is known color: Vivid Violet. HEX triplet: 70, 1D and 89. RGB value is (112,29,137). Sum of RGB (Red+Green+Blue) = 112+29+137=278 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.29% from 278); Green value is 29 (11.72% from 255 or 10.43% from 278); Blue value is 137 (53.91% from 255 or 49.28% from 278); Max value from RGB is 137 - color contains mainly: blue. Hex color #701D89 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #701D89 is #8FE276. Grayscale: #414141. Windows color (decimal): -9429623 or 8985968. OLE color: 8985968.
HSL color Cylindrical-coordinate representation of color #701D89: hue angle of 286.11º degrees, saturation: 0.65, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #701D89 is Cyan = 0.18, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 112 | 29 | 137 | - |
| CMYK | 0.18 | 0.79 | 0 | 0.46 |
| HSL | 286.11º | 0.65% | 0.33% | - |
| HSV(B) | 286.11º | 0.79% | 0.54% | - |
| XYZ | 11.64 | 6.13 | 24.24 | - |
| YUV | 66.13 | 168 | 160.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 29 | 137 | 0.18 | 0.79 | 0 | 0.46 | 286.11 | 0.65 | 0.33 |
| Hex | 70 | 1D | 89 | 12 | 4F | 0 | 2E | 11E | 41 | 21 |
| Octal | 160 | 35 | 211 | 22 | 117 | 0 | 56 | 436 | 101 | 41 |
| Binary | 1110000 | 11101 | 10001001 | 10010 | 1001111 | 0 | 101110 | 100011110 | 1000001 | 100001 |
Color Harmonies of #701D89
Complementary color
Monochromatic Colors of #701D89
Black with #701D89
Text Example
Text Example
White with #701D89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #701D89; }
p { color: rgb(112,29,137); }
H1.HeaderClassName
{
color: #701D89;
}
.AnyTagClassName
{
color: #701D89;
}
</style>
background-color css
<style>
a { background-color: #701D89; }
a { background-color: rgb(112,29,137); }
div.DivClassName
{
background-color: #701D89;
}
.BgClassName
{
background-color: #701D89;
}
</style>
border-color css
<style>
span { border-color: #701D89; }
span { border-color: rgb(112,29,137); }
td.TdClassName
{
border-color: #701D89;
}
.TagClassName
{
border-color: #701D89;
}
</style>