Shades of Vivid Violet #703093
Tints of Vivid Violet #703093
RGB
CMYK
RGB Variations
Color information
#703093 (or 0x703093) is known color: Vivid Violet. HEX triplet: 70, 30 and 93. RGB value is (112,48,147). Sum of RGB (Red+Green+Blue) = 112+48+147=307 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.48% from 307); Green value is 48 (19.14% from 255 or 15.64% from 307); Blue value is 147 (57.81% from 255 or 47.88% from 307); Max value from RGB is 147 - color contains mainly: blue. Hex color #703093 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #703093 is #8FCF6C. Grayscale: #4E4E4E. Windows color (decimal): -9424749 or 9646192. OLE color: 9646192.
HSL color Cylindrical-coordinate representation of color #703093: hue angle of 278.79º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #703093 is Cyan = 0.24, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 112 | 48 | 147 | - |
| CMYK | 0.24 | 0.67 | 0 | 0.42 |
| HSL | 278.79º | 0.51% | 0.38% | - |
| HSV(B) | 278.79º | 0.67% | 0.58% | - |
| XYZ | 13.01 | 7.67 | 28.4 | - |
| YUV | 78.42 | 166.7 | 151.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 48 | 147 | 0.24 | 0.67 | 0 | 0.42 | 278.79 | 0.51 | 0.38 |
| Hex | 70 | 30 | 93 | 18 | 43 | 0 | 2A | 117 | 33 | 26 |
| Octal | 160 | 60 | 223 | 30 | 103 | 0 | 52 | 427 | 63 | 46 |
| Binary | 1110000 | 110000 | 10010011 | 11000 | 1000011 | 0 | 101010 | 100010111 | 110011 | 100110 |
Color Harmonies of #703093
Complementary color
Monochromatic Colors of #703093
Black with #703093
Text Example
Text Example
White with #703093
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #703093; }
p { color: rgb(112,48,147); }
H1.HeaderClassName
{
color: #703093;
}
.AnyTagClassName
{
color: #703093;
}
</style>
background-color css
<style>
a { background-color: #703093; }
a { background-color: rgb(112,48,147); }
div.DivClassName
{
background-color: #703093;
}
.BgClassName
{
background-color: #703093;
}
</style>
border-color css
<style>
span { border-color: #703093; }
span { border-color: rgb(112,48,147); }
td.TdClassName
{
border-color: #703093;
}
.TagClassName
{
border-color: #703093;
}
</style>