#705788

Color #705788 Affair (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Affair #705788

Tints of Affair #705788

Color information

#705788 (or 0x705788) is unknown color: approx Affair. HEX triplet: 70, 57 and 88. RGB value is (112,87,136). Sum of RGB (Red+Green+Blue) = 112+87+136=335 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.43% from 335); Green value is 87 (34.38% from 255 or 25.97% from 335); Blue value is 136 (53.52% from 255 or 40.60% from 335); Max value from RGB is 136 - color contains mainly: blue. Hex color #705788 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #705788 is #8FA877. Grayscale: #636363. Windows color (decimal): -9414776 or 8935280. OLE color: 8935280.

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

Color convert

RGB11287136-
CMYK0.180.3600.47
HSL270.61º21.97%43.73%-
HSV(B)270.61º36.03%53.33%-
XYZ14.5312.0424.85-
YUV100.06148.28136.52-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 33.43%
GREEN value IS 87 (34.38% from 255) = 25.97%
BLUE value IS 136 (53.52% from 255) = 40.60%
R=33.43%
G=25.97%
B=40.60%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal112871360.180.3600.47270.6121.9743.73
Hex705788122402F10f162c
Octal16012721022440574172654
Binary111000010101111000100010010100100010111110000111110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705788

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #705788; }

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

 H1.HeaderClassName
 {
   color: #705788;
 }
 .AnyTagClassName
 {
   color: #705788;
 }
</style>
background-color css

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

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

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

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

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

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