#703192

Color #703192 Vivid Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Vivid Violet #703192

Tints of Vivid Violet #703192

Color information

#703192 (or 0x703192) is unknown color: approx Vivid Violet. HEX triplet: 70, 31 and 92. RGB value is (112,49,146). Sum of RGB (Red+Green+Blue) = 112+49+146=307 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.48% from 307); Green value is 49 (19.53% from 255 or 15.96% from 307); Blue value is 146 (57.42% from 255 or 47.56% from 307); Max value from RGB is 146 - color contains mainly: blue. Hex color #703192 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #703192 is #8FCE6D. Grayscale: #4E4E4E. Windows color (decimal): -9424494 or 9580912. OLE color: 9580912.

HSL color Cylindrical-coordinate representation of color #703192: hue angle of 278.97º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #703192 is Cyan = 0.23, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB11249146-
CMYK0.230.6600.43
HSL278.97º49.74%38.24%-
HSV(B)278.97º66.44%57.25%-
XYZ12.977.7228-
YUV78.9165.87151.61-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 112 (44.14% from 255) = 36.48%
GREEN value IS 49 (19.53% from 255) = 15.96%
BLUE value IS 146 (57.42% from 255) = 47.56%
R=36.48%
G=15.96%
B=47.56%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal112491460.230.6600.43278.9749.7438.24
Hex703192174202B1173226
Octal16061222271020534276246
Binary1110000110001100100101011110000100101011100010111110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703192

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #703192; }

 p { color: rgb(112,49,146); }

 H1.HeaderClassName
 {
   color: #703192;
 }
 .AnyTagClassName
 {
   color: #703192;
 }
</style>
background-color css

<style>
 a { background-color: #703192; }

 a { background-color: rgb(112,49,146); }

 div.DivClassName
 {
   background-color: #703192;
 }
 .BgClassName
 {
   background-color: #703192;
 }
</style>
border-color css

<style>
 span { border-color: #703192; }

 span { border-color: rgb(112,49,146); }

 td.TdClassName
 {
   border-color: #703192;
 }
 .TagClassName
 {
   border-color: #703192;
 }
</style>