Html Css Color HEX #71597F Affair

📋 copy color: '#71597F'

red 113 ◦ green 89 ◦ blue 127

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

Shades of Affair #71597F

Tints of Affair #71597F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 38.6%

R = 34.35%
G = 27.05%
B = 38.6%

CMYK

 C value IS 0.11

 M value IS 0.30

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#71597F (or 0x71597F) is known color: Affair. HEX triplet: 71, 59 and 7F. RGB value is (113,89,127). Sum of RGB (Red+Green+Blue) = 113+89+127=329 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.35% from 329); Green value is 89 (35.16% from 255 or 27.05% from 329); Blue value is 127 (50% from 255 or 38.60% from 329); Max value from RGB is 127 - color contains mainly: blue. Hex color #71597F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71597F is #8EA680. Grayscale: #646464. Windows color (decimal): -9348737 or 8345969. OLE color: 8345969.

HSL color Cylindrical-coordinate representation of color #71597F: hue angle of 277.89º degrees, saturation: 0.18, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #71597F is Cyan = 0.11, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 113 89 127 -
CMYK 0.11 0.30 0 0.50
HSL 277.89º 0.18% 0.42% -
HSV(B) 277.89º 0.3% 0.5% -
XYZ 14.21 12.19 21.68 -
YUV 100.51 142.95 136.91 -
System Red Green Blue C M Y K H S L
Decimal 113 89 127 0.11 0.30 0 0.50 277.89 0.18 0.42
Hex 71 59 7F B 1E 0 32 116 12 2A
Octal 161 131 177 13 36 0 62 426 22 52
Binary 1110001 1011001 1111111 1011 11110 0 110010 100010110 10010 101010

Color Harmonies of #71597F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71597F

Black with #71597F

Text Example


Text Example

White with #71597F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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