Html Css Color HEX #711171 Purple

📋 copy color: '#711171'

red 113 ◦ green 17 ◦ blue 113

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

Shades of Purple #711171

Tints of Purple #711171

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 46.5%

R = 46.5%
G = 7%
B = 46.5%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#711171 (or 0x711171) is known color: Purple. HEX triplet: 71, 11 and 71. RGB value is (113,17,113). Sum of RGB (Red+Green+Blue) = 113+17+113=243 (32% of max value = 765). Red value is 113 (44.53% from 255 or 46.50% from 243); Green value is 17 (7.03% from 255 or 7.00% from 243); Blue value is 113 (44.53% from 255 or 46.50% from 243); Max value from RGB is 113 - color contains mainly: red, blue. Hex color #711171 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #711171 is #8EEE8E. Grayscale: #383838. Windows color (decimal): -9367183 or 7410033. OLE color: 7410033.

HSL color Cylindrical-coordinate representation of color #711171: hue angle of 300º degrees, saturation: 0.74, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #711171 is Cyan = 0, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 17 113 -
CMYK 0 0.85 0 0.56
HSL 300º 0.74% 0.25% -
HSV(B) 300º 0.85% 0.44% -
XYZ 9.99 5.1 16.08 -
YUV 56.65 159.8 168.19 -
System Red Green Blue C M Y K H S L
Decimal 113 17 113 0 0.85 0 0.56 300 0.74 0.25
Hex 71 11 71 0 55 0 38 12C 4A 19
Octal 161 21 161 0 125 0 70 454 112 31
Binary 1110001 10001 1110001 0 1010101 0 111000 100101100 1001010 11001

Color Harmonies of #711171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711171

Black with #711171

Text Example


Text Example

White with #711171

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #711171; }

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

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

background-color css

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

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

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

border-color css

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

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

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