Html Css Color HEX #715680 Affair

📋 copy color: '#715680'

red 113 ◦ green 86 ◦ blue 128

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

Shades of Affair #715680

Tints of Affair #715680

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 39.14%

R = 34.56%
G = 26.3%
B = 39.14%

CMYK

 C value IS 0.12

 M value IS 0.33

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#715680 (or 0x715680) is known color: Affair. HEX triplet: 71, 56 and 80. RGB value is (113,86,128). Sum of RGB (Red+Green+Blue) = 113+86+128=327 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.56% from 327); Green value is 86 (33.98% from 255 or 26.30% from 327); Blue value is 128 (50.39% from 255 or 39.14% from 327); Max value from RGB is 128 - color contains mainly: blue. Hex color #715680 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #715680 is #8EA97F. Grayscale: #626262. Windows color (decimal): -9349504 or 8410737. OLE color: 8410737.

HSL color Cylindrical-coordinate representation of color #715680: hue angle of 278.57º degrees, saturation: 0.2, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #715680 is Cyan = 0.12, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 113 86 128 -
CMYK 0.12 0.33 0 0.50
HSL 278.57º 0.2% 0.42% -
HSV(B) 278.57º 0.33% 0.5% -
XYZ 14.03 11.72 21.95 -
YUV 98.86 144.45 138.08 -
System Red Green Blue C M Y K H S L
Decimal 113 86 128 0.12 0.33 0 0.50 278.57 0.2 0.42
Hex 71 56 80 C 21 0 32 117 14 2A
Octal 161 126 200 14 41 0 62 427 24 52
Binary 1110001 1010110 10000000 1100 100001 0 110010 100010111 10100 101010

Color Harmonies of #715680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715680

Black with #715680

Text Example


Text Example

White with #715680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #715680; }

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

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

background-color css

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

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

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

border-color css

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

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

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