Html Css Color HEX #705080 Affair

📋 copy color: '#705080'

red 112 ◦ green 80 ◦ blue 128

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

Shades of Affair #705080

Tints of Affair #705080

RGB

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

 GREEN value IS 80 (31.64% from 255) = 25%

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

R = 35%
G = 25%
B = 40%

CMYK

 C value IS 0.12

 M value IS 0.38

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#705080 (or 0x705080) is known color: Affair. HEX triplet: 70, 50 and 80. RGB value is (112,80,128). Sum of RGB (Red+Green+Blue) = 112+80+128=320 (42% of max value = 765). Red value is 112 (44.14% from 255 or 35% from 320); Green value is 80 (31.64% from 255 or 25% from 320); Blue value is 128 (50.39% from 255 or 40% from 320); Max value from RGB is 128 - color contains mainly: blue. Hex color #705080 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #705080 is #8FAF7F. Grayscale: #5E5E5E. Windows color (decimal): -9416576 or 8409200. OLE color: 8409200.

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

Color convert

RGB 112 80 128 -
CMYK 0.12 0.38 0 0.50
HSL 280º 0.23% 0.41% -
HSV(B) 280º 0.38% 0.5% -
XYZ 13.45 10.74 21.79 -
YUV 95.04 146.6 140.1 -
System Red Green Blue C M Y K H S L
Decimal 112 80 128 0.12 0.38 0 0.50 280 0.23 0.41
Hex 70 50 80 C 26 0 32 118 17 29
Octal 160 120 200 14 46 0 62 430 27 51
Binary 1110000 1010000 10000000 1100 100110 0 110010 100011000 10111 101001

Color Harmonies of #705080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705080

Black with #705080

Text Example


Text Example

White with #705080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705080; }

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

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

background-color css

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

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

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

border-color css

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

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

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