Html Css Color HEX #713991 Vivid Violet

📋 copy color: '#713991'

red 113 ◦ green 57 ◦ blue 145

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

Shades of Vivid Violet #713991

Tints of Vivid Violet #713991

RGB

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

 GREEN value IS 57 (22.66% from 255) = 18.1%

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

R = 35.87%
G = 18.1%
B = 46.03%

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

#713991 (or 0x713991) is known color: Vivid Violet. HEX triplet: 71, 39 and 91. RGB value is (113,57,145). Sum of RGB (Red+Green+Blue) = 113+57+145=315 (41% of max value = 765). Red value is 113 (44.53% from 255 or 35.87% from 315); Green value is 57 (22.66% from 255 or 18.10% from 315); Blue value is 145 (57.03% from 255 or 46.03% from 315); Max value from RGB is 145 - color contains mainly: blue. Hex color #713991 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #713991 is #8EC66E. Grayscale: #535353. Windows color (decimal): -9356911 or 9517425. OLE color: 9517425.

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

Color convert

RGB 113 57 145 -
CMYK 0.22 0.61 0 0.43
HSL 278.18º 0.44% 0.4% -
HSV(B) 278.18º 0.61% 0.57% -
XYZ 13.38 8.48 27.72 -
YUV 83.78 162.55 148.84 -
System Red Green Blue C M Y K H S L
Decimal 113 57 145 0.22 0.61 0 0.43 278.18 0.44 0.4
Hex 71 39 91 16 3D 0 2B 116 2C 28
Octal 161 71 221 26 75 0 53 426 54 50
Binary 1110001 111001 10010001 10110 111101 0 101011 100010110 101100 101000

Color Harmonies of #713991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713991

Black with #713991

Text Example


Text Example

White with #713991

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #713991; }

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

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

background-color css

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

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

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

border-color css

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

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

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