Html Css Color HEX #705280 Affair

📋 copy color: '#705280'

red 112 ◦ green 82 ◦ blue 128

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

Shades of Affair #705280

Tints of Affair #705280

RGB

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

 GREEN value IS 82 (32.42% from 255) = 25.47%

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

R = 34.78%
G = 25.47%
B = 39.75%

CMYK

 C value IS 0.12

 M value IS 0.36

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#705280 (or 0x705280) is known color: Affair. HEX triplet: 70, 52 and 80. RGB value is (112,82,128). Sum of RGB (Red+Green+Blue) = 112+82+128=322 (42% of max value = 765). Red value is 112 (44.14% from 255 or 34.78% from 322); Green value is 82 (32.42% from 255 or 25.47% from 322); Blue value is 128 (50.39% from 255 or 39.75% from 322); Max value from RGB is 128 - color contains mainly: blue. Hex color #705280 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #705280 is #8FAD7F. Grayscale: #606060. Windows color (decimal): -9416064 or 8409712. OLE color: 8409712.

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

Color convert

RGB 112 82 128 -
CMYK 0.12 0.36 0 0.50
HSL 279.13º 0.22% 0.41% -
HSV(B) 279.13º 0.36% 0.5% -
XYZ 13.6 11.04 21.84 -
YUV 96.21 145.94 139.26 -
System Red Green Blue C M Y K H S L
Decimal 112 82 128 0.12 0.36 0 0.50 279.13 0.22 0.41
Hex 70 52 80 C 24 0 32 117 16 29
Octal 160 122 200 14 44 0 62 427 26 51
Binary 1110000 1010010 10000000 1100 100100 0 110010 100010111 10110 101001

Color Harmonies of #705280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705280

Black with #705280

Text Example


Text Example

White with #705280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705280; }

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

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

background-color css

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

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

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

border-color css

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

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

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