Html Css Color HEX #711076 Purple

📋 copy color: '#711076'

red 113 ◦ green 16 ◦ blue 118

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

Shades of Purple #711076

Tints of Purple #711076

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 47.77%

R = 45.75%
G = 6.48%
B = 47.77%

CMYK

 C value IS 0.04

 M value IS 0.86

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#711076 (or 0x711076) is known color: Purple. HEX triplet: 71, 10 and 76. RGB value is (113,16,118). Sum of RGB (Red+Green+Blue) = 113+16+118=247 (32% of max value = 765). Red value is 113 (44.53% from 255 or 45.75% from 247); Green value is 16 (6.64% from 255 or 6.48% from 247); Blue value is 118 (46.48% from 255 or 47.77% from 247); Max value from RGB is 118 - color contains mainly: blue. Hex color #711076 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #711076 is #8EEF89. Grayscale: #383838. Windows color (decimal): -9367434 or 7737457. OLE color: 7737457.

HSL color Cylindrical-coordinate representation of color #711076: hue angle of 297.06º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #711076 is Cyan = 0.04, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 113 16 118 -
CMYK 0.04 0.86 0 0.54
HSL 297.06º 0.76% 0.26% -
HSV(B) 297.06º 0.86% 0.46% -
XYZ 10.27 5.19 17.6 -
YUV 56.63 162.64 168.21 -
System Red Green Blue C M Y K H S L
Decimal 113 16 118 0.04 0.86 0 0.54 297.06 0.76 0.26
Hex 71 10 76 4 56 0 36 129 4C 1A
Octal 161 20 166 4 126 0 66 451 114 32
Binary 1110001 10000 1110110 100 1010110 0 110110 100101001 1001100 11010

Color Harmonies of #711076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711076

Black with #711076

Text Example


Text Example

White with #711076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #711076; }

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

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

background-color css

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

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

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

border-color css

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

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

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