Html Css Color HEX #704C79 Affair

📋 copy color: '#704C79'

red 112 ◦ green 76 ◦ blue 121

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

Shades of Affair #704C79

Tints of Affair #704C79

RGB

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

 GREEN value IS 76 (30.08% from 255) = 24.6%

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

R = 36.25%
G = 24.6%
B = 39.16%

CMYK

 C value IS 0.07

 M value IS 0.37

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#704C79 (or 0x704C79) is known color: Affair. HEX triplet: 70, 4C and 79. RGB value is (112,76,121). Sum of RGB (Red+Green+Blue) = 112+76+121=309 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.25% from 309); Green value is 76 (30.08% from 255 or 24.60% from 309); Blue value is 121 (47.66% from 255 or 39.16% from 309); Max value from RGB is 121 - color contains mainly: blue. Hex color #704C79 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #704C79 is #8FB386. Grayscale: #5B5B5B. Windows color (decimal): -9417607 or 7949424. OLE color: 7949424.

HSL color Cylindrical-coordinate representation of color #704C79: hue angle of 288º degrees, saturation: 0.23, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #704C79 is Cyan = 0.07, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 112 76 121 -
CMYK 0.07 0.37 0 0.53
HSL 288º 0.23% 0.39% -
HSV(B) 288º 0.37% 0.47% -
XYZ 12.72 9.99 19.35 -
YUV 91.89 144.43 142.34 -
System Red Green Blue C M Y K H S L
Decimal 112 76 121 0.07 0.37 0 0.53 288 0.23 0.39
Hex 70 4C 79 7 25 0 35 120 17 27
Octal 160 114 171 7 45 0 65 440 27 47
Binary 1110000 1001100 1111001 111 100101 0 110101 100100000 10111 100111

Color Harmonies of #704C79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704C79

Black with #704C79

Text Example


Text Example

White with #704C79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704C79; }

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

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

background-color css

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

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

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

border-color css

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

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

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