Html Css Color HEX #705081 Affair

📋 copy color: '#705081'

red 112 ◦ green 80 ◦ blue 129

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

Shades of Affair #705081

Tints of Affair #705081

RGB

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

 GREEN value IS 80 (31.64% from 255) = 24.92%

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

R = 34.89%
G = 24.92%
B = 40.19%

CMYK

 C value IS 0.13

 M value IS 0.38

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#705081 (or 0x705081) is known color: Affair. HEX triplet: 70, 50 and 81. RGB value is (112,80,129). Sum of RGB (Red+Green+Blue) = 112+80+129=321 (42% of max value = 765). Red value is 112 (44.14% from 255 or 34.89% from 321); Green value is 80 (31.64% from 255 or 24.92% from 321); Blue value is 129 (50.78% from 255 or 40.19% from 321); Max value from RGB is 129 - color contains mainly: blue. Hex color #705081 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #705081 is #8FAF7E. Grayscale: #5E5E5E. Windows color (decimal): -9416575 or 8474736. OLE color: 8474736.

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

Color convert

RGB 112 80 129 -
CMYK 0.13 0.38 0 0.49
HSL 279.18º 0.23% 0.41% -
HSV(B) 279.18º 0.38% 0.51% -
XYZ 13.51 10.77 22.13 -
YUV 95.15 147.1 140.02 -
System Red Green Blue C M Y K H S L
Decimal 112 80 129 0.13 0.38 0 0.49 279.18 0.23 0.41
Hex 70 50 81 D 26 0 31 117 17 29
Octal 160 120 201 15 46 0 61 427 27 51
Binary 1110000 1010000 10000001 1101 100110 0 110001 100010111 10111 101001

Color Harmonies of #705081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705081

Black with #705081

Text Example


Text Example

White with #705081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705081; }

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

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

background-color css

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

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

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

border-color css

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

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

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