Shades of Vivid Violet #702D8D
Tints of Vivid Violet #702D8D
RGB
CMYK
RGB Variations
Color information
#702D8D (or 0x702D8D) is known color: Vivid Violet. HEX triplet: 70, 2D and 8D. RGB value is (112,45,141). Sum of RGB (Red+Green+Blue) = 112+45+141=298 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.58% from 298); Green value is 45 (17.97% from 255 or 15.10% from 298); Blue value is 141 (55.47% from 255 or 47.32% from 298); Max value from RGB is 141 - color contains mainly: blue. Hex color #702D8D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #702D8D is #8FD272. Grayscale: #4B4B4B. Windows color (decimal): -9425523 or 9252208. OLE color: 9252208.
HSL color Cylindrical-coordinate representation of color #702D8D: hue angle of 281.88º degrees, saturation: 0.52, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #702D8D is Cyan = 0.21, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 112 | 45 | 141 | - |
| CMYK | 0.21 | 0.68 | 0 | 0.45 |
| HSL | 281.88º | 0.52% | 0.36% | - |
| HSV(B) | 281.88º | 0.68% | 0.55% | - |
| XYZ | 12.43 | 7.24 | 25.94 | - |
| YUV | 75.98 | 164.7 | 153.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 45 | 141 | 0.21 | 0.68 | 0 | 0.45 | 281.88 | 0.52 | 0.36 |
| Hex | 70 | 2D | 8D | 15 | 44 | 0 | 2D | 11A | 34 | 24 |
| Octal | 160 | 55 | 215 | 25 | 104 | 0 | 55 | 432 | 64 | 44 |
| Binary | 1110000 | 101101 | 10001101 | 10101 | 1000100 | 0 | 101101 | 100011010 | 110100 | 100100 |
Color Harmonies of #702D8D
Complementary color
Monochromatic Colors of #702D8D
Black with #702D8D
Text Example
Text Example
White with #702D8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #702D8D; }
p { color: rgb(112,45,141); }
H1.HeaderClassName
{
color: #702D8D;
}
.AnyTagClassName
{
color: #702D8D;
}
</style>
background-color css
<style>
a { background-color: #702D8D; }
a { background-color: rgb(112,45,141); }
div.DivClassName
{
background-color: #702D8D;
}
.BgClassName
{
background-color: #702D8D;
}
</style>
border-color css
<style>
span { border-color: #702D8D; }
span { border-color: rgb(112,45,141); }
td.TdClassName
{
border-color: #702D8D;
}
.TagClassName
{
border-color: #702D8D;
}
</style>