Html Css Color HEX #711376 Purple

📋 copy color: '#711376'

red 113 ◦ green 19 ◦ blue 118

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

Shades of Purple #711376

Tints of Purple #711376

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 47.2%

R = 45.2%
G = 7.6%
B = 47.2%

CMYK

 C value IS 0.04

 M value IS 0.84

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#711376 (or 0x711376) is known color: Purple. HEX triplet: 71, 13 and 76. RGB value is (113,19,118). Sum of RGB (Red+Green+Blue) = 113+19+118=250 (33% of max value = 765). Red value is 113 (44.53% from 255 or 45.2% from 250); Green value is 19 (7.81% from 255 or 7.6% from 250); Blue value is 118 (46.48% from 255 or 47.2% from 250); Max value from RGB is 118 - color contains mainly: blue. Hex color #711376 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #711376 is #8EEC89. Grayscale: #3A3A3A. Windows color (decimal): -9366666 or 7738225. OLE color: 7738225.

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

Color convert

RGB 113 19 118 -
CMYK 0.04 0.84 0 0.54
HSL 296.97º 0.72% 0.27% -
HSV(B) 296.97º 0.84% 0.46% -
XYZ 10.31 5.28 17.62 -
YUV 58.39 161.64 166.95 -
System Red Green Blue C M Y K H S L
Decimal 113 19 118 0.04 0.84 0 0.54 296.97 0.72 0.27
Hex 71 13 76 4 54 0 36 129 48 1B
Octal 161 23 166 4 124 0 66 451 110 33
Binary 1110001 10011 1110110 100 1010100 0 110110 100101001 1001000 11011

Color Harmonies of #711376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711376

Black with #711376

Text Example


Text Example

White with #711376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #711376; }

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

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

background-color css

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

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

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

border-color css

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

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

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