Shades of Vivid Violet #703491
Tints of Vivid Violet #703491
RGB
CMYK
RGB Variations
Color information
#703491 (or 0x703491) is known color: Vivid Violet. HEX triplet: 70, 34 and 91. RGB value is (112,52,145). Sum of RGB (Red+Green+Blue) = 112+52+145=309 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.25% from 309); Green value is 52 (20.70% from 255 or 16.83% from 309); Blue value is 145 (57.03% from 255 or 46.93% from 309); Max value from RGB is 145 - color contains mainly: blue. Hex color #703491 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #703491 is #8FCB6E. Grayscale: #505050. Windows color (decimal): -9423727 or 9516144. OLE color: 9516144.
HSL color Cylindrical-coordinate representation of color #703491: hue angle of 278.71º degrees, saturation: 0.47, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #703491 is Cyan = 0.23, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 112 | 52 | 145 | - |
| CMYK | 0.23 | 0.64 | 0 | 0.43 |
| HSL | 278.71º | 0.47% | 0.39% | - |
| HSV(B) | 278.71º | 0.64% | 0.57% | - |
| XYZ | 13.02 | 7.95 | 27.64 | - |
| YUV | 80.54 | 164.38 | 150.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 52 | 145 | 0.23 | 0.64 | 0 | 0.43 | 278.71 | 0.47 | 0.39 |
| Hex | 70 | 34 | 91 | 17 | 40 | 0 | 2B | 117 | 2F | 27 |
| Octal | 160 | 64 | 221 | 27 | 100 | 0 | 53 | 427 | 57 | 47 |
| Binary | 1110000 | 110100 | 10010001 | 10111 | 1000000 | 0 | 101011 | 100010111 | 101111 | 100111 |
Color Harmonies of #703491
Complementary color
Monochromatic Colors of #703491
Black with #703491
Text Example
Text Example
White with #703491
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #703491; }
p { color: rgb(112,52,145); }
H1.HeaderClassName
{
color: #703491;
}
.AnyTagClassName
{
color: #703491;
}
</style>
background-color css
<style>
a { background-color: #703491; }
a { background-color: rgb(112,52,145); }
div.DivClassName
{
background-color: #703491;
}
.BgClassName
{
background-color: #703491;
}
</style>
border-color css
<style>
span { border-color: #703491; }
span { border-color: rgb(112,52,145); }
td.TdClassName
{
border-color: #703491;
}
.TagClassName
{
border-color: #703491;
}
</style>