Html Css Color HEX #704D78 Affair

📋 copy color: '#704D78'

red 112 ◦ green 77 ◦ blue 120

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

Shades of Affair #704D78

Tints of Affair #704D78

RGB

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

 GREEN value IS 77 (30.47% from 255) = 24.92%

 BLUE value IS 120 (47.27% from 255) = 38.83%

R = 36.25%
G = 24.92%
B = 38.83%

CMYK

 C value IS 0.07

 M value IS 0.36

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#704D78 (or 0x704D78) is known color: Affair. HEX triplet: 70, 4D and 78. RGB value is (112,77,120). Sum of RGB (Red+Green+Blue) = 112+77+120=309 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.25% from 309); Green value is 77 (30.47% from 255 or 24.92% from 309); Blue value is 120 (47.27% from 255 or 38.83% from 309); Max value from RGB is 120 - color contains mainly: blue. Hex color #704D78 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #704D78 is #8FB287. Grayscale: #5C5C5C. Windows color (decimal): -9417352 or 7884144. OLE color: 7884144.

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

Color convert

RGB 112 77 120 -
CMYK 0.07 0.36 0 0.53
HSL 288.84º 0.22% 0.39% -
HSV(B) 288.84º 0.36% 0.47% -
XYZ 12.73 10.11 19.05 -
YUV 92.37 143.6 142 -
System Red Green Blue C M Y K H S L
Decimal 112 77 120 0.07 0.36 0 0.53 288.84 0.22 0.39
Hex 70 4D 78 7 24 0 35 121 16 27
Octal 160 115 170 7 44 0 65 441 26 47
Binary 1110000 1001101 1111000 111 100100 0 110101 100100001 10110 100111

Color Harmonies of #704D78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704D78

Black with #704D78

Text Example


Text Example

White with #704D78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,77,120); }

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

background-color css

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

 a { background-color: rgb(112,77,120); }

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

border-color css

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

 span { border-color: rgb(112,77,120); }

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