#70437F

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

Shades of Affair #70437F

Tints of Affair #70437F

Color information

#70437F (or 0x70437F) is unknown color: approx Affair. HEX triplet: 70, 43 and 7F. RGB value is (112,67,127). Sum of RGB (Red+Green+Blue) = 112+67+127=306 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.60% from 306); Green value is 67 (26.56% from 255 or 21.90% from 306); Blue value is 127 (50% from 255 or 41.50% from 306); Max value from RGB is 127 - color contains mainly: blue. Hex color #70437F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70437F is #8FBC80. Grayscale: #575757. Windows color (decimal): -9419905 or 8340336. OLE color: 8340336.

HSL color Cylindrical-coordinate representation of color #70437F: hue angle of 285º degrees, saturation: 0.31, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #70437F is Cyan = 0.12, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB11267127-
CMYK0.120.4700.50
HSL285º30.93%38.04%-
HSV(B)285º47.24%49.8%-
XYZ12.528.9921.15-
YUV87.3150.41145.62-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 36.60%
GREEN value IS 67 (26.56% from 255) = 21.90%
BLUE value IS 127 (50% from 255) = 41.50%
R=36.60%
G=21.90%
B=41.50%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal112671270.120.4700.5028530.9338.04
Hex70437FC2F03211d1f26
Octal16010317714570624353746
Binary1110000100001111111111100101111011001010001110111111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70437F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70437F; }

 p { color: rgb(112,67,127); }

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

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

 a { background-color: rgb(112,67,127); }

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

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

 span { border-color: rgb(112,67,127); }

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