Html Css Color HEX #711170 Purple

📋 copy color: '#711170'

red 113 ◦ green 17 ◦ blue 112

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

Shades of Purple #711170

Tints of Purple #711170

RGB

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

 GREEN value IS 17 (7.03% from 255) = 7.02%

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

R = 46.69%
G = 7.02%
B = 46.28%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.01

 K value IS 0.56

RGB Variations

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

Color information

#711170 (or 0x711170) is known color: Purple. HEX triplet: 71, 11 and 70. RGB value is (113,17,112). Sum of RGB (Red+Green+Blue) = 113+17+112=242 (32% of max value = 765). Red value is 113 (44.53% from 255 or 46.69% from 242); Green value is 17 (7.03% from 255 or 7.02% from 242); Blue value is 112 (44.14% from 255 or 46.28% from 242); Max value from RGB is 113 - color contains mainly: red. Hex color #711170 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #711170 is #8EEE8F. Grayscale: #383838. Windows color (decimal): -9367184 or 7344497. OLE color: 7344497.

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

Color convert

RGB 113 17 112 -
CMYK 0 0.85 0.01 0.56
HSL 300.63º 0.74% 0.25% -
HSV(B) 300.63º 0.85% 0.44% -
XYZ 9.94 5.08 15.79 -
YUV 56.53 159.3 168.28 -
System Red Green Blue C M Y K H S L
Decimal 113 17 112 0 0.85 0.01 0.56 300.63 0.74 0.25
Hex 71 11 70 0 55 1 38 12D 4A 19
Octal 161 21 160 0 125 1 70 455 112 31
Binary 1110001 10001 1110000 0 1010101 1 111000 100101101 1001010 11001

Color Harmonies of #711170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711170

Black with #711170

Text Example


Text Example

White with #711170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #711170; }

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

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

background-color css

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

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

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

border-color css

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

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

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