Html Css Color HEX #705984 Affair

📋 copy color: '#705984'

red 112 ◦ green 89 ◦ blue 132

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

Shades of Affair #705984

Tints of Affair #705984

RGB

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

 GREEN value IS 89 (35.16% from 255) = 26.73%

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

R = 33.63%
G = 26.73%
B = 39.64%

CMYK

 C value IS 0.15

 M value IS 0.33

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#705984 (or 0x705984) is known color: Affair. HEX triplet: 70, 59 and 84. RGB value is (112,89,132). Sum of RGB (Red+Green+Blue) = 112+89+132=333 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.63% from 333); Green value is 89 (35.16% from 255 or 26.73% from 333); Blue value is 132 (51.95% from 255 or 39.64% from 333); Max value from RGB is 132 - color contains mainly: blue. Hex color #705984 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #705984 is #8FA67B. Grayscale: #646464. Windows color (decimal): -9414268 or 8673648. OLE color: 8673648.

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

Color convert

RGB 112 89 132 -
CMYK 0.15 0.33 0 0.48
HSL 272.09º 0.19% 0.43% -
HSV(B) 272.09º 0.33% 0.52% -
XYZ 14.42 12.26 23.44 -
YUV 100.78 145.62 136 -
System Red Green Blue C M Y K H S L
Decimal 112 89 132 0.15 0.33 0 0.48 272.09 0.19 0.43
Hex 70 59 84 F 21 0 30 110 13 2B
Octal 160 131 204 17 41 0 60 420 23 53
Binary 1110000 1011001 10000100 1111 100001 0 110000 100010000 10011 101011

Color Harmonies of #705984

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705984

Black with #705984

Text Example


Text Example

White with #705984

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705984; }

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

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

background-color css

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

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

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

border-color css

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

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

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