Html Css Color HEX #711476 Purple

📋 copy color: '#711476'

red 113 ◦ green 20 ◦ blue 118

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

Shades of Purple #711476

Tints of Purple #711476

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.97%

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

R = 45.02%
G = 7.97%
B = 47.01%

CMYK

 C value IS 0.04

 M value IS 0.83

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#711476 (or 0x711476) is known color: Purple. HEX triplet: 71, 14 and 76. RGB value is (113,20,118). Sum of RGB (Red+Green+Blue) = 113+20+118=251 (33% of max value = 765). Red value is 113 (44.53% from 255 or 45.02% from 251); Green value is 20 (8.20% from 255 or 7.97% from 251); Blue value is 118 (46.48% from 255 or 47.01% from 251); Max value from RGB is 118 - color contains mainly: blue. Hex color #711476 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #711476 is #8EEB89. Grayscale: #3A3A3A. Windows color (decimal): -9366410 or 7738481. OLE color: 7738481.

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

Color convert

RGB 113 20 118 -
CMYK 0.04 0.83 0 0.54
HSL 296.94º 0.71% 0.27% -
HSV(B) 296.94º 0.83% 0.46% -
XYZ 10.33 5.32 17.62 -
YUV 58.98 161.31 166.53 -
System Red Green Blue C M Y K H S L
Decimal 113 20 118 0.04 0.83 0 0.54 296.94 0.71 0.27
Hex 71 14 76 4 53 0 36 129 47 1B
Octal 161 24 166 4 123 0 66 451 107 33
Binary 1110001 10100 1110110 100 1010011 0 110110 100101001 1000111 11011

Color Harmonies of #711476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711476

Black with #711476

Text Example


Text Example

White with #711476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #711476; }

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

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

background-color css

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

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

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

border-color css

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

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

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