#704F88

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

Shades of Affair #704F88

Tints of Affair #704F88

Color information

#704F88 (or 0x704F88) is unknown color: approx Affair. HEX triplet: 70, 4F and 88. RGB value is (112,79,136). Sum of RGB (Red+Green+Blue) = 112+79+136=327 (43% of max value = 765). Red value is 112 (44.14% from 255 or 34.25% from 327); Green value is 79 (31.25% from 255 or 24.16% from 327); Blue value is 136 (53.52% from 255 or 41.59% from 327); Max value from RGB is 136 - color contains mainly: blue. Hex color #704F88 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #704F88 is #8FB077. Grayscale: #5F5F5F. Windows color (decimal): -9416824 or 8933232. OLE color: 8933232.

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

Color convert

RGB11279136-
CMYK0.180.4200.47
HSL274.74º26.51%42.16%-
HSV(B)274.74º41.91%53.33%-
XYZ13.9210.8124.65-
YUV95.36150.93139.87-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 34.25%
GREEN value IS 79 (31.25% from 255) = 24.16%
BLUE value IS 136 (53.52% from 255) = 41.59%
R=34.25%
G=24.16%
B=41.59%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal112791360.180.4200.47274.7426.5142.16
Hex704F88122A02F1131b2a
Octal16011721022520574233352
Binary111000010011111000100010010101010010111110001001111011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704F88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #704F88; }

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

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

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

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

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

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

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

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