Html Css Color HEX #711095 Purple

📋 copy color: '#711095'

red 113 ◦ green 16 ◦ blue 149

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

Shades of Purple #711095

Tints of Purple #711095

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.76%

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

R = 40.65%
G = 5.76%
B = 53.6%

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

#711095 (or 0x711095) is known color: Purple. HEX triplet: 71, 10 and 95. RGB value is (113,16,149). Sum of RGB (Red+Green+Blue) = 113+16+149=278 (36% of max value = 765). Red value is 113 (44.53% from 255 or 40.65% from 278); Green value is 16 (6.64% from 255 or 5.76% from 278); Blue value is 149 (58.59% from 255 or 53.60% from 278); Max value from RGB is 149 - color contains mainly: blue. Hex color #711095 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #711095 is #8EEF6A. Grayscale: #3B3B3B. Windows color (decimal): -9367403 or 9769073. OLE color: 9769073.

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

Color convert

RGB 113 16 149 -
CMYK 0.24 0.89 0 0.42
HSL 283.76º 0.81% 0.32% -
HSV(B) 283.76º 0.89% 0.58% -
XYZ 12.42 6.05 28.95 -
YUV 60.17 178.14 165.69 -
System Red Green Blue C M Y K H S L
Decimal 113 16 149 0.24 0.89 0 0.42 283.76 0.81 0.32
Hex 71 10 95 18 59 0 2A 11C 51 20
Octal 161 20 225 30 131 0 52 434 121 40
Binary 1110001 10000 10010101 11000 1011001 0 101010 100011100 1010001 100000

Color Harmonies of #711095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711095

Black with #711095

Text Example


Text Example

White with #711095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #711095; }

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

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

background-color css

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

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

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

border-color css

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

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

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