#703391

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

Shades of Vivid Violet #703391

Tints of Vivid Violet #703391

Color information

#703391 (or 0x703391) is unknown color: approx Vivid Violet. HEX triplet: 70, 33 and 91. RGB value is (112,51,145). Sum of RGB (Red+Green+Blue) = 112+51+145=308 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.36% from 308); Green value is 51 (20.31% from 255 or 16.56% from 308); Blue value is 145 (57.03% from 255 or 47.08% from 308); Max value from RGB is 145 - color contains mainly: blue. Hex color #703391 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #703391 is #8FCC6E. Grayscale: #4F4F4F. Windows color (decimal): -9423983 or 9515888. OLE color: 9515888.

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

Color convert

RGB11251145-
CMYK0.230.6500.43
HSL278.94º47.96%38.43%-
HSV(B)278.94º64.83%56.86%-
XYZ12.987.8627.62-
YUV79.96164.71150.86-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 36.36%
GREEN value IS 51 (20.31% from 255) = 16.56%
BLUE value IS 145 (57.03% from 255) = 47.08%
R=36.36%
G=16.56%
B=47.08%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal112511450.230.6500.43278.9447.9638.43
Hex703391174102B1173026
Octal16063221271010534276046
Binary1110000110011100100011011110000010101011100010111110000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703391

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #703391; }

 p { color: rgb(112,51,145); }

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

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

 a { background-color: rgb(112,51,145); }

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

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

 span { border-color: rgb(112,51,145); }

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