Html Css Color HEX #704780 Affair

📋 copy color: '#704780'

red 112 ◦ green 71 ◦ blue 128

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

Shades of Affair #704780

Tints of Affair #704780

RGB

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

 GREEN value IS 71 (28.13% from 255) = 22.83%

 BLUE value IS 128 (50.39% from 255) = 41.16%

R = 36.01%
G = 22.83%
B = 41.16%

CMYK

 C value IS 0.12

 M value IS 0.45

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#704780 (or 0x704780) is known color: Affair. HEX triplet: 70, 47 and 80. RGB value is (112,71,128). Sum of RGB (Red+Green+Blue) = 112+71+128=311 (41% of max value = 765). Red value is 112 (44.14% from 255 or 36.01% from 311); Green value is 71 (28.12% from 255 or 22.83% from 311); Blue value is 128 (50.39% from 255 or 41.16% from 311); Max value from RGB is 128 - color contains mainly: blue. Hex color #704780 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #704780 is #8FB87F. Grayscale: #595959. Windows color (decimal): -9418880 or 8406896. OLE color: 8406896.

HSL color Cylindrical-coordinate representation of color #704780: hue angle of 283.16º degrees, saturation: 0.29, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #704780 is Cyan = 0.12, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 112 71 128 -
CMYK 0.12 0.45 0 0.50
HSL 283.16º 0.29% 0.39% -
HSV(B) 283.16º 0.45% 0.5% -
XYZ 12.83 9.51 21.58 -
YUV 89.76 149.58 143.87 -
System Red Green Blue C M Y K H S L
Decimal 112 71 128 0.12 0.45 0 0.50 283.16 0.29 0.39
Hex 70 47 80 C 2D 0 32 11B 1D 27
Octal 160 107 200 14 55 0 62 433 35 47
Binary 1110000 1000111 10000000 1100 101101 0 110010 100011011 11101 100111

Color Harmonies of #704780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704780

Black with #704780

Text Example


Text Example

White with #704780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704780; }

 p { color: rgb(112,71,128); }

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

background-color css

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

 a { background-color: rgb(112,71,128); }

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

border-color css

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

 span { border-color: rgb(112,71,128); }

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