Html Css Color HEX #711195 Purple

📋 copy color: '#711195'

red 113 ◦ green 17 ◦ blue 149

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

Shades of Purple #711195

Tints of Purple #711195

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 53.41%

R = 40.5%
G = 6.09%
B = 53.41%

CMYK

 C value IS 0.24

 M value IS 0.89

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#711195 (or 0x711195) is known color: Purple. HEX triplet: 71, 11 and 95. RGB value is (113,17,149). Sum of RGB (Red+Green+Blue) = 113+17+149=279 (36% of max value = 765). Red value is 113 (44.53% from 255 or 40.50% from 279); Green value is 17 (7.03% from 255 or 6.09% from 279); Blue value is 149 (58.59% from 255 or 53.41% from 279); Max value from RGB is 149 - color contains mainly: blue. Hex color #711195 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #711195 is #8EEE6A. Grayscale: #3C3C3C. Windows color (decimal): -9367147 or 9769329. OLE color: 9769329.

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

Color convert

RGB 113 17 149 -
CMYK 0.24 0.89 0 0.42
HSL 283.64º 0.8% 0.33% -
HSV(B) 283.64º 0.89% 0.58% -
XYZ 12.44 6.08 28.95 -
YUV 60.75 177.8 165.27 -
System Red Green Blue C M Y K H S L
Decimal 113 17 149 0.24 0.89 0 0.42 283.64 0.8 0.33
Hex 71 11 95 18 59 0 2A 11C 50 21
Octal 161 21 225 30 131 0 52 434 120 41
Binary 1110001 10001 10010101 11000 1011001 0 101010 100011100 1010000 100001

Color Harmonies of #711195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711195

Black with #711195

Text Example


Text Example

White with #711195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #711195; }

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

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

background-color css

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

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

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

border-color css

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

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

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