Html Css Color HEX #711179 Purple

📋 copy color: '#711179'

red 113 ◦ green 17 ◦ blue 121

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

Shades of Purple #711179

Tints of Purple #711179

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 48.21%

R = 45.02%
G = 6.77%
B = 48.21%

CMYK

 C value IS 0.07

 M value IS 0.86

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#711179 (or 0x711179) is known color: Purple. HEX triplet: 71, 11 and 79. RGB value is (113,17,121). Sum of RGB (Red+Green+Blue) = 113+17+121=251 (33% of max value = 765). Red value is 113 (44.53% from 255 or 45.02% from 251); Green value is 17 (7.03% from 255 or 6.77% from 251); Blue value is 121 (47.66% from 255 or 48.21% from 251); Max value from RGB is 121 - color contains mainly: blue. Hex color #711179 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #711179 is #8EEE86. Grayscale: #393939. Windows color (decimal): -9367175 or 7934321. OLE color: 7934321.

HSL color Cylindrical-coordinate representation of color #711179: hue angle of 295.38º degrees, saturation: 0.75, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #711179 is Cyan = 0.07, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 113 17 121 -
CMYK 0.07 0.86 0 0.53
HSL 295.38º 0.75% 0.27% -
HSV(B) 295.38º 0.86% 0.47% -
XYZ 10.46 5.29 18.56 -
YUV 57.56 163.8 167.54 -
System Red Green Blue C M Y K H S L
Decimal 113 17 121 0.07 0.86 0 0.53 295.38 0.75 0.27
Hex 71 11 79 7 56 0 35 127 4B 1B
Octal 161 21 171 7 126 0 65 447 113 33
Binary 1110001 10001 1111001 111 1010110 0 110101 100100111 1001011 11011

Color Harmonies of #711179

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711179

Black with #711179

Text Example


Text Example

White with #711179

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #711179; }

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

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

background-color css

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

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

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

border-color css

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

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

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