Html Css Color HEX #705981 Affair

📋 copy color: '#705981'

red 112 ◦ green 89 ◦ blue 129

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

Shades of Affair #705981

Tints of Affair #705981

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 39.09%

R = 33.94%
G = 26.97%
B = 39.09%

CMYK

 C value IS 0.13

 M value IS 0.31

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#705981 (or 0x705981) is known color: Affair. HEX triplet: 70, 59 and 81. RGB value is (112,89,129). Sum of RGB (Red+Green+Blue) = 112+89+129=330 (43% of max value = 765). Red value is 112 (44.14% from 255 or 33.94% from 330); Green value is 89 (35.16% from 255 or 26.97% from 330); Blue value is 129 (50.78% from 255 or 39.09% from 330); Max value from RGB is 129 - color contains mainly: blue. Hex color #705981 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #705981 is #8FA67E. Grayscale: #646464. Windows color (decimal): -9414271 or 8477040. OLE color: 8477040.

HSL color Cylindrical-coordinate representation of color #705981: hue angle of 274.5º degrees, saturation: 0.18, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #705981 is Cyan = 0.13, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 112 89 129 -
CMYK 0.13 0.31 0 0.49
HSL 274.5º 0.18% 0.43% -
HSV(B) 274.5º 0.31% 0.51% -
XYZ 14.22 12.17 22.37 -
YUV 100.44 144.12 136.25 -
System Red Green Blue C M Y K H S L
Decimal 112 89 129 0.13 0.31 0 0.49 274.5 0.18 0.43
Hex 70 59 81 D 1F 0 31 112 12 2B
Octal 160 131 201 15 37 0 61 422 22 53
Binary 1110000 1011001 10000001 1101 11111 0 110001 100010010 10010 101011

Color Harmonies of #705981

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705981

Black with #705981

Text Example


Text Example

White with #705981

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705981; }

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

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

background-color css

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

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

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

border-color css

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

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

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