Html Css Color HEX #705382 Affair

📋 copy color: '#705382'

red 112 ◦ green 83 ◦ blue 130

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

Shades of Affair #705382

Tints of Affair #705382

RGB

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

 GREEN value IS 83 (32.81% from 255) = 25.54%

 BLUE value IS 130 (51.17% from 255) = 40%

R = 34.46%
G = 25.54%
B = 40%

CMYK

 C value IS 0.14

 M value IS 0.36

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#705382 (or 0x705382) is known color: Affair. HEX triplet: 70, 53 and 82. RGB value is (112,83,130). Sum of RGB (Red+Green+Blue) = 112+83+130=325 (43% of max value = 765). Red value is 112 (44.14% from 255 or 34.46% from 325); Green value is 83 (32.81% from 255 or 25.54% from 325); Blue value is 130 (51.17% from 255 or 40% from 325); Max value from RGB is 130 - color contains mainly: blue. Hex color #705382 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #705382 is #8FAC7D. Grayscale: #606060. Windows color (decimal): -9415806 or 8541040. OLE color: 8541040.

HSL color Cylindrical-coordinate representation of color #705382: hue angle of 277.02º degrees, saturation: 0.22, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #705382 is Cyan = 0.14, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 112 83 130 -
CMYK 0.14 0.36 0 0.49
HSL 277.02º 0.22% 0.42% -
HSV(B) 277.02º 0.36% 0.51% -
XYZ 13.8 11.24 22.56 -
YUV 97.03 146.61 138.68 -
System Red Green Blue C M Y K H S L
Decimal 112 83 130 0.14 0.36 0 0.49 277.02 0.22 0.42
Hex 70 53 82 E 24 0 31 115 16 2A
Octal 160 123 202 16 44 0 61 425 26 52
Binary 1110000 1010011 10000010 1110 100100 0 110001 100010101 10110 101010

Color Harmonies of #705382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705382

Black with #705382

Text Example


Text Example

White with #705382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705382; }

 p { color: rgb(112,83,130); }

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

background-color css

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

 a { background-color: rgb(112,83,130); }

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

border-color css

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

 span { border-color: rgb(112,83,130); }

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