Html Css Color HEX #713190 Vivid Violet

📋 copy color: '#713190'

red 113 ◦ green 49 ◦ blue 144

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

Shades of Vivid Violet #713190

Tints of Vivid Violet #713190

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 47.06%

R = 36.93%
G = 16.01%
B = 47.06%

CMYK

 C value IS 0.22

 M value IS 0.66

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#713190 (or 0x713190) is known color: Vivid Violet. HEX triplet: 71, 31 and 90. RGB value is (113,49,144). Sum of RGB (Red+Green+Blue) = 113+49+144=306 (40% of max value = 765). Red value is 113 (44.53% from 255 or 36.93% from 306); Green value is 49 (19.53% from 255 or 16.01% from 306); Blue value is 144 (56.64% from 255 or 47.06% from 306); Max value from RGB is 144 - color contains mainly: blue. Hex color #713190 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #713190 is #8ECE6F. Grayscale: #4E4E4E. Windows color (decimal): -9358960 or 9449841. OLE color: 9449841.

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

Color convert

RGB 113 49 144 -
CMYK 0.22 0.66 0 0.44
HSL 280.42º 0.49% 0.38% -
HSV(B) 280.42º 0.66% 0.56% -
XYZ 12.94 7.72 27.19 -
YUV 78.97 164.7 152.28 -
System Red Green Blue C M Y K H S L
Decimal 113 49 144 0.22 0.66 0 0.44 280.42 0.49 0.38
Hex 71 31 90 16 42 0 2C 118 31 26
Octal 161 61 220 26 102 0 54 430 61 46
Binary 1110001 110001 10010000 10110 1000010 0 101100 100011000 110001 100110

Color Harmonies of #713190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713190

Black with #713190

Text Example


Text Example

White with #713190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #713190; }

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

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

background-color css

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

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

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

border-color css

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

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

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