Html Css Color HEX #711192 Purple

📋 copy color: '#711192'

red 113 ◦ green 17 ◦ blue 146

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

Shades of Purple #711192

Tints of Purple #711192

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 52.9%

R = 40.94%
G = 6.16%
B = 52.9%

CMYK

 C value IS 0.23

 M value IS 0.88

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#711192 (or 0x711192) is known color: Purple. HEX triplet: 71, 11 and 92. RGB value is (113,17,146). Sum of RGB (Red+Green+Blue) = 113+17+146=276 (36% of max value = 765). Red value is 113 (44.53% from 255 or 40.94% from 276); Green value is 17 (7.03% from 255 or 6.16% from 276); Blue value is 146 (57.42% from 255 or 52.90% from 276); Max value from RGB is 146 - color contains mainly: blue. Hex color #711192 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #711192 is #8EEE6D. Grayscale: #3B3B3B. Windows color (decimal): -9367150 or 9572721. OLE color: 9572721.

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

Color convert

RGB 113 17 146 -
CMYK 0.23 0.88 0 0.43
HSL 284.65º 0.79% 0.32% -
HSV(B) 284.65º 0.88% 0.57% -
XYZ 12.2 5.99 27.71 -
YUV 60.41 176.3 165.51 -
System Red Green Blue C M Y K H S L
Decimal 113 17 146 0.23 0.88 0 0.43 284.65 0.79 0.32
Hex 71 11 92 17 58 0 2B 11D 4F 20
Octal 161 21 222 27 130 0 53 435 117 40
Binary 1110001 10001 10010010 10111 1011000 0 101011 100011101 1001111 100000

Color Harmonies of #711192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711192

Black with #711192

Text Example


Text Example

White with #711192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #711192; }

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

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

background-color css

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

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

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

border-color css

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

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

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