Html Css Color HEX #711193 Purple

📋 copy color: '#711193'

red 113 ◦ green 17 ◦ blue 147

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

Shades of Purple #711193

Tints of Purple #711193

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 53.07%

R = 40.79%
G = 6.14%
B = 53.07%

CMYK

 C value IS 0.23

 M value IS 0.88

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#711193 (or 0x711193) is known color: Purple. HEX triplet: 71, 11 and 93. RGB value is (113,17,147). Sum of RGB (Red+Green+Blue) = 113+17+147=277 (36% of max value = 765). Red value is 113 (44.53% from 255 or 40.79% from 277); Green value is 17 (7.03% from 255 or 6.14% from 277); Blue value is 147 (57.81% from 255 or 53.07% from 277); Max value from RGB is 147 - color contains mainly: blue. Hex color #711193 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #711193 is #8EEE6C. Grayscale: #3C3C3C. Windows color (decimal): -9367149 or 9638257. OLE color: 9638257.

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

Color convert

RGB 113 17 147 -
CMYK 0.23 0.88 0 0.42
HSL 284.31º 0.79% 0.32% -
HSV(B) 284.31º 0.88% 0.58% -
XYZ 12.28 6.02 28.12 -
YUV 60.52 176.8 165.43 -
System Red Green Blue C M Y K H S L
Decimal 113 17 147 0.23 0.88 0 0.42 284.31 0.79 0.32
Hex 71 11 93 17 58 0 2A 11C 4F 20
Octal 161 21 223 27 130 0 52 434 117 40
Binary 1110001 10001 10010011 10111 1011000 0 101010 100011100 1001111 100000

Color Harmonies of #711193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711193

Black with #711193

Text Example


Text Example

White with #711193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #711193; }

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

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

background-color css

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

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

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

border-color css

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

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

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