Html Css Color HEX #713791 Vivid Violet

📋 copy color: '#713791'

red 113 ◦ green 55 ◦ blue 145

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

Shades of Vivid Violet #713791

Tints of Vivid Violet #713791

RGB

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

 GREEN value IS 55 (21.88% from 255) = 17.57%

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

R = 36.1%
G = 17.57%
B = 46.33%

CMYK

 C value IS 0.22

 M value IS 0.62

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#713791 (or 0x713791) is known color: Vivid Violet. HEX triplet: 71, 37 and 91. RGB value is (113,55,145). Sum of RGB (Red+Green+Blue) = 113+55+145=313 (41% of max value = 765). Red value is 113 (44.53% from 255 or 36.10% from 313); Green value is 55 (21.88% from 255 or 17.57% from 313); Blue value is 145 (57.03% from 255 or 46.33% from 313); Max value from RGB is 145 - color contains mainly: blue. Hex color #713791 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #713791 is #8EC86E. Grayscale: #525252. Windows color (decimal): -9357423 or 9516913. OLE color: 9516913.

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

Color convert

RGB 113 55 145 -
CMYK 0.22 0.62 0 0.43
HSL 278.67º 0.45% 0.39% -
HSV(B) 278.67º 0.62% 0.57% -
XYZ 13.29 8.29 27.69 -
YUV 82.6 163.22 149.68 -
System Red Green Blue C M Y K H S L
Decimal 113 55 145 0.22 0.62 0 0.43 278.67 0.45 0.39
Hex 71 37 91 16 3E 0 2B 117 2D 27
Octal 161 67 221 26 76 0 53 427 55 47
Binary 1110001 110111 10010001 10110 111110 0 101011 100010111 101101 100111

Color Harmonies of #713791

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713791

Black with #713791

Text Example


Text Example

White with #713791

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #713791; }

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

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

background-color css

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

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

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

border-color css

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

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

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