Html Css Color HEX #711174 Purple

📋 copy color: '#711174'

red 113 ◦ green 17 ◦ blue 116

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

Shades of Purple #711174

Tints of Purple #711174

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 47.15%

R = 45.93%
G = 6.91%
B = 47.15%

CMYK

 C value IS 0.03

 M value IS 0.85

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#711174 (or 0x711174) is known color: Purple. HEX triplet: 71, 11 and 74. RGB value is (113,17,116). Sum of RGB (Red+Green+Blue) = 113+17+116=246 (32% of max value = 765). Red value is 113 (44.53% from 255 or 45.93% from 246); Green value is 17 (7.03% from 255 or 6.91% from 246); Blue value is 116 (45.70% from 255 or 47.15% from 246); Max value from RGB is 116 - color contains mainly: blue. Hex color #711174 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #711174 is #8EEE8B. Grayscale: #383838. Windows color (decimal): -9367180 or 7606641. OLE color: 7606641.

HSL color Cylindrical-coordinate representation of color #711174: hue angle of 298.18º 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 #711174 is Cyan = 0.03, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 113 17 116 -
CMYK 0.03 0.85 0 0.55
HSL 298.18º 0.74% 0.26% -
HSV(B) 298.18º 0.85% 0.45% -
XYZ 10.16 5.17 16.99 -
YUV 56.99 161.3 167.95 -
System Red Green Blue C M Y K H S L
Decimal 113 17 116 0.03 0.85 0 0.55 298.18 0.74 0.26
Hex 71 11 74 3 55 0 37 12A 4A 1A
Octal 161 21 164 3 125 0 67 452 112 32
Binary 1110001 10001 1110100 11 1010101 0 110111 100101010 1001010 11010

Color Harmonies of #711174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711174

Black with #711174

Text Example


Text Example

White with #711174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #711174; }

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

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

background-color css

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

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

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

border-color css

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

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

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