Html Css Color HEX #705279 Affair

📋 copy color: '#705279'

red 112 ◦ green 82 ◦ blue 121

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

Shades of Affair #705279

Tints of Affair #705279

RGB

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

 GREEN value IS 82 (32.42% from 255) = 26.03%

 BLUE value IS 121 (47.66% from 255) = 38.41%

R = 35.56%
G = 26.03%
B = 38.41%

CMYK

 C value IS 0.07

 M value IS 0.32

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#705279 (or 0x705279) is known color: Affair. HEX triplet: 70, 52 and 79. RGB value is (112,82,121). Sum of RGB (Red+Green+Blue) = 112+82+121=315 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.56% from 315); Green value is 82 (32.42% from 255 or 26.03% from 315); Blue value is 121 (47.66% from 255 or 38.41% from 315); Max value from RGB is 121 - color contains mainly: blue. Hex color #705279 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705279 is #8FAD86. Grayscale: #5F5F5F. Windows color (decimal): -9416071 or 7950960. OLE color: 7950960.

HSL color Cylindrical-coordinate representation of color #705279: hue angle of 286.15º degrees, saturation: 0.19, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #705279 is Cyan = 0.07, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 112 82 121 -
CMYK 0.07 0.32 0 0.53
HSL 286.15º 0.19% 0.4% -
HSV(B) 286.15º 0.32% 0.47% -
XYZ 13.15 10.86 19.49 -
YUV 95.42 142.44 139.83 -
System Red Green Blue C M Y K H S L
Decimal 112 82 121 0.07 0.32 0 0.53 286.15 0.19 0.4
Hex 70 52 79 7 20 0 35 11E 13 28
Octal 160 122 171 7 40 0 65 436 23 50
Binary 1110000 1010010 1111001 111 100000 0 110101 100011110 10011 101000

Color Harmonies of #705279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705279

Black with #705279

Text Example


Text Example

White with #705279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705279; }

 p { color: rgb(112,82,121); }

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

background-color css

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

 a { background-color: rgb(112,82,121); }

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

border-color css

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

 span { border-color: rgb(112,82,121); }

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