Html Css Color HEX #71567D Affair

📋 copy color: '#71567D'

red 113 ◦ green 86 ◦ blue 125

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

Shades of Affair #71567D

Tints of Affair #71567D

RGB

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

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

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

R = 34.88%
G = 26.54%
B = 38.58%

CMYK

 C value IS 0.10

 M value IS 0.31

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#71567D (or 0x71567D) is known color: Affair. HEX triplet: 71, 56 and 7D. RGB value is (113,86,125). Sum of RGB (Red+Green+Blue) = 113+86+125=324 (42% of max value = 765). Red value is 113 (44.53% from 255 or 34.88% from 324); Green value is 86 (33.98% from 255 or 26.54% from 324); Blue value is 125 (49.22% from 255 or 38.58% from 324); Max value from RGB is 125 - color contains mainly: blue. Hex color #71567D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71567D is #8EA982. Grayscale: #626262. Windows color (decimal): -9349507 or 8214129. OLE color: 8214129.

HSL color Cylindrical-coordinate representation of color #71567D: hue angle of 281.54º degrees, saturation: 0.18, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #71567D is Cyan = 0.10, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 113 86 125 -
CMYK 0.10 0.31 0 0.51
HSL 281.54º 0.18% 0.41% -
HSV(B) 281.54º 0.31% 0.49% -
XYZ 13.84 11.65 20.92 -
YUV 98.52 142.95 138.33 -
System Red Green Blue C M Y K H S L
Decimal 113 86 125 0.10 0.31 0 0.51 281.54 0.18 0.41
Hex 71 56 7D A 1F 0 33 11A 12 29
Octal 161 126 175 12 37 0 63 432 22 51
Binary 1110001 1010110 1111101 1010 11111 0 110011 100011010 10010 101001

Color Harmonies of #71567D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71567D

Black with #71567D

Text Example


Text Example

White with #71567D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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