Shades of Vivid Violet #701D96
Tints of Vivid Violet #701D96
RGB
CMYK
RGB Variations
Color information
#701D96 (or 0x701D96) is known color: Vivid Violet. HEX triplet: 70, 1D and 96. RGB value is (112,29,150). Sum of RGB (Red+Green+Blue) = 112+29+150=291 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.49% from 291); Green value is 29 (11.72% from 255 or 9.97% from 291); Blue value is 150 (58.98% from 255 or 51.55% from 291); Max value from RGB is 150 - color contains mainly: blue. Hex color #701D96 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #701D96 is #8FE269. Grayscale: #434343. Windows color (decimal): -9429610 or 9837936. OLE color: 9837936.
HSL color Cylindrical-coordinate representation of color #701D96: hue angle of 281.16º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #701D96 is Cyan = 0.25, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 112 | 29 | 150 | - |
| CMYK | 0.25 | 0.81 | 0 | 0.41 |
| HSL | 281.16º | 0.68% | 0.35% | - |
| HSV(B) | 281.16º | 0.81% | 0.59% | - |
| XYZ | 12.63 | 6.53 | 29.45 | - |
| YUV | 67.61 | 174.5 | 159.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 29 | 150 | 0.25 | 0.81 | 0 | 0.41 | 281.16 | 0.68 | 0.35 |
| Hex | 70 | 1D | 96 | 19 | 51 | 0 | 29 | 119 | 44 | 23 |
| Octal | 160 | 35 | 226 | 31 | 121 | 0 | 51 | 431 | 104 | 43 |
| Binary | 1110000 | 11101 | 10010110 | 11001 | 1010001 | 0 | 101001 | 100011001 | 1000100 | 100011 |
Color Harmonies of #701D96
Complementary color
Monochromatic Colors of #701D96
Black with #701D96
Text Example
Text Example
White with #701D96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #701D96; }
p { color: rgb(112,29,150); }
H1.HeaderClassName
{
color: #701D96;
}
.AnyTagClassName
{
color: #701D96;
}
</style>
background-color css
<style>
a { background-color: #701D96; }
a { background-color: rgb(112,29,150); }
div.DivClassName
{
background-color: #701D96;
}
.BgClassName
{
background-color: #701D96;
}
</style>
border-color css
<style>
span { border-color: #701D96; }
span { border-color: rgb(112,29,150); }
td.TdClassName
{
border-color: #701D96;
}
.TagClassName
{
border-color: #701D96;
}
</style>