Shades of Vivid Violet #701D9B
Tints of Vivid Violet #701D9B
RGB
CMYK
RGB Variations
Color information
#701D9B (or 0x701D9B) is known color: Vivid Violet. HEX triplet: 70, 1D and 9B. RGB value is (112,29,155). Sum of RGB (Red+Green+Blue) = 112+29+155=296 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.84% from 296); Green value is 29 (11.72% from 255 or 9.80% from 296); Blue value is 155 (60.94% from 255 or 52.36% from 296); Max value from RGB is 155 - color contains mainly: blue. Hex color #701D9B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #701D9B is #8FE264. Grayscale: #434343. Windows color (decimal): -9429605 or 10165616. OLE color: 10165616.
HSL color Cylindrical-coordinate representation of color #701D9B: hue angle of 279.52º degrees, saturation: 0.68, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #701D9B is Cyan = 0.28, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 112 | 29 | 155 | - |
| CMYK | 0.28 | 0.81 | 0 | 0.39 |
| HSL | 279.52º | 0.68% | 0.36% | - |
| HSV(B) | 279.52º | 0.81% | 0.61% | - |
| XYZ | 13.04 | 6.69 | 31.61 | - |
| YUV | 68.18 | 177 | 159.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 29 | 155 | 0.28 | 0.81 | 0 | 0.39 | 279.52 | 0.68 | 0.36 |
| Hex | 70 | 1D | 9B | 1C | 51 | 0 | 27 | 118 | 44 | 24 |
| Octal | 160 | 35 | 233 | 34 | 121 | 0 | 47 | 430 | 104 | 44 |
| Binary | 1110000 | 11101 | 10011011 | 11100 | 1010001 | 0 | 100111 | 100011000 | 1000100 | 100100 |
Color Harmonies of #701D9B
Complementary color
Monochromatic Colors of #701D9B
Black with #701D9B
Text Example
Text Example
White with #701D9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #701D9B; }
p { color: rgb(112,29,155); }
H1.HeaderClassName
{
color: #701D9B;
}
.AnyTagClassName
{
color: #701D9B;
}
</style>
background-color css
<style>
a { background-color: #701D9B; }
a { background-color: rgb(112,29,155); }
div.DivClassName
{
background-color: #701D9B;
}
.BgClassName
{
background-color: #701D9B;
}
</style>
border-color css
<style>
span { border-color: #701D9B; }
span { border-color: rgb(112,29,155); }
td.TdClassName
{
border-color: #701D9B;
}
.TagClassName
{
border-color: #701D9B;
}
</style>