Html Css Color HEX #71547C Affair

📋 copy color: '#71547C'

red 113 ◦ green 84 ◦ blue 124

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

Shades of Affair #71547C

Tints of Affair #71547C

RGB

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

 GREEN value IS 84 (33.2% from 255) = 26.17%

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

R = 35.2%
G = 26.17%
B = 38.63%

CMYK

 C value IS 0.09

 M value IS 0.32

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#71547C (or 0x71547C) is known color: Affair. HEX triplet: 71, 54 and 7C. RGB value is (113,84,124). Sum of RGB (Red+Green+Blue) = 113+84+124=321 (42% of max value = 765). Red value is 113 (44.53% from 255 or 35.20% from 321); Green value is 84 (33.20% from 255 or 26.17% from 321); Blue value is 124 (48.83% from 255 or 38.63% from 321); Max value from RGB is 124 - color contains mainly: blue. Hex color #71547C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71547C is #8EAB83. Grayscale: #616161. Windows color (decimal): -9350020 or 8148081. OLE color: 8148081.

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

Color convert

RGB 113 84 124 -
CMYK 0.09 0.32 0 0.51
HSL 283.5º 0.19% 0.41% -
HSV(B) 283.5º 0.32% 0.49% -
XYZ 13.62 11.31 20.53 -
YUV 97.23 143.11 139.25 -
System Red Green Blue C M Y K H S L
Decimal 113 84 124 0.09 0.32 0 0.51 283.5 0.19 0.41
Hex 71 54 7C 9 20 0 33 11C 13 29
Octal 161 124 174 11 40 0 63 434 23 51
Binary 1110001 1010100 1111100 1001 100000 0 110011 100011100 10011 101001

Color Harmonies of #71547C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71547C

Black with #71547C

Text Example


Text Example

White with #71547C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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