Html Css Color HEX #705B7D Affair

📋 copy color: '#705B7D'

red 112 ◦ green 91 ◦ blue 125

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

Shades of Affair #705B7D

Tints of Affair #705B7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 38.11%

R = 34.15%
G = 27.74%
B = 38.11%

CMYK

 C value IS 0.10

 M value IS 0.27

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#705B7D (or 0x705B7D) is known color: Affair. HEX triplet: 70, 5B and 7D. RGB value is (112,91,125). Sum of RGB (Red+Green+Blue) = 112+91+125=328 (43% of max value = 765). Red value is 112 (44.14% from 255 or 34.15% from 328); Green value is 91 (35.94% from 255 or 27.74% from 328); Blue value is 125 (49.22% from 255 or 38.11% from 328); Max value from RGB is 125 - color contains mainly: blue. Hex color #705B7D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705B7D is #8FA482. Grayscale: #656565. Windows color (decimal): -9413763 or 8215408. OLE color: 8215408.

HSL color Cylindrical-coordinate representation of color #705B7D: hue angle of 277.06º degrees, saturation: 0.16, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #705B7D is Cyan = 0.10, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 112 91 125 -
CMYK 0.10 0.27 0 0.51
HSL 277.06º 0.16% 0.42% -
HSV(B) 277.06º 0.27% 0.49% -
XYZ 14.12 12.41 21.05 -
YUV 101.16 141.46 135.74 -
System Red Green Blue C M Y K H S L
Decimal 112 91 125 0.10 0.27 0 0.51 277.06 0.16 0.42
Hex 70 5B 7D A 1B 0 33 115 10 2A
Octal 160 133 175 12 33 0 63 425 20 52
Binary 1110000 1011011 1111101 1010 11011 0 110011 100010101 10000 101010

Color Harmonies of #705B7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705B7D

Black with #705B7D

Text Example


Text Example

White with #705B7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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