Html Css Color HEX #711176 Purple

📋 copy color: '#711176'

red 113 ◦ green 17 ◦ blue 118

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

Shades of Purple #711176

Tints of Purple #711176

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 47.58%

R = 45.56%
G = 6.85%
B = 47.58%

CMYK

 C value IS 0.04

 M value IS 0.86

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#711176 (or 0x711176) is known color: Purple. HEX triplet: 71, 11 and 76. RGB value is (113,17,118). Sum of RGB (Red+Green+Blue) = 113+17+118=248 (32% of max value = 765). Red value is 113 (44.53% from 255 or 45.56% from 248); Green value is 17 (7.03% from 255 or 6.85% from 248); Blue value is 118 (46.48% from 255 or 47.58% from 248); Max value from RGB is 118 - color contains mainly: blue. Hex color #711176 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #711176 is #8EEE89. Grayscale: #383838. Windows color (decimal): -9367178 or 7737713. OLE color: 7737713.

HSL color Cylindrical-coordinate representation of color #711176: hue angle of 297.03º degrees, saturation: 0.75, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #711176 is Cyan = 0.04, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 113 17 118 -
CMYK 0.04 0.86 0 0.54
HSL 297.03º 0.75% 0.26% -
HSV(B) 297.03º 0.86% 0.46% -
XYZ 10.28 5.22 17.61 -
YUV 57.22 162.3 167.79 -
System Red Green Blue C M Y K H S L
Decimal 113 17 118 0.04 0.86 0 0.54 297.03 0.75 0.26
Hex 71 11 76 4 56 0 36 129 4B 1A
Octal 161 21 166 4 126 0 66 451 113 32
Binary 1110001 10001 1110110 100 1010110 0 110110 100101001 1001011 11010

Color Harmonies of #711176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711176

Black with #711176

Text Example


Text Example

White with #711176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #711176; }

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

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

background-color css

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

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

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

border-color css

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

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

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