Html Css Color HEX #705688 Affair

📋 copy color: '#705688'

red 112 ◦ green 86 ◦ blue 136

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

Shades of Affair #705688

Tints of Affair #705688

RGB

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

 GREEN value IS 86 (33.98% from 255) = 25.75%

 BLUE value IS 136 (53.52% from 255) = 40.72%

R = 33.53%
G = 25.75%
B = 40.72%

CMYK

 C value IS 0.18

 M value IS 0.37

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#705688 (or 0x705688) is known color: Affair. HEX triplet: 70, 56 and 88. RGB value is (112,86,136). Sum of RGB (Red+Green+Blue) = 112+86+136=334 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.53% from 334); Green value is 86 (33.98% from 255 or 25.75% from 334); Blue value is 136 (53.52% from 255 or 40.72% from 334); Max value from RGB is 136 - color contains mainly: blue. Hex color #705688 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #705688 is #8FA977. Grayscale: #636363. Windows color (decimal): -9415032 or 8935024. OLE color: 8935024.

HSL color Cylindrical-coordinate representation of color #705688: hue angle of 271.2º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #705688 is Cyan = 0.18, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 112 86 136 -
CMYK 0.18 0.37 0 0.47
HSL 271.2º 0.23% 0.44% -
HSV(B) 271.2º 0.37% 0.53% -
XYZ 14.45 11.88 24.82 -
YUV 99.47 148.61 136.93 -
System Red Green Blue C M Y K H S L
Decimal 112 86 136 0.18 0.37 0 0.47 271.2 0.23 0.44
Hex 70 56 88 12 25 0 2F 10F 17 2C
Octal 160 126 210 22 45 0 57 417 27 54
Binary 1110000 1010110 10001000 10010 100101 0 101111 100001111 10111 101100

Color Harmonies of #705688

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705688

Black with #705688

Text Example


Text Example

White with #705688

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705688; }

 p { color: rgb(112,86,136); }

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

background-color css

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

 a { background-color: rgb(112,86,136); }

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

border-color css

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

 span { border-color: rgb(112,86,136); }

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