#713590

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

Shades of Vivid Violet #713590

Tints of Vivid Violet #713590

Color information

#713590 (or 0x713590) is unknown color: approx Vivid Violet. HEX triplet: 71, 35 and 90. RGB value is (113,53,144). Sum of RGB (Red+Green+Blue) = 113+53+144=310 (41% of max value = 765). Red value is 113 (44.53% from 255 or 36.45% from 310); Green value is 53 (21.09% from 255 or 17.10% from 310); Blue value is 144 (56.64% from 255 or 46.45% from 310); Max value from RGB is 144 - color contains mainly: blue. Hex color #713590 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #713590 is #8ECA6F. Grayscale: #515151. Windows color (decimal): -9357936 or 9450865. OLE color: 9450865.

HSL color Cylindrical-coordinate representation of color #713590: hue angle of 279.56º degrees, saturation: 0.46, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #713590 is Cyan = 0.22, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB11353144-
CMYK0.220.6300.44
HSL279.56º46.19%38.63%-
HSV(B)279.56º63.19%56.47%-
XYZ13.128.0727.25-
YUV81.31163.38150.6-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 36.45%
GREEN value IS 53 (21.09% from 255) = 17.10%
BLUE value IS 144 (56.64% from 255) = 46.45%
R=36.45%
G=17.10%
B=46.45%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal113531440.220.6300.44279.5646.1938.63
Hex713590163F02C1182e27
Octal1616522026770544305647
Binary111000111010110010000101101111110101100100011000101110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #713590

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #713590; }

 p { color: rgb(113,53,144); }

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

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

 a { background-color: rgb(113,53,144); }

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

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

 span { border-color: rgb(113,53,144); }

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