Html Css Color HEX #71557F Affair

📋 copy color: '#71557F'

red 113 ◦ green 85 ◦ blue 127

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

Shades of Affair #71557F

Tints of Affair #71557F

RGB

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

 GREEN value IS 85 (33.59% from 255) = 26.15%

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

R = 34.77%
G = 26.15%
B = 39.08%

CMYK

 C value IS 0.11

 M value IS 0.33

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#71557F (or 0x71557F) is known color: Affair. HEX triplet: 71, 55 and 7F. RGB value is (113,85,127). Sum of RGB (Red+Green+Blue) = 113+85+127=325 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.77% from 325); Green value is 85 (33.59% from 255 or 26.15% from 325); Blue value is 127 (50% from 255 or 39.08% from 325); Max value from RGB is 127 - color contains mainly: blue. Hex color #71557F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71557F is #8EAA80. Grayscale: #626262. Windows color (decimal): -9349761 or 8344945. OLE color: 8344945.

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

Color convert

RGB 113 85 127 -
CMYK 0.11 0.33 0 0.50
HSL 280º 0.2% 0.42% -
HSV(B) 280º 0.33% 0.5% -
XYZ 13.89 11.54 21.57 -
YUV 98.16 144.28 138.58 -
System Red Green Blue C M Y K H S L
Decimal 113 85 127 0.11 0.33 0 0.50 280 0.2 0.42
Hex 71 55 7F B 21 0 32 118 14 2A
Octal 161 125 177 13 41 0 62 430 24 52
Binary 1110001 1010101 1111111 1011 100001 0 110010 100011000 10100 101010

Color Harmonies of #71557F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71557F

Black with #71557F

Text Example


Text Example

White with #71557F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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