Html Css Color HEX #711676 Purple

📋 copy color: '#711676'

red 113 ◦ green 22 ◦ blue 118

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

Shades of Purple #711676

Tints of Purple #711676

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.7%

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

R = 44.66%
G = 8.7%
B = 46.64%

CMYK

 C value IS 0.04

 M value IS 0.81

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#711676 (or 0x711676) is known color: Purple. HEX triplet: 71, 16 and 76. RGB value is (113,22,118). Sum of RGB (Red+Green+Blue) = 113+22+118=253 (33% of max value = 765). Red value is 113 (44.53% from 255 or 44.66% from 253); Green value is 22 (8.98% from 255 or 8.70% from 253); Blue value is 118 (46.48% from 255 or 46.64% from 253); Max value from RGB is 118 - color contains mainly: blue. Hex color #711676 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #711676 is #8EE989. Grayscale: #3B3B3B. Windows color (decimal): -9365898 or 7738993. OLE color: 7738993.

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

Color convert

RGB 113 22 118 -
CMYK 0.04 0.81 0 0.54
HSL 296.88º 0.69% 0.27% -
HSV(B) 296.88º 0.81% 0.46% -
XYZ 10.37 5.39 17.63 -
YUV 60.15 160.65 165.69 -
System Red Green Blue C M Y K H S L
Decimal 113 22 118 0.04 0.81 0 0.54 296.88 0.69 0.27
Hex 71 16 76 4 51 0 36 129 45 1B
Octal 161 26 166 4 121 0 66 451 105 33
Binary 1110001 10110 1110110 100 1010001 0 110110 100101001 1000101 11011

Color Harmonies of #711676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711676

Black with #711676

Text Example


Text Example

White with #711676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #711676; }

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

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

background-color css

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

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

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

border-color css

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

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

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