Html Css Color HEX #705180 Affair

📋 copy color: '#705180'

red 112 ◦ green 81 ◦ blue 128

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

Shades of Affair #705180

Tints of Affair #705180

RGB

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

 GREEN value IS 81 (32.03% from 255) = 25.23%

 BLUE value IS 128 (50.39% from 255) = 39.88%

R = 34.89%
G = 25.23%
B = 39.88%

CMYK

 C value IS 0.12

 M value IS 0.37

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#705180 (or 0x705180) is known color: Affair. HEX triplet: 70, 51 and 80. RGB value is (112,81,128). Sum of RGB (Red+Green+Blue) = 112+81+128=321 (42% of max value = 765). Red value is 112 (44.14% from 255 or 34.89% from 321); Green value is 81 (32.03% from 255 or 25.23% from 321); Blue value is 128 (50.39% from 255 or 39.88% from 321); Max value from RGB is 128 - color contains mainly: blue. Hex color #705180 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #705180 is #8FAE7F. Grayscale: #5F5F5F. Windows color (decimal): -9416320 or 8409456. OLE color: 8409456.

HSL color Cylindrical-coordinate representation of color #705180: hue angle of 279.57º degrees, saturation: 0.22, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #705180 is Cyan = 0.12, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 112 81 128 -
CMYK 0.12 0.37 0 0.50
HSL 279.57º 0.22% 0.41% -
HSV(B) 279.57º 0.37% 0.5% -
XYZ 13.52 10.89 21.81 -
YUV 95.63 146.27 139.68 -
System Red Green Blue C M Y K H S L
Decimal 112 81 128 0.12 0.37 0 0.50 279.57 0.22 0.41
Hex 70 51 80 C 25 0 32 118 16 29
Octal 160 121 200 14 45 0 62 430 26 51
Binary 1110000 1010001 10000000 1100 100101 0 110010 100011000 10110 101001

Color Harmonies of #705180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705180

Black with #705180

Text Example


Text Example

White with #705180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705180; }

 p { color: rgb(112,81,128); }

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

background-color css

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

 a { background-color: rgb(112,81,128); }

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

border-color css

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

 span { border-color: rgb(112,81,128); }

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