Html Css Color HEX #71477D Affair

📋 copy color: '#71477D'

red 113 ◦ green 71 ◦ blue 125

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

Shades of Affair #71477D

Tints of Affair #71477D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 40.45%

R = 36.57%
G = 22.98%
B = 40.45%

CMYK

 C value IS 0.10

 M value IS 0.43

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#71477D (or 0x71477D) is known color: Affair. HEX triplet: 71, 47 and 7D. RGB value is (113,71,125). Sum of RGB (Red+Green+Blue) = 113+71+125=309 (40% of max value = 765). Red value is 113 (44.53% from 255 or 36.57% from 309); Green value is 71 (28.12% from 255 or 22.98% from 309); Blue value is 125 (49.22% from 255 or 40.45% from 309); Max value from RGB is 125 - color contains mainly: blue. Hex color #71477D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #71477D is #8EB882. Grayscale: #595959. Windows color (decimal): -9353347 or 8210289. OLE color: 8210289.

HSL color Cylindrical-coordinate representation of color #71477D: hue angle of 286.67º degrees, saturation: 0.28, 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 #71477D is Cyan = 0.10, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 113 71 125 -
CMYK 0.10 0.43 0 0.51
HSL 286.67º 0.28% 0.38% -
HSV(B) 286.67º 0.43% 0.49% -
XYZ 12.76 9.5 20.56 -
YUV 89.71 147.91 144.61 -
System Red Green Blue C M Y K H S L
Decimal 113 71 125 0.10 0.43 0 0.51 286.67 0.28 0.38
Hex 71 47 7D A 2B 0 33 11F 1C 26
Octal 161 107 175 12 53 0 63 437 34 46
Binary 1110001 1000111 1111101 1010 101011 0 110011 100011111 11100 100110

Color Harmonies of #71477D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71477D

Black with #71477D

Text Example


Text Example

White with #71477D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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