Html Css Color HEX #704680 Affair

📋 copy color: '#704680'

red 112 ◦ green 70 ◦ blue 128

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

Shades of Affair #704680

Tints of Affair #704680

RGB

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

 GREEN value IS 70 (27.73% from 255) = 22.58%

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

R = 36.13%
G = 22.58%
B = 41.29%

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

#704680 (or 0x704680) is known color: Affair. HEX triplet: 70, 46 and 80. RGB value is (112,70,128). Sum of RGB (Red+Green+Blue) = 112+70+128=310 (41% of max value = 765). Red value is 112 (44.14% from 255 or 36.13% from 310); Green value is 70 (27.73% from 255 or 22.58% from 310); Blue value is 128 (50.39% from 255 or 41.29% from 310); Max value from RGB is 128 - color contains mainly: blue. Hex color #704680 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #704680 is #8FB97F. Grayscale: #585858. Windows color (decimal): -9419136 or 8406640. OLE color: 8406640.

HSL color Cylindrical-coordinate representation of color #704680: hue angle of 283.45º 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 #704680 is Cyan = 0.12, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 112 70 128 -
CMYK 0.12 0.45 0 0.50
HSL 283.45º 0.29% 0.39% -
HSV(B) 283.45º 0.45% 0.5% -
XYZ 12.77 9.38 21.56 -
YUV 89.17 149.91 144.28 -
System Red Green Blue C M Y K H S L
Decimal 112 70 128 0.12 0.45 0 0.50 283.45 0.29 0.39
Hex 70 46 80 C 2D 0 32 11B 1D 27
Octal 160 106 200 14 55 0 62 433 35 47
Binary 1110000 1000110 10000000 1100 101101 0 110010 100011011 11101 100111

Color Harmonies of #704680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704680

Black with #704680

Text Example


Text Example

White with #704680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704680; }

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

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

background-color css

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

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

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

border-color css

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

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

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