Html Css Color HEX #711185 Purple

📋 copy color: '#711185'

red 113 ◦ green 17 ◦ blue 133

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

Shades of Purple #711185

Tints of Purple #711185

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 50.57%

R = 42.97%
G = 6.46%
B = 50.57%

CMYK

 C value IS 0.15

 M value IS 0.87

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#711185 (or 0x711185) is known color: Purple. HEX triplet: 71, 11 and 85. RGB value is (113,17,133). Sum of RGB (Red+Green+Blue) = 113+17+133=263 (34% of max value = 765). Red value is 113 (44.53% from 255 or 42.97% from 263); Green value is 17 (7.03% from 255 or 6.46% from 263); Blue value is 133 (52.34% from 255 or 50.57% from 263); Max value from RGB is 133 - color contains mainly: blue. Hex color #711185 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #711185 is #8EEE7A. Grayscale: #3A3A3A. Windows color (decimal): -9367163 or 8720753. OLE color: 8720753.

HSL color Cylindrical-coordinate representation of color #711185: hue angle of 289.66º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #711185 is Cyan = 0.15, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 113 17 133 -
CMYK 0.15 0.87 0 0.48
HSL 289.66º 0.77% 0.29% -
HSV(B) 289.66º 0.87% 0.52% -
XYZ 11.24 5.61 22.68 -
YUV 58.93 169.8 166.57 -
System Red Green Blue C M Y K H S L
Decimal 113 17 133 0.15 0.87 0 0.48 289.66 0.77 0.29
Hex 71 11 85 F 57 0 30 122 4D 1D
Octal 161 21 205 17 127 0 60 442 115 35
Binary 1110001 10001 10000101 1111 1010111 0 110000 100100010 1001101 11101

Color Harmonies of #711185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711185

Black with #711185

Text Example


Text Example

White with #711185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #711185; }

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

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

background-color css

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

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

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

border-color css

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

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

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