Html Css Color HEX #711180 Purple

📋 copy color: '#711180'

red 113 ◦ green 17 ◦ blue 128

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

Shades of Purple #711180

Tints of Purple #711180

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 49.61%

R = 43.8%
G = 6.59%
B = 49.61%

CMYK

 C value IS 0.12

 M value IS 0.87

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#711180 (or 0x711180) is known color: Purple. HEX triplet: 71, 11 and 80. RGB value is (113,17,128). Sum of RGB (Red+Green+Blue) = 113+17+128=258 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.80% from 258); Green value is 17 (7.03% from 255 or 6.59% from 258); Blue value is 128 (50.39% from 255 or 49.61% from 258); Max value from RGB is 128 - color contains mainly: blue. Hex color #711180 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #711180 is #8EEE7F. Grayscale: #3A3A3A. Windows color (decimal): -9367168 or 8393073. OLE color: 8393073.

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

Color convert

RGB 113 17 128 -
CMYK 0.12 0.87 0 0.50
HSL 291.89º 0.77% 0.28% -
HSV(B) 291.89º 0.87% 0.5% -
XYZ 10.91 5.47 20.9 -
YUV 58.36 167.3 166.97 -
System Red Green Blue C M Y K H S L
Decimal 113 17 128 0.12 0.87 0 0.50 291.89 0.77 0.28
Hex 71 11 80 C 57 0 32 124 4D 1C
Octal 161 21 200 14 127 0 62 444 115 34
Binary 1110001 10001 10000000 1100 1010111 0 110010 100100100 1001101 11100

Color Harmonies of #711180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711180

Black with #711180

Text Example


Text Example

White with #711180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #711180; }

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

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

background-color css

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

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

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

border-color css

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

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

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