Shades of Vivid Violet #703095
Tints of Vivid Violet #703095
RGB
CMYK
RGB Variations
Color information
#703095 (or 0x703095) is known color: Vivid Violet. HEX triplet: 70, 30 and 95. RGB value is (112,48,149). Sum of RGB (Red+Green+Blue) = 112+48+149=309 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.25% from 309); Green value is 48 (19.14% from 255 or 15.53% from 309); Blue value is 149 (58.59% from 255 or 48.22% from 309); Max value from RGB is 149 - color contains mainly: blue. Hex color #703095 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #703095 is #8FCF6A. Grayscale: #4E4E4E. Windows color (decimal): -9424747 or 9777264. OLE color: 9777264.
HSL color Cylindrical-coordinate representation of color #703095: hue angle of 278.02º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #703095 is Cyan = 0.25, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 112 | 48 | 149 | - |
| CMYK | 0.25 | 0.68 | 0 | 0.42 |
| HSL | 278.02º | 0.51% | 0.39% | - |
| HSV(B) | 278.02º | 0.68% | 0.58% | - |
| XYZ | 13.16 | 7.73 | 29.23 | - |
| YUV | 78.65 | 167.7 | 151.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 48 | 149 | 0.25 | 0.68 | 0 | 0.42 | 278.02 | 0.51 | 0.39 |
| Hex | 70 | 30 | 95 | 19 | 44 | 0 | 2A | 116 | 33 | 27 |
| Octal | 160 | 60 | 225 | 31 | 104 | 0 | 52 | 426 | 63 | 47 |
| Binary | 1110000 | 110000 | 10010101 | 11001 | 1000100 | 0 | 101010 | 100010110 | 110011 | 100111 |
Color Harmonies of #703095
Complementary color
Monochromatic Colors of #703095
Black with #703095
Text Example
Text Example
White with #703095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #703095; }
p { color: rgb(112,48,149); }
H1.HeaderClassName
{
color: #703095;
}
.AnyTagClassName
{
color: #703095;
}
</style>
background-color css
<style>
a { background-color: #703095; }
a { background-color: rgb(112,48,149); }
div.DivClassName
{
background-color: #703095;
}
.BgClassName
{
background-color: #703095;
}
</style>
border-color css
<style>
span { border-color: #703095; }
span { border-color: rgb(112,48,149); }
td.TdClassName
{
border-color: #703095;
}
.TagClassName
{
border-color: #703095;
}
</style>