Html Css Color HEX #713891 Vivid Violet

📋 copy color: '#713891'

red 113 ◦ green 56 ◦ blue 145

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

Shades of Vivid Violet #713891

Tints of Vivid Violet #713891

RGB

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

 GREEN value IS 56 (22.27% from 255) = 17.83%

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

R = 35.99%
G = 17.83%
B = 46.18%

CMYK

 C value IS 0.22

 M value IS 0.61

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#713891 (or 0x713891) is known color: Vivid Violet. HEX triplet: 71, 38 and 91. RGB value is (113,56,145). Sum of RGB (Red+Green+Blue) = 113+56+145=314 (41% of max value = 765). Red value is 113 (44.53% from 255 or 35.99% from 314); Green value is 56 (22.27% from 255 or 17.83% from 314); Blue value is 145 (57.03% from 255 or 46.18% from 314); Max value from RGB is 145 - color contains mainly: blue. Hex color #713891 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #713891 is #8EC76E. Grayscale: #525252. Windows color (decimal): -9357167 or 9517169. OLE color: 9517169.

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

Color convert

RGB 113 56 145 -
CMYK 0.22 0.61 0 0.43
HSL 278.43º 0.44% 0.39% -
HSV(B) 278.43º 0.61% 0.57% -
XYZ 13.34 8.38 27.7 -
YUV 83.19 162.88 149.26 -
System Red Green Blue C M Y K H S L
Decimal 113 56 145 0.22 0.61 0 0.43 278.43 0.44 0.39
Hex 71 38 91 16 3D 0 2B 116 2C 27
Octal 161 70 221 26 75 0 53 426 54 47
Binary 1110001 111000 10010001 10110 111101 0 101011 100010110 101100 100111

Color Harmonies of #713891

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713891

Black with #713891

Text Example


Text Example

White with #713891

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #713891; }

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

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

background-color css

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

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

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

border-color css

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

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

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