Html Css Color HEX #711776 Dark Purple

📋 copy color: '#711776'

red 113 ◦ green 23 ◦ blue 118

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

Shades of Dark Purple #711776

Tints of Dark Purple #711776

RGB

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

 GREEN value IS 23 (9.38% from 255) = 9.06%

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

R = 44.49%
G = 9.06%
B = 46.46%

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

#711776 (or 0x711776) is known color: Dark Purple. HEX triplet: 71, 17 and 76. RGB value is (113,23,118). Sum of RGB (Red+Green+Blue) = 113+23+118=254 (33% of max value = 765). Red value is 113 (44.53% from 255 or 44.49% from 254); Green value is 23 (9.38% from 255 or 9.06% from 254); Blue value is 118 (46.48% from 255 or 46.46% from 254); Max value from RGB is 118 - color contains mainly: blue. Hex color #711776 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #711776 is #8EE889. Grayscale: #3C3C3C. Windows color (decimal): -9365642 or 7739249. OLE color: 7739249.

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

Color convert

RGB 113 23 118 -
CMYK 0.04 0.81 0 0.54
HSL 296.84º 0.67% 0.28% -
HSV(B) 296.84º 0.81% 0.46% -
XYZ 10.39 5.43 17.64 -
YUV 60.74 160.32 165.28 -
System Red Green Blue C M Y K H S L
Decimal 113 23 118 0.04 0.81 0 0.54 296.84 0.67 0.28
Hex 71 17 76 4 51 0 36 129 43 1C
Octal 161 27 166 4 121 0 66 451 103 34
Binary 1110001 10111 1110110 100 1010001 0 110110 100101001 1000011 11100

Color Harmonies of #711776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711776

Black with #711776

Text Example


Text Example

White with #711776

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #711776; }

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

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

background-color css

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

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

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

border-color css

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

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

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