#70567D

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

Shades of Affair #70567D

Tints of Affair #70567D

Color information

#70567D (or 0x70567D) is unknown color: approx Affair. HEX triplet: 70, 56 and 7D. RGB value is (112,86,125). Sum of RGB (Red+Green+Blue) = 112+86+125=323 (42% of max value = 765). Red value is 112 (44.14% from 255 or 34.67% from 323); Green value is 86 (33.98% from 255 or 26.63% from 323); Blue value is 125 (49.22% from 255 or 38.70% from 323); Max value from RGB is 125 - color contains mainly: blue. Hex color #70567D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70567D is #8FA982. Grayscale: #626262. Windows color (decimal): -9415043 or 8214128. OLE color: 8214128.

HSL color Cylindrical-coordinate representation of color #70567D: hue angle of 280º degrees, saturation: 0.18, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #70567D is Cyan = 0.10, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB11286125-
CMYK0.100.3100.51
HSL280º18.48%41.37%-
HSV(B)280º31.2%49.02%-
XYZ13.7111.5820.91-
YUV98.22143.11137.83-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 34.67%
GREEN value IS 86 (33.98% from 255) = 26.63%
BLUE value IS 125 (49.22% from 255) = 38.70%
R=34.67%
G=26.63%
B=38.70%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal112861250.100.3100.5128018.4841.37
Hex70567DA1F0331181229
Octal16012617512370634302251
Binary111000010101101111101101011111011001110001100010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70567D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70567D; }

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

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

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

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

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

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

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

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