Html Css Color HEX #711196 Purple

📋 copy color: '#711196'

red 113 ◦ green 17 ◦ blue 150

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

Shades of Purple #711196

Tints of Purple #711196

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 53.57%

R = 40.36%
G = 6.07%
B = 53.57%

CMYK

 C value IS 0.25

 M value IS 0.89

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#711196 (or 0x711196) is known color: Purple. HEX triplet: 71, 11 and 96. RGB value is (113,17,150). Sum of RGB (Red+Green+Blue) = 113+17+150=280 (37% of max value = 765). Red value is 113 (44.53% from 255 or 40.36% from 280); Green value is 17 (7.03% from 255 or 6.07% from 280); Blue value is 150 (58.98% from 255 or 53.57% from 280); Max value from RGB is 150 - color contains mainly: blue. Hex color #711196 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #711196 is #8EEE69. Grayscale: #3C3C3C. Windows color (decimal): -9367146 or 9834865. OLE color: 9834865.

HSL color Cylindrical-coordinate representation of color #711196: hue angle of 283.31º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #711196 is Cyan = 0.25, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 113 17 150 -
CMYK 0.25 0.89 0 0.41
HSL 283.31º 0.8% 0.33% -
HSV(B) 283.31º 0.89% 0.59% -
XYZ 12.52 6.11 29.37 -
YUV 60.87 178.3 165.19 -
System Red Green Blue C M Y K H S L
Decimal 113 17 150 0.25 0.89 0 0.41 283.31 0.8 0.33
Hex 71 11 96 19 59 0 29 11B 50 21
Octal 161 21 226 31 131 0 51 433 120 41
Binary 1110001 10001 10010110 11001 1011001 0 101001 100011011 1010000 100001

Color Harmonies of #711196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711196

Black with #711196

Text Example


Text Example

White with #711196

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #711196; }

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

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

background-color css

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

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

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

border-color css

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

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

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