Html Css Color HEX #711191 Purple

📋 copy color: '#711191'

red 113 ◦ green 17 ◦ blue 145

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

Shades of Purple #711191

Tints of Purple #711191

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.18%

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

R = 41.09%
G = 6.18%
B = 52.73%

CMYK

 C value IS 0.22

 M value IS 0.88

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#711191 (or 0x711191) is known color: Purple. HEX triplet: 71, 11 and 91. RGB value is (113,17,145). Sum of RGB (Red+Green+Blue) = 113+17+145=275 (36% of max value = 765). Red value is 113 (44.53% from 255 or 41.09% from 275); Green value is 17 (7.03% from 255 or 6.18% from 275); Blue value is 145 (57.03% from 255 or 52.73% from 275); Max value from RGB is 145 - color contains mainly: blue. Hex color #711191 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #711191 is #8EEE6E. Grayscale: #3B3B3B. Windows color (decimal): -9367151 or 9507185. OLE color: 9507185.

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

Color convert

RGB 113 17 145 -
CMYK 0.22 0.88 0 0.43
HSL 285º 0.79% 0.32% -
HSV(B) 285º 0.88% 0.57% -
XYZ 12.12 5.96 27.3 -
YUV 60.3 175.8 165.59 -
System Red Green Blue C M Y K H S L
Decimal 113 17 145 0.22 0.88 0 0.43 285 0.79 0.32
Hex 71 11 91 16 58 0 2B 11D 4F 20
Octal 161 21 221 26 130 0 53 435 117 40
Binary 1110001 10001 10010001 10110 1011000 0 101011 100011101 1001111 100000

Color Harmonies of #711191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711191

Black with #711191

Text Example


Text Example

White with #711191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #711191; }

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

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

background-color css

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

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

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

border-color css

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

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

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