Html Css Color HEX #711079 Purple

📋 copy color: '#711079'

red 113 ◦ green 16 ◦ blue 121

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

Shades of Purple #711079

Tints of Purple #711079

RGB

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

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

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

R = 45.2%
G = 6.4%
B = 48.4%

CMYK

 C value IS 0.07

 M value IS 0.87

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#711079 (or 0x711079) is known color: Purple. HEX triplet: 71, 10 and 79. RGB value is (113,16,121). Sum of RGB (Red+Green+Blue) = 113+16+121=250 (33% of max value = 765). Red value is 113 (44.53% from 255 or 45.2% from 250); Green value is 16 (6.64% from 255 or 6.4% from 250); Blue value is 121 (47.66% from 255 or 48.4% from 250); Max value from RGB is 121 - color contains mainly: blue. Hex color #711079 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #711079 is #8EEF86. Grayscale: #383838. Windows color (decimal): -9367431 or 7934065. OLE color: 7934065.

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

Color convert

RGB 113 16 121 -
CMYK 0.07 0.87 0 0.53
HSL 295.43º 0.77% 0.27% -
HSV(B) 295.43º 0.87% 0.47% -
XYZ 10.45 5.26 18.55 -
YUV 56.97 164.14 167.96 -
System Red Green Blue C M Y K H S L
Decimal 113 16 121 0.07 0.87 0 0.53 295.43 0.77 0.27
Hex 71 10 79 7 57 0 35 127 4D 1B
Octal 161 20 171 7 127 0 65 447 115 33
Binary 1110001 10000 1111001 111 1010111 0 110101 100100111 1001101 11011

Color Harmonies of #711079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711079

Black with #711079

Text Example


Text Example

White with #711079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #711079; }

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

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

background-color css

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

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

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

border-color css

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

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

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