Html Css Color HEX #711374 Purple

📋 copy color: '#711374'

red 113 ◦ green 19 ◦ blue 116

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

Shades of Purple #711374

Tints of Purple #711374

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.66%

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

R = 45.56%
G = 7.66%
B = 46.77%

CMYK

 C value IS 0.03

 M value IS 0.84

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#711374 (or 0x711374) is known color: Purple. HEX triplet: 71, 13 and 74. RGB value is (113,19,116). Sum of RGB (Red+Green+Blue) = 113+19+116=248 (32% of max value = 765). Red value is 113 (44.53% from 255 or 45.56% from 248); Green value is 19 (7.81% from 255 or 7.66% from 248); Blue value is 116 (45.70% from 255 or 46.77% from 248); Max value from RGB is 116 - color contains mainly: blue. Hex color #711374 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #711374 is #8EEC8B. Grayscale: #393939. Windows color (decimal): -9366668 or 7607153. OLE color: 7607153.

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

Color convert

RGB 113 19 116 -
CMYK 0.03 0.84 0 0.55
HSL 298.14º 0.72% 0.26% -
HSV(B) 298.14º 0.84% 0.45% -
XYZ 10.2 5.24 17 -
YUV 58.16 160.64 167.11 -
System Red Green Blue C M Y K H S L
Decimal 113 19 116 0.03 0.84 0 0.55 298.14 0.72 0.26
Hex 71 13 74 3 54 0 37 12A 48 1A
Octal 161 23 164 3 124 0 67 452 110 32
Binary 1110001 10011 1110100 11 1010100 0 110111 100101010 1001000 11010

Color Harmonies of #711374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711374

Black with #711374

Text Example


Text Example

White with #711374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #711374; }

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

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

background-color css

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

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

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

border-color css

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

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

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