Html Css Color HEX #711571 Dark Purple

📋 copy color: '#711571'

red 113 ◦ green 21 ◦ blue 113

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

Shades of Dark Purple #711571

Tints of Dark Purple #711571

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.5%

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

R = 45.75%
G = 8.5%
B = 45.75%

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

#711571 (or 0x711571) is known color: Dark Purple. HEX triplet: 71, 15 and 71. RGB value is (113,21,113). Sum of RGB (Red+Green+Blue) = 113+21+113=247 (32% of max value = 765). Red value is 113 (44.53% from 255 or 45.75% from 247); Green value is 21 (8.59% from 255 or 8.50% from 247); Blue value is 113 (44.53% from 255 or 45.75% from 247); Max value from RGB is 113 - color contains mainly: red, blue. Hex color #711571 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #711571 is #8EEA8E. Grayscale: #3A3A3A. Windows color (decimal): -9366159 or 7411057. OLE color: 7411057.

HSL color Cylindrical-coordinate representation of color #711571: hue angle of 300º degrees, saturation: 0.69, 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 #711571 is Cyan = 0, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 21 113 -
CMYK 0 0.81 0 0.56
HSL 300º 0.69% 0.26% -
HSV(B) 300º 0.81% 0.44% -
XYZ 10.06 5.24 16.1 -
YUV 59 158.48 166.52 -
System Red Green Blue C M Y K H S L
Decimal 113 21 113 0 0.81 0 0.56 300 0.69 0.26
Hex 71 15 71 0 51 0 38 12C 45 1A
Octal 161 25 161 0 121 0 70 454 105 32
Binary 1110001 10101 1110001 0 1010001 0 111000 100101100 1000101 11010

Color Harmonies of #711571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711571

Black with #711571

Text Example


Text Example

White with #711571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #711571; }

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

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

background-color css

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

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

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

border-color css

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

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

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