#713391

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

Shades of Vivid Violet #713391

Tints of Vivid Violet #713391

Color information

#713391 (or 0x713391) is unknown color: approx Vivid Violet. HEX triplet: 71, 33 and 91. RGB value is (113,51,145). Sum of RGB (Red+Green+Blue) = 113+51+145=309 (40% of max value = 765). Red value is 113 (44.53% from 255 or 36.57% from 309); Green value is 51 (20.31% from 255 or 16.50% 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 #713391 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #713391 is #8ECC6E. Grayscale: #4F4F4F. Windows color (decimal): -9358447 or 9515889. OLE color: 9515889.

HSL color Cylindrical-coordinate representation of color #713391: hue angle of 279.57º 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 #713391 is Cyan = 0.22, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB11351145-
CMYK0.220.6500.43
HSL279.57º47.96%38.43%-
HSV(B)279.57º64.83%56.86%-
XYZ13.17.9227.63-
YUV80.25164.54151.36-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 36.57%
GREEN value IS 51 (20.31% from 255) = 16.50%
BLUE value IS 145 (57.03% from 255) = 46.93%
R=36.57%
G=16.50%
B=46.93%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal113511450.220.6500.43279.5747.9638.43
Hex713391164102B1183026
Octal16163221261010534306046
Binary1110001110011100100011011010000010101011100011000110000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #713391

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #713391; }

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

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

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

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

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

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

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

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