Html Css Color HEX #713391 Vivid Violet

📋 copy color: '#713391'

red 113 ◦ green 51 ◦ blue 145

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

Shades of Vivid Violet #713391

Tints of Vivid Violet #713391

RGB

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

 GREEN value IS 51 (20.31% from 255) = 16.5%

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

R = 36.57%
G = 16.5%
B = 46.93%

CMYK

 C value IS 0.22

 M value IS 0.65

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#713391 (or 0x713391) is known color: Vivid Violet. HEX triplet: 71, 33 and 91. RGB value is (113,51,145). Sum of RGB (Red+Green+Blue) = 113+51+145=309 (40% of max value = 765). Red value is 113 (44.53% from 255 or 36.57% from 309); Green value is 51 (20.31% from 255 or 16.50% from 309); Blue value is 145 (57.03% from 255 or 46.93% from 309); Max value from RGB is 145 - color contains mainly: blue. Hex color #713391 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #713391 is #8ECC6E. Grayscale: #4F4F4F. Windows color (decimal): -9358447 or 9515889. OLE color: 9515889.

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

Color convert

RGB 113 51 145 -
CMYK 0.22 0.65 0 0.43
HSL 279.57º 0.48% 0.38% -
HSV(B) 279.57º 0.65% 0.57% -
XYZ 13.1 7.92 27.63 -
YUV 80.25 164.54 151.36 -
System Red Green Blue C M Y K H S L
Decimal 113 51 145 0.22 0.65 0 0.43 279.57 0.48 0.38
Hex 71 33 91 16 41 0 2B 118 30 26
Octal 161 63 221 26 101 0 53 430 60 46
Binary 1110001 110011 10010001 10110 1000001 0 101011 100011000 110000 100110

Color Harmonies of #713391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713391

Black with #713391

Text Example


Text Example

White with #713391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #713391; }

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

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

background-color css

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

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

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

border-color css

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

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

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