Shades of Vivid Violet #701D9D
Tints of Vivid Violet #701D9D
RGB
CMYK
RGB Variations
Color information
#701D9D (or 0x701D9D) is known color: Vivid Violet. HEX triplet: 70, 1D and 9D. RGB value is (112,29,157). Sum of RGB (Red+Green+Blue) = 112+29+157=298 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.58% from 298); Green value is 29 (11.72% from 255 or 9.73% from 298); Blue value is 157 (61.72% from 255 or 52.68% from 298); Max value from RGB is 157 - color contains mainly: blue. Hex color #701D9D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #701D9D is #8FE262. Grayscale: #434343. Windows color (decimal): -9429603 or 10296688. OLE color: 10296688.
HSL color Cylindrical-coordinate representation of color #701D9D: hue angle of 278.91º degrees, saturation: 0.69, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #701D9D is Cyan = 0.29, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 112 | 29 | 157 | - |
| CMYK | 0.29 | 0.82 | 0 | 0.38 |
| HSL | 278.91º | 0.69% | 0.36% | - |
| HSV(B) | 278.91º | 0.82% | 0.62% | - |
| XYZ | 13.21 | 6.76 | 32.51 | - |
| YUV | 68.41 | 178 | 159.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 29 | 157 | 0.29 | 0.82 | 0 | 0.38 | 278.91 | 0.69 | 0.36 |
| Hex | 70 | 1D | 9D | 1D | 52 | 0 | 26 | 117 | 45 | 24 |
| Octal | 160 | 35 | 235 | 35 | 122 | 0 | 46 | 427 | 105 | 44 |
| Binary | 1110000 | 11101 | 10011101 | 11101 | 1010010 | 0 | 100110 | 100010111 | 1000101 | 100100 |
Color Harmonies of #701D9D
Complementary color
Monochromatic Colors of #701D9D
Black with #701D9D
Text Example
Text Example
White with #701D9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #701D9D; }
p { color: rgb(112,29,157); }
H1.HeaderClassName
{
color: #701D9D;
}
.AnyTagClassName
{
color: #701D9D;
}
</style>
background-color css
<style>
a { background-color: #701D9D; }
a { background-color: rgb(112,29,157); }
div.DivClassName
{
background-color: #701D9D;
}
.BgClassName
{
background-color: #701D9D;
}
</style>
border-color css
<style>
span { border-color: #701D9D; }
span { border-color: rgb(112,29,157); }
td.TdClassName
{
border-color: #701D9D;
}
.TagClassName
{
border-color: #701D9D;
}
</style>