Shades of Vivid Violet #701D93
Tints of Vivid Violet #701D93
RGB
CMYK
RGB Variations
Color information
#701D93 (or 0x701D93) is known color: Vivid Violet. HEX triplet: 70, 1D and 93. RGB value is (112,29,147). Sum of RGB (Red+Green+Blue) = 112+29+147=288 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.89% from 288); Green value is 29 (11.72% from 255 or 10.07% from 288); Blue value is 147 (57.81% from 255 or 51.04% from 288); Max value from RGB is 147 - color contains mainly: blue. Hex color #701D93 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #701D93 is #8FE26C. Grayscale: #424242. Windows color (decimal): -9429613 or 9641328. OLE color: 9641328.
HSL color Cylindrical-coordinate representation of color #701D93: hue angle of 282.2º degrees, saturation: 0.67, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #701D93 is Cyan = 0.24, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 112 | 29 | 147 | - |
| CMYK | 0.24 | 0.80 | 0 | 0.42 |
| HSL | 282.2º | 0.67% | 0.35% | - |
| HSV(B) | 282.2º | 0.8% | 0.58% | - |
| XYZ | 12.39 | 6.43 | 28.19 | - |
| YUV | 67.27 | 173 | 159.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 29 | 147 | 0.24 | 0.80 | 0 | 0.42 | 282.2 | 0.67 | 0.35 |
| Hex | 70 | 1D | 93 | 18 | 50 | 0 | 2A | 11A | 43 | 23 |
| Octal | 160 | 35 | 223 | 30 | 120 | 0 | 52 | 432 | 103 | 43 |
| Binary | 1110000 | 11101 | 10010011 | 11000 | 1010000 | 0 | 101010 | 100011010 | 1000011 | 100011 |
Color Harmonies of #701D93
Complementary color
Monochromatic Colors of #701D93
Black with #701D93
Text Example
Text Example
White with #701D93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #701D93; }
p { color: rgb(112,29,147); }
H1.HeaderClassName
{
color: #701D93;
}
.AnyTagClassName
{
color: #701D93;
}
</style>
background-color css
<style>
a { background-color: #701D93; }
a { background-color: rgb(112,29,147); }
div.DivClassName
{
background-color: #701D93;
}
.BgClassName
{
background-color: #701D93;
}
</style>
border-color css
<style>
span { border-color: #701D93; }
span { border-color: rgb(112,29,147); }
td.TdClassName
{
border-color: #701D93;
}
.TagClassName
{
border-color: #701D93;
}
</style>