Html Css Color HEX #705B84 Affair

📋 copy color: '#705B84'

red 112 ◦ green 91 ◦ blue 132

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

Shades of Affair #705B84

Tints of Affair #705B84

RGB

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

 GREEN value IS 91 (35.94% from 255) = 27.16%

 BLUE value IS 132 (51.95% from 255) = 39.4%

R = 33.43%
G = 27.16%
B = 39.4%

CMYK

 C value IS 0.15

 M value IS 0.31

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#705B84 (or 0x705B84) is known color: Affair. HEX triplet: 70, 5B and 84. RGB value is (112,91,132). Sum of RGB (Red+Green+Blue) = 112+91+132=335 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.43% from 335); Green value is 91 (35.94% from 255 or 27.16% from 335); Blue value is 132 (51.95% from 255 or 39.40% from 335); Max value from RGB is 132 - color contains mainly: blue. Hex color #705B84 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #705B84 is #8FA47B. Grayscale: #656565. Windows color (decimal): -9413756 or 8674160. OLE color: 8674160.

HSL color Cylindrical-coordinate representation of color #705B84: hue angle of 270.73º degrees, saturation: 0.18, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #705B84 is Cyan = 0.15, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 112 91 132 -
CMYK 0.15 0.31 0 0.48
HSL 270.73º 0.18% 0.44% -
HSV(B) 270.73º 0.31% 0.52% -
XYZ 14.59 12.59 23.49 -
YUV 101.95 144.96 135.17 -
System Red Green Blue C M Y K H S L
Decimal 112 91 132 0.15 0.31 0 0.48 270.73 0.18 0.44
Hex 70 5B 84 F 1F 0 30 10F 12 2C
Octal 160 133 204 17 37 0 60 417 22 54
Binary 1110000 1011011 10000100 1111 11111 0 110000 100001111 10010 101100

Color Harmonies of #705B84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705B84

Black with #705B84

Text Example


Text Example

White with #705B84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705B84; }

 p { color: rgb(112,91,132); }

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

background-color css

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

 a { background-color: rgb(112,91,132); }

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

border-color css

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

 span { border-color: rgb(112,91,132); }

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