#713593

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

Shades of Vivid Violet #713593

Tints of Vivid Violet #713593

Color information

#713593 (or 0x713593) is unknown color: approx Vivid Violet. HEX triplet: 71, 35 and 93. RGB value is (113,53,147). Sum of RGB (Red+Green+Blue) = 113+53+147=313 (41% of max value = 765). Red value is 113 (44.53% from 255 or 36.10% from 313); Green value is 53 (21.09% from 255 or 16.93% from 313); Blue value is 147 (57.81% from 255 or 46.96% from 313); Max value from RGB is 147 - color contains mainly: blue. Hex color #713593 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #713593 is #8ECA6C. Grayscale: #515151. Windows color (decimal): -9357933 or 9647473. OLE color: 9647473.

HSL color Cylindrical-coordinate representation of color #713593: hue angle of 278.3º degrees, saturation: 0.47, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #713593 is Cyan = 0.23, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB11353147-
CMYK0.230.6400.42
HSL278.3º47%39.22%-
HSV(B)278.3º63.95%57.65%-
XYZ13.358.1628.48-
YUV81.66164.88150.36-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 36.10%
GREEN value IS 53 (21.09% from 255) = 16.93%
BLUE value IS 147 (57.81% from 255) = 46.96%
R=36.10%
G=16.93%
B=46.96%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal113531470.230.6400.42278.34739.22
Hex713593174002A1162f27
Octal16165223271000524265747
Binary1110001110101100100111011110000000101010100010110101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #713593

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #713593; }

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

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

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

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

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

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

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

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