Html Css Color HEX #711172 Purple

📋 copy color: '#711172'

red 113 ◦ green 17 ◦ blue 114

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

Shades of Purple #711172

Tints of Purple #711172

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 46.72%

R = 46.31%
G = 6.97%
B = 46.72%

CMYK

 C value IS 0.01

 M value IS 0.85

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#711172 (or 0x711172) is known color: Purple. HEX triplet: 71, 11 and 72. RGB value is (113,17,114). Sum of RGB (Red+Green+Blue) = 113+17+114=244 (32% of max value = 765). Red value is 113 (44.53% from 255 or 46.31% from 244); Green value is 17 (7.03% from 255 or 6.97% from 244); Blue value is 114 (44.92% from 255 or 46.72% from 244); Max value from RGB is 114 - color contains mainly: blue. Hex color #711172 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #711172 is #8EEE8D. Grayscale: #383838. Windows color (decimal): -9367182 or 7475569. OLE color: 7475569.

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

Color convert

RGB 113 17 114 -
CMYK 0.01 0.85 0 0.55
HSL 299.38º 0.74% 0.26% -
HSV(B) 299.38º 0.85% 0.45% -
XYZ 10.05 5.13 16.38 -
YUV 56.76 160.3 168.11 -
System Red Green Blue C M Y K H S L
Decimal 113 17 114 0.01 0.85 0 0.55 299.38 0.74 0.26
Hex 71 11 72 1 55 0 37 12B 4A 1A
Octal 161 21 162 1 125 0 67 453 112 32
Binary 1110001 10001 1110010 1 1010101 0 110111 100101011 1001010 11010

Color Harmonies of #711172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711172

Black with #711172

Text Example


Text Example

White with #711172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #711172; }

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

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

background-color css

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

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

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

border-color css

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

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

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