Html Css Color HEX #711071 Purple

📋 copy color: '#711071'

red 113 ◦ green 16 ◦ blue 113

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

Shades of Purple #711071

Tints of Purple #711071

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.61%

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

R = 46.69%
G = 6.61%
B = 46.69%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#711071 (or 0x711071) is known color: Purple. HEX triplet: 71, 10 and 71. RGB value is (113,16,113). Sum of RGB (Red+Green+Blue) = 113+16+113=242 (32% of max value = 765). Red value is 113 (44.53% from 255 or 46.69% from 242); Green value is 16 (6.64% from 255 or 6.61% from 242); Blue value is 113 (44.53% from 255 or 46.69% from 242); Max value from RGB is 113 - color contains mainly: red, blue. Hex color #711071 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #711071 is #8EEF8E. Grayscale: #373737. Windows color (decimal): -9367439 or 7409777. OLE color: 7409777.

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

Color convert

RGB 113 16 113 -
CMYK 0 0.86 0 0.56
HSL 300º 0.75% 0.25% -
HSV(B) 300º 0.86% 0.44% -
XYZ 9.98 5.07 16.08 -
YUV 56.06 160.14 168.61 -
System Red Green Blue C M Y K H S L
Decimal 113 16 113 0 0.86 0 0.56 300 0.75 0.25
Hex 71 10 71 0 56 0 38 12C 4B 19
Octal 161 20 161 0 126 0 70 454 113 31
Binary 1110001 10000 1110001 0 1010110 0 111000 100101100 1001011 11001

Color Harmonies of #711071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711071

Black with #711071

Text Example


Text Example

White with #711071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #711071; }

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

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

background-color css

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

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

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

border-color css

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

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

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