#713291

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

Shades of Vivid Violet #713291

Tints of Vivid Violet #713291

Color information

#713291 (or 0x713291) is unknown color: approx Vivid Violet. HEX triplet: 71, 32 and 91. RGB value is (113,50,145). Sum of RGB (Red+Green+Blue) = 113+50+145=308 (40% of max value = 765). Red value is 113 (44.53% from 255 or 36.69% from 308); Green value is 50 (19.92% from 255 or 16.23% 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 #713291 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #713291 is #8ECD6E. Grayscale: #4F4F4F. Windows color (decimal): -9358703 or 9515633. OLE color: 9515633.

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

Color convert

RGB11350145-
CMYK0.220.6600.43
HSL279.79º48.72%38.24%-
HSV(B)279.79º65.52%56.86%-
XYZ13.067.8427.61-
YUV79.67164.87151.78-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 36.69%
GREEN value IS 50 (19.92% from 255) = 16.23%
BLUE value IS 145 (57.03% from 255) = 47.08%
R=36.69%
G=16.23%
B=47.08%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal113501450.220.6600.43279.7948.7238.24
Hex713291164202B1183126
Octal16162221261020534306146
Binary1110001110010100100011011010000100101011100011000110001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #713291

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #713291; }

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

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

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

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

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

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

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

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