Html Css Color HEX #711570 Dark Purple

📋 copy color: '#711570'

red 113 ◦ green 21 ◦ blue 112

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

Shades of Dark Purple #711570

Tints of Dark Purple #711570

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 45.53%

R = 45.93%
G = 8.54%
B = 45.53%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.01

 K value IS 0.56

RGB Variations

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

Color information

#711570 (or 0x711570) is known color: Dark Purple. HEX triplet: 71, 15 and 70. RGB value is (113,21,112). Sum of RGB (Red+Green+Blue) = 113+21+112=246 (32% of max value = 765). Red value is 113 (44.53% from 255 or 45.93% from 246); Green value is 21 (8.59% from 255 or 8.54% from 246); Blue value is 112 (44.14% from 255 or 45.53% from 246); Max value from RGB is 113 - color contains mainly: red. Hex color #711570 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #711570 is #8EEA8F. Grayscale: #3A3A3A. Windows color (decimal): -9366160 or 7345521. OLE color: 7345521.

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

Color convert

RGB 113 21 112 -
CMYK 0 0.81 0.01 0.56
HSL 300.65º 0.69% 0.26% -
HSV(B) 300.65º 0.81% 0.44% -
XYZ 10 5.22 15.81 -
YUV 58.88 157.98 166.6 -
System Red Green Blue C M Y K H S L
Decimal 113 21 112 0 0.81 0.01 0.56 300.65 0.69 0.26
Hex 71 15 70 0 51 1 38 12D 45 1A
Octal 161 25 160 0 121 1 70 455 105 32
Binary 1110001 10101 1110000 0 1010001 1 111000 100101101 1000101 11010

Color Harmonies of #711570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711570

Black with #711570

Text Example


Text Example

White with #711570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #711570; }

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

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

background-color css

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

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

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

border-color css

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

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

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