Html Css Color HEX #711070 Purple

📋 copy color: '#711070'

red 113 ◦ green 16 ◦ blue 112

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

Shades of Purple #711070

Tints of Purple #711070

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.64%

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

R = 46.89%
G = 6.64%
B = 46.47%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.01

 K value IS 0.56

RGB Variations

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

Color information

#711070 (or 0x711070) is known color: Purple. HEX triplet: 71, 10 and 70. RGB value is (113,16,112). Sum of RGB (Red+Green+Blue) = 113+16+112=241 (31% of max value = 765). Red value is 113 (44.53% from 255 or 46.89% from 241); Green value is 16 (6.64% from 255 or 6.64% from 241); Blue value is 112 (44.14% from 255 or 46.47% from 241); Max value from RGB is 113 - color contains mainly: red. Hex color #711070 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #711070 is #8EEF8F. Grayscale: #373737. Windows color (decimal): -9367440 or 7344241. OLE color: 7344241.

HSL color Cylindrical-coordinate representation of color #711070: hue angle of 300.62º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #711070 is Cyan = 0, Magento = 0.86, Yellow = 0.01 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 16 112 -
CMYK 0 0.86 0.01 0.56
HSL 300.62º 0.75% 0.25% -
HSV(B) 300.62º 0.86% 0.44% -
XYZ 9.92 5.05 15.78 -
YUV 55.95 159.64 168.69 -
System Red Green Blue C M Y K H S L
Decimal 113 16 112 0 0.86 0.01 0.56 300.62 0.75 0.25
Hex 71 10 70 0 56 1 38 12D 4B 19
Octal 161 20 160 0 126 1 70 455 113 31
Binary 1110001 10000 1110000 0 1010110 1 111000 100101101 1001011 11001

Color Harmonies of #711070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711070

Black with #711070

Text Example


Text Example

White with #711070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #711070; }

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

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

background-color css

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

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

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

border-color css

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

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

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