Html Css Color HEX #705582 Affair

📋 copy color: '#705582'

red 112 ◦ green 85 ◦ blue 130

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

Shades of Affair #705582

Tints of Affair #705582

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 39.76%

R = 34.25%
G = 25.99%
B = 39.76%

CMYK

 C value IS 0.14

 M value IS 0.35

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#705582 (or 0x705582) is known color: Affair. HEX triplet: 70, 55 and 82. RGB value is (112,85,130). Sum of RGB (Red+Green+Blue) = 112+85+130=327 (43% of max value = 765). Red value is 112 (44.14% from 255 or 34.25% from 327); Green value is 85 (33.59% from 255 or 25.99% from 327); Blue value is 130 (51.17% from 255 or 39.76% from 327); Max value from RGB is 130 - color contains mainly: blue. Hex color #705582 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #705582 is #8FAA7D. Grayscale: #626262. Windows color (decimal): -9415294 or 8541552. OLE color: 8541552.

HSL color Cylindrical-coordinate representation of color #705582: hue angle of 276º degrees, saturation: 0.21, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #705582 is Cyan = 0.14, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 112 85 130 -
CMYK 0.14 0.35 0 0.49
HSL 276º 0.21% 0.42% -
HSV(B) 276º 0.35% 0.51% -
XYZ 13.96 11.55 22.61 -
YUV 98.2 145.95 137.84 -
System Red Green Blue C M Y K H S L
Decimal 112 85 130 0.14 0.35 0 0.49 276 0.21 0.42
Hex 70 55 82 E 23 0 31 114 15 2A
Octal 160 125 202 16 43 0 61 424 25 52
Binary 1110000 1010101 10000010 1110 100011 0 110001 100010100 10101 101010

Color Harmonies of #705582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705582

Black with #705582

Text Example


Text Example

White with #705582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705582; }

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

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

background-color css

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

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

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

border-color css

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

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

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