#704A8E

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

Shades of Affair #704A8E

Tints of Affair #704A8E

Color information

#704A8E (or 0x704A8E) is unknown color: approx Affair. HEX triplet: 70, 4A and 8E. RGB value is (112,74,142). Sum of RGB (Red+Green+Blue) = 112+74+142=328 (43% of max value = 765). Red value is 112 (44.14% from 255 or 34.15% from 328); Green value is 74 (29.30% from 255 or 22.56% from 328); Blue value is 142 (55.86% from 255 or 43.29% from 328); Max value from RGB is 142 - color contains mainly: blue. Hex color #704A8E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #704A8E is #8FB571. Grayscale: #5C5C5C. Windows color (decimal): -9418098 or 9325168. OLE color: 9325168.

HSL color Cylindrical-coordinate representation of color #704A8E: hue angle of 273.53º degrees, saturation: 0.31, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #704A8E is Cyan = 0.21, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB11274142-
CMYK0.210.4800.44
HSL273.53º31.48%42.35%-
HSV(B)273.53º47.89%55.69%-
XYZ14.0110.326.84-
YUV93.11155.59141.47-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 34.15%
GREEN value IS 74 (29.30% from 255) = 22.56%
BLUE value IS 142 (55.86% from 255) = 43.29%
R=34.15%
G=22.56%
B=43.29%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal112741420.210.4800.44273.5331.4842.35
Hex704A8E153002C1121f2a
Octal16011221625600544223752
Binary111000010010101000111010101110000010110010001001011111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704A8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,74,142); }

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

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

 a { background-color: rgb(112,74,142); }

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

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

 span { border-color: rgb(112,74,142); }

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