Html Css Color HEX #71477C Affair

📋 copy color: '#71477C'

red 113 ◦ green 71 ◦ blue 124

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

Shades of Affair #71477C

Tints of Affair #71477C

RGB

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

 GREEN value IS 71 (28.13% from 255) = 23.05%

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

R = 36.69%
G = 23.05%
B = 40.26%

CMYK

 C value IS 0.09

 M value IS 0.43

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#71477C (or 0x71477C) is known color: Affair. HEX triplet: 71, 47 and 7C. RGB value is (113,71,124). Sum of RGB (Red+Green+Blue) = 113+71+124=308 (40% of max value = 765). Red value is 113 (44.53% from 255 or 36.69% from 308); Green value is 71 (28.12% from 255 or 23.05% from 308); Blue value is 124 (48.83% from 255 or 40.26% from 308); Max value from RGB is 124 - color contains mainly: blue. Hex color #71477C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #71477C is #8EB883. Grayscale: #595959. Windows color (decimal): -9353348 or 8144753. OLE color: 8144753.

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

Color convert

RGB 113 71 124 -
CMYK 0.09 0.43 0 0.51
HSL 287.55º 0.27% 0.38% -
HSV(B) 287.55º 0.43% 0.49% -
XYZ 12.7 9.47 20.23 -
YUV 89.6 147.41 144.69 -
System Red Green Blue C M Y K H S L
Decimal 113 71 124 0.09 0.43 0 0.51 287.55 0.27 0.38
Hex 71 47 7C 9 2B 0 33 120 1B 26
Octal 161 107 174 11 53 0 63 440 33 46
Binary 1110001 1000111 1111100 1001 101011 0 110011 100100000 11011 100110

Color Harmonies of #71477C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71477C

Black with #71477C

Text Example


Text Example

White with #71477C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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