Html Css Color HEX #711986 Purple

📋 copy color: '#711986'

red 113 ◦ green 25 ◦ blue 134

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

Shades of Purple #711986

Tints of Purple #711986

RGB

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

 GREEN value IS 25 (10.16% from 255) = 9.19%

 BLUE value IS 134 (52.73% from 255) = 49.26%

R = 41.54%
G = 9.19%
B = 49.26%

CMYK

 C value IS 0.16

 M value IS 0.81

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#711986 (or 0x711986) is known color: Purple. HEX triplet: 71, 19 and 86. RGB value is (113,25,134). Sum of RGB (Red+Green+Blue) = 113+25+134=272 (36% of max value = 765). Red value is 113 (44.53% from 255 or 41.54% from 272); Green value is 25 (10.16% from 255 or 9.19% from 272); Blue value is 134 (52.73% from 255 or 49.26% from 272); Max value from RGB is 134 - color contains mainly: blue. Hex color #711986 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #711986 is #8EE679. Grayscale: #3F3F3F. Windows color (decimal): -9365114 or 8788337. OLE color: 8788337.

HSL color Cylindrical-coordinate representation of color #711986: hue angle of 288.44º degrees, saturation: 0.69, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #711986 is Cyan = 0.16, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 113 25 134 -
CMYK 0.16 0.81 0 0.47
HSL 288.44º 0.69% 0.31% -
HSV(B) 288.44º 0.81% 0.53% -
XYZ 11.46 5.93 23.09 -
YUV 63.74 167.65 163.14 -
System Red Green Blue C M Y K H S L
Decimal 113 25 134 0.16 0.81 0 0.47 288.44 0.69 0.31
Hex 71 19 86 10 51 0 2F 120 45 1F
Octal 161 31 206 20 121 0 57 440 105 37
Binary 1110001 11001 10000110 10000 1010001 0 101111 100100000 1000101 11111

Color Harmonies of #711986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711986

Black with #711986

Text Example


Text Example

White with #711986

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #711986; }

 p { color: rgb(113,25,134); }

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

background-color css

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

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

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

border-color css

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

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

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