Html Css Color HEX #71577C Affair

📋 copy color: '#71577C'

red 113 ◦ green 87 ◦ blue 124

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

Shades of Affair #71577C

Tints of Affair #71577C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 38.27%

R = 34.88%
G = 26.85%
B = 38.27%

CMYK

 C value IS 0.09

 M value IS 0.30

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#71577C (or 0x71577C) is known color: Affair. HEX triplet: 71, 57 and 7C. RGB value is (113,87,124). Sum of RGB (Red+Green+Blue) = 113+87+124=324 (42% of max value = 765). Red value is 113 (44.53% from 255 or 34.88% from 324); Green value is 87 (34.38% from 255 or 26.85% from 324); Blue value is 124 (48.83% from 255 or 38.27% from 324); Max value from RGB is 124 - color contains mainly: blue. Hex color #71577C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71577C is #8EA883. Grayscale: #626262. Windows color (decimal): -9349252 or 8148849. OLE color: 8148849.

HSL color Cylindrical-coordinate representation of color #71577C: hue angle of 282.16º degrees, saturation: 0.18, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #71577C is Cyan = 0.09, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 113 87 124 -
CMYK 0.09 0.30 0 0.51
HSL 282.16º 0.18% 0.41% -
HSV(B) 282.16º 0.3% 0.49% -
XYZ 13.86 11.78 20.61 -
YUV 98.99 142.11 137.99 -
System Red Green Blue C M Y K H S L
Decimal 113 87 124 0.09 0.30 0 0.51 282.16 0.18 0.41
Hex 71 57 7C 9 1E 0 33 11A 12 29
Octal 161 127 174 11 36 0 63 432 22 51
Binary 1110001 1010111 1111100 1001 11110 0 110011 100011010 10010 101001

Color Harmonies of #71577C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71577C

Black with #71577C

Text Example


Text Example

White with #71577C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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