Html Css Color HEX #71567B Affair

📋 copy color: '#71567B'

red 113 ◦ green 86 ◦ blue 123

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

Shades of Affair #71567B

Tints of Affair #71567B

RGB

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

 GREEN value IS 86 (33.98% from 255) = 26.71%

 BLUE value IS 123 (48.44% from 255) = 38.2%

R = 35.09%
G = 26.71%
B = 38.2%

CMYK

 C value IS 0.08

 M value IS 0.30

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#71567B (or 0x71567B) is known color: Affair. HEX triplet: 71, 56 and 7B. RGB value is (113,86,123). Sum of RGB (Red+Green+Blue) = 113+86+123=322 (42% of max value = 765). Red value is 113 (44.53% from 255 or 35.09% from 322); Green value is 86 (33.98% from 255 or 26.71% from 322); Blue value is 123 (48.44% from 255 or 38.20% from 322); Max value from RGB is 123 - color contains mainly: blue. Hex color #71567B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71567B is #8EA984. Grayscale: #626262. Windows color (decimal): -9349509 or 8083057. OLE color: 8083057.

HSL color Cylindrical-coordinate representation of color #71567B: hue angle of 283.78º degrees, saturation: 0.18, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #71567B is Cyan = 0.08, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 113 86 123 -
CMYK 0.08 0.30 0 0.52
HSL 283.78º 0.18% 0.41% -
HSV(B) 283.78º 0.3% 0.48% -
XYZ 13.71 11.6 20.25 -
YUV 98.29 141.95 138.49 -
System Red Green Blue C M Y K H S L
Decimal 113 86 123 0.08 0.30 0 0.52 283.78 0.18 0.41
Hex 71 56 7B 8 1E 0 34 11C 12 29
Octal 161 126 173 10 36 0 64 434 22 51
Binary 1110001 1010110 1111011 1000 11110 0 110100 100011100 10010 101001

Color Harmonies of #71567B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71567B

Black with #71567B

Text Example


Text Example

White with #71567B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71567B; }

 p { color: rgb(113,86,123); }

 H1.HeaderClassName
 {
   color: #71567B;
 }
 .AnyTagClassName
 {
   color: #71567B;
 }
</style>

background-color css

<style>
 a { background-color: #71567B; }

 a { background-color: rgb(113,86,123); }

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

border-color css

<style>
 span { border-color: #71567B; }

 span { border-color: rgb(113,86,123); }

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