Html Css Color HEX #705780 Affair

📋 copy color: '#705780'

red 112 ◦ green 87 ◦ blue 128

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

Shades of Affair #705780

Tints of Affair #705780

RGB

 RED value IS 112 (44.14% from 255) = 34.25%

 GREEN value IS 87 (34.38% from 255) = 26.61%

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

R = 34.25%
G = 26.61%
B = 39.14%

CMYK

 C value IS 0.12

 M value IS 0.32

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#705780 (or 0x705780) is known color: Affair. HEX triplet: 70, 57 and 80. RGB value is (112,87,128). Sum of RGB (Red+Green+Blue) = 112+87+128=327 (43% of max value = 765). Red value is 112 (44.14% from 255 or 34.25% from 327); Green value is 87 (34.38% from 255 or 26.61% 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 #705780 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #705780 is #8FA87F. Grayscale: #636363. Windows color (decimal): -9414784 or 8410992. OLE color: 8410992.

HSL color Cylindrical-coordinate representation of color #705780: hue angle of 276.59º 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 #705780 is Cyan = 0.12, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 112 87 128 -
CMYK 0.12 0.32 0 0.50
HSL 276.59º 0.19% 0.42% -
HSV(B) 276.59º 0.32% 0.5% -
XYZ 13.99 11.82 21.97 -
YUV 99.15 144.28 137.17 -
System Red Green Blue C M Y K H S L
Decimal 112 87 128 0.12 0.32 0 0.50 276.59 0.19 0.42
Hex 70 57 80 C 20 0 32 115 13 2A
Octal 160 127 200 14 40 0 62 425 23 52
Binary 1110000 1010111 10000000 1100 100000 0 110010 100010101 10011 101010

Color Harmonies of #705780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705780

Black with #705780

Text Example


Text Example

White with #705780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705780; }

 p { color: rgb(112,87,128); }

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

background-color css

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

 a { background-color: rgb(112,87,128); }

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

border-color css

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

 span { border-color: rgb(112,87,128); }

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