Html Css Color HEX #705580 Affair

📋 copy color: '#705580'

red 112 ◦ green 85 ◦ blue 128

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

Shades of Affair #705580

Tints of Affair #705580

RGB

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

 GREEN value IS 85 (33.59% from 255) = 26.15%

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

R = 34.46%
G = 26.15%
B = 39.38%

CMYK

 C value IS 0.12

 M value IS 0.34

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#705580 (or 0x705580) is known color: Affair. HEX triplet: 70, 55 and 80. RGB value is (112,85,128). Sum of RGB (Red+Green+Blue) = 112+85+128=325 (43% of max value = 765). Red value is 112 (44.14% from 255 or 34.46% from 325); Green value is 85 (33.59% from 255 or 26.15% from 325); Blue value is 128 (50.39% from 255 or 39.38% from 325); Max value from RGB is 128 - color contains mainly: blue. Hex color #705580 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #705580 is #8FAA7F. Grayscale: #616161. Windows color (decimal): -9415296 or 8410480. OLE color: 8410480.

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

Color convert

RGB 112 85 128 -
CMYK 0.12 0.34 0 0.50
HSL 277.67º 0.2% 0.42% -
HSV(B) 277.67º 0.34% 0.5% -
XYZ 13.83 11.5 21.91 -
YUV 97.98 144.95 138 -
System Red Green Blue C M Y K H S L
Decimal 112 85 128 0.12 0.34 0 0.50 277.67 0.2 0.42
Hex 70 55 80 C 22 0 32 116 14 2A
Octal 160 125 200 14 42 0 62 426 24 52
Binary 1110000 1010101 10000000 1100 100010 0 110010 100010110 10100 101010

Color Harmonies of #705580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705580

Black with #705580

Text Example


Text Example

White with #705580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705580; }

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

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

background-color css

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

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

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

border-color css

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

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

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