Html Css Color HEX #705387 Affair

📋 copy color: '#705387'

red 112 ◦ green 83 ◦ blue 135

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

Shades of Affair #705387

Tints of Affair #705387

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 40.91%

R = 33.94%
G = 25.15%
B = 40.91%

CMYK

 C value IS 0.17

 M value IS 0.39

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#705387 (or 0x705387) is known color: Affair. HEX triplet: 70, 53 and 87. RGB value is (112,83,135). Sum of RGB (Red+Green+Blue) = 112+83+135=330 (43% of max value = 765). Red value is 112 (44.14% from 255 or 33.94% from 330); Green value is 83 (32.81% from 255 or 25.15% from 330); Blue value is 135 (53.12% from 255 or 40.91% from 330); Max value from RGB is 135 - color contains mainly: blue. Hex color #705387 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #705387 is #8FAC78. Grayscale: #616161. Windows color (decimal): -9415801 or 8868720. OLE color: 8868720.

HSL color Cylindrical-coordinate representation of color #705387: hue angle of 273.46º degrees, saturation: 0.24, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #705387 is Cyan = 0.17, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 112 83 135 -
CMYK 0.17 0.39 0 0.47
HSL 273.46º 0.24% 0.43% -
HSV(B) 273.46º 0.39% 0.53% -
XYZ 14.15 11.38 24.37 -
YUV 97.6 149.11 138.27 -
System Red Green Blue C M Y K H S L
Decimal 112 83 135 0.17 0.39 0 0.47 273.46 0.24 0.43
Hex 70 53 87 11 27 0 2F 111 18 2B
Octal 160 123 207 21 47 0 57 421 30 53
Binary 1110000 1010011 10000111 10001 100111 0 101111 100010001 11000 101011

Color Harmonies of #705387

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705387

Black with #705387

Text Example


Text Example

White with #705387

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705387; }

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

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

background-color css

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

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

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

border-color css

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

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

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