#713791

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

Shades of Vivid Violet #713791

Tints of Vivid Violet #713791

Color information

#713791 (or 0x713791) is unknown color: approx Vivid Violet. HEX triplet: 71, 37 and 91. RGB value is (113,55,145). Sum of RGB (Red+Green+Blue) = 113+55+145=313 (41% of max value = 765). Red value is 113 (44.53% from 255 or 36.10% from 313); Green value is 55 (21.88% from 255 or 17.57% from 313); Blue value is 145 (57.03% from 255 or 46.33% from 313); Max value from RGB is 145 - color contains mainly: blue. Hex color #713791 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #713791 is #8EC86E. Grayscale: #525252. Windows color (decimal): -9357423 or 9516913. OLE color: 9516913.

HSL color Cylindrical-coordinate representation of color #713791: hue angle of 278.67º degrees, saturation: 0.45, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #713791 is Cyan = 0.22, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB11355145-
CMYK0.220.6200.43
HSL278.67º45%39.22%-
HSV(B)278.67º62.07%56.86%-
XYZ13.298.2927.69-
YUV82.6163.22149.68-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 36.10%
GREEN value IS 55 (21.88% from 255) = 17.57%
BLUE value IS 145 (57.03% from 255) = 46.33%
R=36.10%
G=17.57%
B=46.33%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal113551450.220.6200.43278.674539.22
Hex713791163E02B1172d27
Octal1616722126760534275547
Binary111000111011110010001101101111100101011100010111101101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #713791

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #713791; }

 p { color: rgb(113,55,145); }

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

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

 a { background-color: rgb(113,55,145); }

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

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

 span { border-color: rgb(113,55,145); }

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