Html Css Color HEX #704889 Affair

📋 copy color: '#704889'

red 112 ◦ green 72 ◦ blue 137

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

Shades of Affair #704889

Tints of Affair #704889

RGB

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

 GREEN value IS 72 (28.52% from 255) = 22.43%

 BLUE value IS 137 (53.91% from 255) = 42.68%

R = 34.89%
G = 22.43%
B = 42.68%

CMYK

 C value IS 0.18

 M value IS 0.47

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#704889 (or 0x704889) is known color: Affair. HEX triplet: 70, 48 and 89. RGB value is (112,72,137). Sum of RGB (Red+Green+Blue) = 112+72+137=321 (42% of max value = 765). Red value is 112 (44.14% from 255 or 34.89% from 321); Green value is 72 (28.52% from 255 or 22.43% from 321); Blue value is 137 (53.91% from 255 or 42.68% from 321); Max value from RGB is 137 - color contains mainly: blue. Hex color #704889 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #704889 is #8FB776. Grayscale: #5B5B5B. Windows color (decimal): -9418615 or 8996976. OLE color: 8996976.

HSL color Cylindrical-coordinate representation of color #704889: hue angle of 276.92º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #704889 is Cyan = 0.18, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 112 72 137 -
CMYK 0.18 0.47 0 0.46
HSL 276.92º 0.31% 0.41% -
HSV(B) 276.92º 0.47% 0.54% -
XYZ 13.51 9.89 24.86 -
YUV 91.37 153.75 142.71 -
System Red Green Blue C M Y K H S L
Decimal 112 72 137 0.18 0.47 0 0.46 276.92 0.31 0.41
Hex 70 48 89 12 2F 0 2E 115 1F 29
Octal 160 110 211 22 57 0 56 425 37 51
Binary 1110000 1001000 10001001 10010 101111 0 101110 100010101 11111 101001

Color Harmonies of #704889

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704889

Black with #704889

Text Example


Text Example

White with #704889

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704889; }

 p { color: rgb(112,72,137); }

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

background-color css

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

 a { background-color: rgb(112,72,137); }

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

border-color css

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

 span { border-color: rgb(112,72,137); }

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