Html Css Color HEX #713191 Vivid Violet

📋 copy color: '#713191'

red 113 ◦ green 49 ◦ blue 145

#713191
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Vivid Violet #713191

Tints of Vivid Violet #713191

RGB

 RED value IS 113 (44.53% from 255) = 36.81%

 GREEN value IS 49 (19.53% from 255) = 15.96%

 BLUE value IS 145 (57.03% from 255) = 47.23%

R = 36.81%
G = 15.96%
B = 47.23%

CMYK

 C value IS 0.22

 M value IS 0.66

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#713191 (or 0x713191) is known color: Vivid Violet. HEX triplet: 71, 31 and 91. RGB value is (113,49,145). Sum of RGB (Red+Green+Blue) = 113+49+145=307 (40% of max value = 765). Red value is 113 (44.53% from 255 or 36.81% from 307); Green value is 49 (19.53% from 255 or 15.96% from 307); Blue value is 145 (57.03% from 255 or 47.23% from 307); Max value from RGB is 145 - color contains mainly: blue. Hex color #713191 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #713191 is #8ECE6E. Grayscale: #4E4E4E. Windows color (decimal): -9358959 or 9515377. OLE color: 9515377.

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

Color convert

RGB 113 49 145 -
CMYK 0.22 0.66 0 0.43
HSL 280º 0.49% 0.38% -
HSV(B) 280º 0.66% 0.57% -
XYZ 13.02 7.75 27.6 -
YUV 79.08 165.2 152.19 -
System Red Green Blue C M Y K H S L
Decimal 113 49 145 0.22 0.66 0 0.43 280 0.49 0.38
Hex 71 31 91 16 42 0 2B 118 31 26
Octal 161 61 221 26 102 0 53 430 61 46
Binary 1110001 110001 10010001 10110 1000010 0 101011 100011000 110001 100110

Color Harmonies of #713191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713191

Black with #713191

Text Example


Text Example

White with #713191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #713191; }

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

 H1.HeaderClassName
 {
   color: #713191;
 }
 .AnyTagClassName
 {
   color: #713191;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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