Html Css Color HEX #711181 Purple

📋 copy color: '#711181'

red 113 ◦ green 17 ◦ blue 129

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

Shades of Purple #711181

Tints of Purple #711181

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 49.81%

R = 43.63%
G = 6.56%
B = 49.81%

CMYK

 C value IS 0.12

 M value IS 0.87

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#711181 (or 0x711181) is known color: Purple. HEX triplet: 71, 11 and 81. RGB value is (113,17,129). Sum of RGB (Red+Green+Blue) = 113+17+129=259 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.63% from 259); Green value is 17 (7.03% from 255 or 6.56% from 259); Blue value is 129 (50.78% from 255 or 49.81% from 259); Max value from RGB is 129 - color contains mainly: blue. Hex color #711181 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #711181 is #8EEE7E. Grayscale: #3A3A3A. Windows color (decimal): -9367167 or 8458609. OLE color: 8458609.

HSL color Cylindrical-coordinate representation of color #711181: hue angle of 291.43º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #711181 is Cyan = 0.12, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 113 17 129 -
CMYK 0.12 0.87 0 0.49
HSL 291.43º 0.77% 0.29% -
HSV(B) 291.43º 0.87% 0.51% -
XYZ 10.97 5.5 21.25 -
YUV 58.47 167.8 166.89 -
System Red Green Blue C M Y K H S L
Decimal 113 17 129 0.12 0.87 0 0.49 291.43 0.77 0.29
Hex 71 11 81 C 57 0 31 123 4D 1D
Octal 161 21 201 14 127 0 61 443 115 35
Binary 1110001 10001 10000001 1100 1010111 0 110001 100100011 1001101 11101

Color Harmonies of #711181

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711181

Black with #711181

Text Example


Text Example

White with #711181

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #711181; }

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

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

background-color css

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

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

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

border-color css

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

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

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