Html Css Color HEX #711671 Dark Purple

📋 copy color: '#711671'

red 113 ◦ green 22 ◦ blue 113

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

Shades of Dark Purple #711671

Tints of Dark Purple #711671

RGB

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

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

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

R = 45.56%
G = 8.87%
B = 45.56%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#711671 (or 0x711671) is known color: Dark Purple. HEX triplet: 71, 16 and 71. RGB value is (113,22,113). Sum of RGB (Red+Green+Blue) = 113+22+113=248 (32% of max value = 765). Red value is 113 (44.53% from 255 or 45.56% from 248); Green value is 22 (8.98% from 255 or 8.87% from 248); Blue value is 113 (44.53% from 255 or 45.56% from 248); Max value from RGB is 113 - color contains mainly: red, blue. Hex color #711671 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #711671 is #8EE98E. Grayscale: #3B3B3B. Windows color (decimal): -9365903 or 7411313. OLE color: 7411313.

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

Color convert

RGB 113 22 113 -
CMYK 0 0.81 0 0.56
HSL 300º 0.67% 0.26% -
HSV(B) 300º 0.81% 0.44% -
XYZ 10.08 5.28 16.11 -
YUV 59.58 158.15 166.1 -
System Red Green Blue C M Y K H S L
Decimal 113 22 113 0 0.81 0 0.56 300 0.67 0.26
Hex 71 16 71 0 51 0 38 12C 43 1A
Octal 161 26 161 0 121 0 70 454 103 32
Binary 1110001 10110 1110001 0 1010001 0 111000 100101100 1000011 11010

Color Harmonies of #711671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711671

Black with #711671

Text Example


Text Example

White with #711671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #711671; }

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

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

background-color css

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

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

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

border-color css

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

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

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