Html Css Color HEX #71597C Affair

📋 copy color: '#71597C'

red 113 ◦ green 89 ◦ blue 124

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

Shades of Affair #71597C

Tints of Affair #71597C

RGB

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

 GREEN value IS 89 (35.16% from 255) = 27.3%

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

R = 34.66%
G = 27.3%
B = 38.04%

CMYK

 C value IS 0.09

 M value IS 0.28

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#71597C (or 0x71597C) is known color: Affair. HEX triplet: 71, 59 and 7C. RGB value is (113,89,124). Sum of RGB (Red+Green+Blue) = 113+89+124=326 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.66% from 326); Green value is 89 (35.16% from 255 or 27.30% from 326); Blue value is 124 (48.83% from 255 or 38.04% from 326); Max value from RGB is 124 - color contains mainly: blue. Hex color #71597C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71597C is #8EA683. Grayscale: #646464. Windows color (decimal): -9348740 or 8149361. OLE color: 8149361.

HSL color Cylindrical-coordinate representation of color #71597C: hue angle of 281.14º degrees, saturation: 0.16, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #71597C is Cyan = 0.09, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 113 89 124 -
CMYK 0.09 0.28 0 0.51
HSL 281.14º 0.16% 0.42% -
HSV(B) 281.14º 0.28% 0.49% -
XYZ 14.02 12.11 20.67 -
YUV 100.17 141.45 137.15 -
System Red Green Blue C M Y K H S L
Decimal 113 89 124 0.09 0.28 0 0.51 281.14 0.16 0.42
Hex 71 59 7C 9 1C 0 33 119 10 2A
Octal 161 131 174 11 34 0 63 431 20 52
Binary 1110001 1011001 1111100 1001 11100 0 110011 100011001 10000 101010

Color Harmonies of #71597C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71597C

Black with #71597C

Text Example


Text Example

White with #71597C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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