Html Css Color HEX #705584 Affair

📋 copy color: '#705584'

red 112 ◦ green 85 ◦ blue 132

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

Shades of Affair #705584

Tints of Affair #705584

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 40.12%

R = 34.04%
G = 25.84%
B = 40.12%

CMYK

 C value IS 0.15

 M value IS 0.36

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#705584 (or 0x705584) is known color: Affair. HEX triplet: 70, 55 and 84. RGB value is (112,85,132). Sum of RGB (Red+Green+Blue) = 112+85+132=329 (43% of max value = 765). Red value is 112 (44.14% from 255 or 34.04% from 329); Green value is 85 (33.59% from 255 or 25.84% from 329); Blue value is 132 (51.95% from 255 or 40.12% from 329); Max value from RGB is 132 - color contains mainly: blue. Hex color #705584 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #705584 is #8FAA7B. Grayscale: #626262. Windows color (decimal): -9415292 or 8672624. OLE color: 8672624.

HSL color Cylindrical-coordinate representation of color #705584: hue angle of 274.47º degrees, saturation: 0.22, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #705584 is Cyan = 0.15, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 112 85 132 -
CMYK 0.15 0.36 0 0.48
HSL 274.47º 0.22% 0.43% -
HSV(B) 274.47º 0.36% 0.52% -
XYZ 14.1 11.61 23.33 -
YUV 98.43 146.95 137.68 -
System Red Green Blue C M Y K H S L
Decimal 112 85 132 0.15 0.36 0 0.48 274.47 0.22 0.43
Hex 70 55 84 F 24 0 30 112 16 2B
Octal 160 125 204 17 44 0 60 422 26 53
Binary 1110000 1010101 10000100 1111 100100 0 110000 100010010 10110 101011

Color Harmonies of #705584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705584

Black with #705584

Text Example


Text Example

White with #705584

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705584; }

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

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

background-color css

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

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

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

border-color css

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

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

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