Html Css Color HEX #711190 Purple

📋 copy color: '#711190'

red 113 ◦ green 17 ◦ blue 144

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

Shades of Purple #711190

Tints of Purple #711190

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 52.55%

R = 41.24%
G = 6.2%
B = 52.55%

CMYK

 C value IS 0.22

 M value IS 0.88

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#711190 (or 0x711190) is known color: Purple. HEX triplet: 71, 11 and 90. RGB value is (113,17,144). Sum of RGB (Red+Green+Blue) = 113+17+144=274 (36% of max value = 765). Red value is 113 (44.53% from 255 or 41.24% from 274); Green value is 17 (7.03% from 255 or 6.20% from 274); Blue value is 144 (56.64% from 255 or 52.55% from 274); Max value from RGB is 144 - color contains mainly: blue. Hex color #711190 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #711190 is #8EEE6F. Grayscale: #3B3B3B. Windows color (decimal): -9367152 or 9441649. OLE color: 9441649.

HSL color Cylindrical-coordinate representation of color #711190: hue angle of 285.35º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #711190 is Cyan = 0.22, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 113 17 144 -
CMYK 0.22 0.88 0 0.44
HSL 285.35º 0.79% 0.32% -
HSV(B) 285.35º 0.88% 0.56% -
XYZ 12.04 5.93 26.89 -
YUV 60.18 175.3 165.67 -
System Red Green Blue C M Y K H S L
Decimal 113 17 144 0.22 0.88 0 0.44 285.35 0.79 0.32
Hex 71 11 90 16 58 0 2C 11D 4F 20
Octal 161 21 220 26 130 0 54 435 117 40
Binary 1110001 10001 10010000 10110 1011000 0 101100 100011101 1001111 100000

Color Harmonies of #711190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711190

Black with #711190

Text Example


Text Example

White with #711190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #711190; }

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

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

background-color css

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

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

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

border-color css

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

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

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