Html Css Color HEX #71567F Affair

📋 copy color: '#71567F'

red 113 ◦ green 86 ◦ blue 127

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

Shades of Affair #71567F

Tints of Affair #71567F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 38.96%

R = 34.66%
G = 26.38%
B = 38.96%

CMYK

 C value IS 0.11

 M value IS 0.32

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#71567F (or 0x71567F) is known color: Affair. HEX triplet: 71, 56 and 7F. RGB value is (113,86,127). Sum of RGB (Red+Green+Blue) = 113+86+127=326 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.66% from 326); Green value is 86 (33.98% from 255 or 26.38% from 326); Blue value is 127 (50% from 255 or 38.96% from 326); Max value from RGB is 127 - color contains mainly: blue. Hex color #71567F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71567F is #8EA980. Grayscale: #626262. Windows color (decimal): -9349505 or 8345201. OLE color: 8345201.

HSL color Cylindrical-coordinate representation of color #71567F: hue angle of 279.51º degrees, saturation: 0.19, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #71567F is Cyan = 0.11, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 113 86 127 -
CMYK 0.11 0.32 0 0.50
HSL 279.51º 0.19% 0.42% -
HSV(B) 279.51º 0.32% 0.5% -
XYZ 13.97 11.7 21.6 -
YUV 98.75 143.95 138.17 -
System Red Green Blue C M Y K H S L
Decimal 113 86 127 0.11 0.32 0 0.50 279.51 0.19 0.42
Hex 71 56 7F B 20 0 32 118 13 2A
Octal 161 126 177 13 40 0 62 430 23 52
Binary 1110001 1010110 1111111 1011 100000 0 110010 100011000 10011 101010

Color Harmonies of #71567F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71567F

Black with #71567F

Text Example


Text Example

White with #71567F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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