Html Css Color HEX #705685 Affair

📋 copy color: '#705685'

red 112 ◦ green 86 ◦ blue 133

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

Shades of Affair #705685

Tints of Affair #705685

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 40.18%

R = 33.84%
G = 25.98%
B = 40.18%

CMYK

 C value IS 0.16

 M value IS 0.35

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#705685 (or 0x705685) is known color: Affair. HEX triplet: 70, 56 and 85. RGB value is (112,86,133). Sum of RGB (Red+Green+Blue) = 112+86+133=331 (43% of max value = 765). Red value is 112 (44.14% from 255 or 33.84% from 331); Green value is 86 (33.98% from 255 or 25.98% from 331); Blue value is 133 (52.34% from 255 or 40.18% from 331); Max value from RGB is 133 - color contains mainly: blue. Hex color #705685 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #705685 is #8FA97A. Grayscale: #626262. Windows color (decimal): -9415035 or 8738416. OLE color: 8738416.

HSL color Cylindrical-coordinate representation of color #705685: hue angle of 273.19º degrees, saturation: 0.21, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #705685 is Cyan = 0.16, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 112 86 133 -
CMYK 0.16 0.35 0 0.48
HSL 273.19º 0.21% 0.43% -
HSV(B) 273.19º 0.35% 0.52% -
XYZ 14.24 11.79 23.72 -
YUV 99.13 147.11 137.18 -
System Red Green Blue C M Y K H S L
Decimal 112 86 133 0.16 0.35 0 0.48 273.19 0.21 0.43
Hex 70 56 85 10 23 0 30 111 15 2B
Octal 160 126 205 20 43 0 60 421 25 53
Binary 1110000 1010110 10000101 10000 100011 0 110000 100010001 10101 101011

Color Harmonies of #705685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705685

Black with #705685

Text Example


Text Example

White with #705685

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705685; }

 p { color: rgb(112,86,133); }

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

background-color css

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

 a { background-color: rgb(112,86,133); }

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

border-color css

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

 span { border-color: rgb(112,86,133); }

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