Html Css Color HEX #711686 Purple

📋 copy color: '#711686'

red 113 ◦ green 22 ◦ blue 134

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

Shades of Purple #711686

Tints of Purple #711686

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.18%

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

R = 42.01%
G = 8.18%
B = 49.81%

CMYK

 C value IS 0.16

 M value IS 0.84

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#711686 (or 0x711686) is known color: Purple. HEX triplet: 71, 16 and 86. RGB value is (113,22,134). Sum of RGB (Red+Green+Blue) = 113+22+134=269 (35% of max value = 765). Red value is 113 (44.53% from 255 or 42.01% from 269); Green value is 22 (8.98% from 255 or 8.18% from 269); Blue value is 134 (52.73% from 255 or 49.81% from 269); Max value from RGB is 134 - color contains mainly: blue. Hex color #711686 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #711686 is #8EE979. Grayscale: #3D3D3D. Windows color (decimal): -9365882 or 8787569. OLE color: 8787569.

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

Color convert

RGB 113 22 134 -
CMYK 0.16 0.84 0 0.47
HSL 288.75º 0.72% 0.31% -
HSV(B) 288.75º 0.84% 0.53% -
XYZ 11.4 5.81 23.07 -
YUV 61.98 168.65 164.39 -
System Red Green Blue C M Y K H S L
Decimal 113 22 134 0.16 0.84 0 0.47 288.75 0.72 0.31
Hex 71 16 86 10 54 0 2F 121 48 1F
Octal 161 26 206 20 124 0 57 441 110 37
Binary 1110001 10110 10000110 10000 1010100 0 101111 100100001 1001000 11111

Color Harmonies of #711686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711686

Black with #711686

Text Example


Text Example

White with #711686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #711686; }

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

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

background-color css

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

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

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

border-color css

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

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

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