Html Css Color HEX #715176 Affair

📋 copy color: '#715176'

red 113 ◦ green 81 ◦ blue 118

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

Shades of Affair #715176

Tints of Affair #715176

RGB

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

 GREEN value IS 81 (32.03% from 255) = 25.96%

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

R = 36.22%
G = 25.96%
B = 37.82%

CMYK

 C value IS 0.04

 M value IS 0.31

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#715176 (or 0x715176) is known color: Affair. HEX triplet: 71, 51 and 76. RGB value is (113,81,118). Sum of RGB (Red+Green+Blue) = 113+81+118=312 (41% of max value = 765). Red value is 113 (44.53% from 255 or 36.22% from 312); Green value is 81 (32.03% from 255 or 25.96% from 312); Blue value is 118 (46.48% from 255 or 37.82% from 312); Max value from RGB is 118 - color contains mainly: blue. Hex color #715176 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #715176 is #8EAE89. Grayscale: #5E5E5E. Windows color (decimal): -9350794 or 7754097. OLE color: 7754097.

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

Color convert

RGB 113 81 118 -
CMYK 0.04 0.31 0 0.54
HSL 291.89º 0.19% 0.39% -
HSV(B) 291.89º 0.31% 0.46% -
XYZ 13.02 10.7 18.52 -
YUV 94.79 141.1 140.99 -
System Red Green Blue C M Y K H S L
Decimal 113 81 118 0.04 0.31 0 0.54 291.89 0.19 0.39
Hex 71 51 76 4 1F 0 36 124 13 27
Octal 161 121 166 4 37 0 66 444 23 47
Binary 1110001 1010001 1110110 100 11111 0 110110 100100100 10011 100111

Color Harmonies of #715176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715176

Black with #715176

Text Example


Text Example

White with #715176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #715176; }

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

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

background-color css

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

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

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

border-color css

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

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

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