Html Css Color HEX #711377 Purple

📋 copy color: '#711377'

red 113 ◦ green 19 ◦ blue 119

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

Shades of Purple #711377

Tints of Purple #711377

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 47.41%

R = 45.02%
G = 7.57%
B = 47.41%

CMYK

 C value IS 0.05

 M value IS 0.84

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#711377 (or 0x711377) is known color: Purple. HEX triplet: 71, 13 and 77. RGB value is (113,19,119). Sum of RGB (Red+Green+Blue) = 113+19+119=251 (33% of max value = 765). Red value is 113 (44.53% from 255 or 45.02% from 251); Green value is 19 (7.81% from 255 or 7.57% from 251); Blue value is 119 (46.88% from 255 or 47.41% from 251); Max value from RGB is 119 - color contains mainly: blue. Hex color #711377 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #711377 is #8EEC88. Grayscale: #3A3A3A. Windows color (decimal): -9366665 or 7803761. OLE color: 7803761.

HSL color Cylindrical-coordinate representation of color #711377: hue angle of 296.4º degrees, saturation: 0.72, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #711377 is Cyan = 0.05, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 113 19 119 -
CMYK 0.05 0.84 0 0.53
HSL 296.4º 0.72% 0.27% -
HSV(B) 296.4º 0.84% 0.47% -
XYZ 10.37 5.31 17.93 -
YUV 58.51 162.14 166.87 -
System Red Green Blue C M Y K H S L
Decimal 113 19 119 0.05 0.84 0 0.53 296.4 0.72 0.27
Hex 71 13 77 5 54 0 35 128 48 1B
Octal 161 23 167 5 124 0 65 450 110 33
Binary 1110001 10011 1110111 101 1010100 0 110101 100101000 1001000 11011

Color Harmonies of #711377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711377

Black with #711377

Text Example


Text Example

White with #711377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #711377; }

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

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

background-color css

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

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

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

border-color css

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

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

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