Html Css Color HEX #713186 Vivid Violet

📋 copy color: '#713186'

red 113 ◦ green 49 ◦ blue 134

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

Shades of Vivid Violet #713186

Tints of Vivid Violet #713186

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 45.27%

R = 38.18%
G = 16.55%
B = 45.27%

CMYK

 C value IS 0.16

 M value IS 0.63

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#713186 (or 0x713186) is known color: Vivid Violet. HEX triplet: 71, 31 and 86. RGB value is (113,49,134). Sum of RGB (Red+Green+Blue) = 113+49+134=296 (39% of max value = 765). Red value is 113 (44.53% from 255 or 38.18% from 296); Green value is 49 (19.53% from 255 or 16.55% from 296); Blue value is 134 (52.73% from 255 or 45.27% from 296); Max value from RGB is 134 - color contains mainly: blue. Hex color #713186 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #713186 is #8ECE79. Grayscale: #4D4D4D. Windows color (decimal): -9358970 or 8794481. OLE color: 8794481.

HSL color Cylindrical-coordinate representation of color #713186: hue angle of 285.18º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #713186 is Cyan = 0.16, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 113 49 134 -
CMYK 0.16 0.63 0 0.47
HSL 285.18º 0.46% 0.36% -
HSV(B) 285.18º 0.63% 0.53% -
XYZ 12.21 7.43 23.34 -
YUV 77.83 159.7 153.09 -
System Red Green Blue C M Y K H S L
Decimal 113 49 134 0.16 0.63 0 0.47 285.18 0.46 0.36
Hex 71 31 86 10 3F 0 2F 11D 2E 24
Octal 161 61 206 20 77 0 57 435 56 44
Binary 1110001 110001 10000110 10000 111111 0 101111 100011101 101110 100100

Color Harmonies of #713186

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713186

Black with #713186

Text Example


Text Example

White with #713186

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #713186; }

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

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

background-color css

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

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

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

border-color css

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

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

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