Html Css Color HEX #713193 Vivid Violet

📋 copy color: '#713193'

red 113 ◦ green 49 ◦ blue 147

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

Shades of Vivid Violet #713193

Tints of Vivid Violet #713193

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 47.57%

R = 36.57%
G = 15.86%
B = 47.57%

CMYK

 C value IS 0.23

 M value IS 0.67

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#713193 (or 0x713193) is known color: Vivid Violet. HEX triplet: 71, 31 and 93. RGB value is (113,49,147). Sum of RGB (Red+Green+Blue) = 113+49+147=309 (40% of max value = 765). Red value is 113 (44.53% from 255 or 36.57% from 309); Green value is 49 (19.53% from 255 or 15.86% from 309); Blue value is 147 (57.81% from 255 or 47.57% from 309); Max value from RGB is 147 - color contains mainly: blue. Hex color #713193 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #713193 is #8ECE6C. Grayscale: #4E4E4E. Windows color (decimal): -9358957 or 9646449. OLE color: 9646449.

HSL color Cylindrical-coordinate representation of color #713193: hue angle of 279.18º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #713193 is Cyan = 0.23, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 113 49 147 -
CMYK 0.23 0.67 0 0.42
HSL 279.18º 0.5% 0.38% -
HSV(B) 279.18º 0.67% 0.58% -
XYZ 13.17 7.81 28.42 -
YUV 79.31 166.2 152.03 -
System Red Green Blue C M Y K H S L
Decimal 113 49 147 0.23 0.67 0 0.42 279.18 0.5 0.38
Hex 71 31 93 17 43 0 2A 117 32 26
Octal 161 61 223 27 103 0 52 427 62 46
Binary 1110001 110001 10010011 10111 1000011 0 101010 100010111 110010 100110

Color Harmonies of #713193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713193

Black with #713193

Text Example


Text Example

White with #713193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #713193; }

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

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

background-color css

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

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

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

border-color css

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

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

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