Html Css Color HEX #71577E Affair

📋 copy color: '#71577E'

red 113 ◦ green 87 ◦ blue 126

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

Shades of Affair #71577E

Tints of Affair #71577E

RGB

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

 GREEN value IS 87 (34.38% from 255) = 26.69%

 BLUE value IS 126 (49.61% from 255) = 38.65%

R = 34.66%
G = 26.69%
B = 38.65%

CMYK

 C value IS 0.10

 M value IS 0.31

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#71577E (or 0x71577E) is known color: Affair. HEX triplet: 71, 57 and 7E. RGB value is (113,87,126). Sum of RGB (Red+Green+Blue) = 113+87+126=326 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.66% from 326); Green value is 87 (34.38% from 255 or 26.69% from 326); Blue value is 126 (49.61% from 255 or 38.65% from 326); Max value from RGB is 126 - color contains mainly: blue. Hex color #71577E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71577E is #8EA881. Grayscale: #636363. Windows color (decimal): -9349250 or 8279921. OLE color: 8279921.

HSL color Cylindrical-coordinate representation of color #71577E: hue angle of 280º degrees, saturation: 0.18, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #71577E is Cyan = 0.10, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 113 87 126 -
CMYK 0.10 0.31 0 0.51
HSL 280º 0.18% 0.42% -
HSV(B) 280º 0.31% 0.49% -
XYZ 13.98 11.83 21.29 -
YUV 99.22 143.11 137.83 -
System Red Green Blue C M Y K H S L
Decimal 113 87 126 0.10 0.31 0 0.51 280 0.18 0.42
Hex 71 57 7E A 1F 0 33 118 12 2A
Octal 161 127 176 12 37 0 63 430 22 52
Binary 1110001 1010111 1111110 1010 11111 0 110011 100011000 10010 101010

Color Harmonies of #71577E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71577E

Black with #71577E

Text Example


Text Example

White with #71577E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71577E; }

 p { color: rgb(113,87,126); }

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

background-color css

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

 a { background-color: rgb(113,87,126); }

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

border-color css

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

 span { border-color: rgb(113,87,126); }

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