#703189

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

Shades of Vivid Violet #703189

Tints of Vivid Violet #703189

Color information

#703189 (or 0x703189) is unknown color: approx Vivid Violet. HEX triplet: 70, 31 and 89. RGB value is (112,49,137). Sum of RGB (Red+Green+Blue) = 112+49+137=298 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.58% from 298); Green value is 49 (19.53% from 255 or 16.44% from 298); Blue value is 137 (53.91% from 255 or 45.97% from 298); Max value from RGB is 137 - color contains mainly: blue. Hex color #703189 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #703189 is #8FCE76. Grayscale: #4D4D4D. Windows color (decimal): -9424503 or 8991088. OLE color: 8991088.

HSL color Cylindrical-coordinate representation of color #703189: hue angle of 282.95º degrees, saturation: 0.47, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #703189 is Cyan = 0.18, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB11249137-
CMYK0.180.6400.46
HSL282.95º47.31%36.47%-
HSV(B)282.95º64.23%53.73%-
XYZ12.37.4524.46-
YUV77.87161.37152.34-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 37.58%
GREEN value IS 49 (19.53% from 255) = 16.44%
BLUE value IS 137 (53.91% from 255) = 45.97%
R=37.58%
G=16.44%
B=45.97%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal112491370.180.6400.46282.9547.3136.47
Hex703189124002E11b2f24
Octal16061211221000564335744
Binary1110000110001100010011001010000000101110100011011101111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703189

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #703189; }

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

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

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

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

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

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

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

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