Html Css Color HEX #711771 Dark Purple

📋 copy color: '#711771'

red 113 ◦ green 23 ◦ blue 113

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

Shades of Dark Purple #711771

Tints of Dark Purple #711771

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 45.38%

R = 45.38%
G = 9.24%
B = 45.38%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#711771 (or 0x711771) is known color: Dark Purple. HEX triplet: 71, 17 and 71. RGB value is (113,23,113). Sum of RGB (Red+Green+Blue) = 113+23+113=249 (32% of max value = 765). Red value is 113 (44.53% from 255 or 45.38% from 249); Green value is 23 (9.38% from 255 or 9.24% from 249); Blue value is 113 (44.53% from 255 or 45.38% from 249); Max value from RGB is 113 - color contains mainly: red, blue. Hex color #711771 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #711771 is #8EE88E. Grayscale: #3B3B3B. Windows color (decimal): -9365647 or 7411569. OLE color: 7411569.

HSL color Cylindrical-coordinate representation of color #711771: hue angle of 300º degrees, saturation: 0.66, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #711771 is Cyan = 0, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 23 113 -
CMYK 0 0.80 0 0.56
HSL 300º 0.66% 0.27% -
HSV(B) 300º 0.8% 0.44% -
XYZ 10.1 5.32 16.12 -
YUV 60.17 157.82 165.68 -
System Red Green Blue C M Y K H S L
Decimal 113 23 113 0 0.80 0 0.56 300 0.66 0.27
Hex 71 17 71 0 50 0 38 12C 42 1B
Octal 161 27 161 0 120 0 70 454 102 33
Binary 1110001 10111 1110001 0 1010000 0 111000 100101100 1000010 11011

Color Harmonies of #711771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711771

Black with #711771

Text Example


Text Example

White with #711771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #711771; }

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

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

background-color css

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

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

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

border-color css

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

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

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