Html Css Color HEX #704790 Affair

📋 copy color: '#704790'

red 112 ◦ green 71 ◦ blue 144

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

Shades of Affair #704790

Tints of Affair #704790

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 44.04%

R = 34.25%
G = 21.71%
B = 44.04%

CMYK

 C value IS 0.22

 M value IS 0.51

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#704790 (or 0x704790) is known color: Affair. HEX triplet: 70, 47 and 90. RGB value is (112,71,144). Sum of RGB (Red+Green+Blue) = 112+71+144=327 (43% of max value = 765). Red value is 112 (44.14% from 255 or 34.25% from 327); Green value is 71 (28.12% from 255 or 21.71% from 327); Blue value is 144 (56.64% from 255 or 44.04% from 327); Max value from RGB is 144 - color contains mainly: blue. Hex color #704790 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #704790 is #8FB86F. Grayscale: #5B5B5B. Windows color (decimal): -9418864 or 9455472. OLE color: 9455472.

HSL color Cylindrical-coordinate representation of color #704790: hue angle of 273.7º degrees, saturation: 0.34, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #704790 is Cyan = 0.22, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 112 71 144 -
CMYK 0.22 0.51 0 0.44
HSL 273.7º 0.34% 0.42% -
HSV(B) 273.7º 0.51% 0.56% -
XYZ 13.97 9.96 27.57 -
YUV 91.58 157.58 142.56 -
System Red Green Blue C M Y K H S L
Decimal 112 71 144 0.22 0.51 0 0.44 273.7 0.34 0.42
Hex 70 47 90 16 33 0 2C 112 22 2A
Octal 160 107 220 26 63 0 54 422 42 52
Binary 1110000 1000111 10010000 10110 110011 0 101100 100010010 100010 101010

Color Harmonies of #704790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704790

Black with #704790

Text Example


Text Example

White with #704790

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704790; }

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

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

background-color css

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

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

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

border-color css

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

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

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