Html Css Color HEX #705385 Affair

📋 copy color: '#705385'

red 112 ◦ green 83 ◦ blue 133

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

Shades of Affair #705385

Tints of Affair #705385

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 40.55%

R = 34.15%
G = 25.3%
B = 40.55%

CMYK

 C value IS 0.16

 M value IS 0.38

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#705385 (or 0x705385) is known color: Affair. HEX triplet: 70, 53 and 85. RGB value is (112,83,133). Sum of RGB (Red+Green+Blue) = 112+83+133=328 (43% of max value = 765). Red value is 112 (44.14% from 255 or 34.15% from 328); Green value is 83 (32.81% from 255 or 25.30% from 328); Blue value is 133 (52.34% from 255 or 40.55% from 328); Max value from RGB is 133 - color contains mainly: blue. Hex color #705385 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #705385 is #8FAC7A. Grayscale: #616161. Windows color (decimal): -9415803 or 8737648. OLE color: 8737648.

HSL color Cylindrical-coordinate representation of color #705385: hue angle of 274.8º degrees, saturation: 0.23, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #705385 is Cyan = 0.16, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 112 83 133 -
CMYK 0.16 0.38 0 0.48
HSL 274.8º 0.23% 0.42% -
HSV(B) 274.8º 0.38% 0.52% -
XYZ 14.01 11.32 23.64 -
YUV 97.37 148.11 138.43 -
System Red Green Blue C M Y K H S L
Decimal 112 83 133 0.16 0.38 0 0.48 274.8 0.23 0.42
Hex 70 53 85 10 26 0 30 113 17 2A
Octal 160 123 205 20 46 0 60 423 27 52
Binary 1110000 1010011 10000101 10000 100110 0 110000 100010011 10111 101010

Color Harmonies of #705385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705385

Black with #705385

Text Example


Text Example

White with #705385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705385; }

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

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

background-color css

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

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

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

border-color css

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

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

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