#70567C

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

Shades of Affair #70567C

Tints of Affair #70567C

Color information

#70567C (or 0x70567C) is unknown color: approx Affair. HEX triplet: 70, 56 and 7C. RGB value is (112,86,124). Sum of RGB (Red+Green+Blue) = 112+86+124=322 (42% of max value = 765). Red value is 112 (44.14% from 255 or 34.78% from 322); Green value is 86 (33.98% from 255 or 26.71% from 322); Blue value is 124 (48.83% from 255 or 38.51% from 322); Max value from RGB is 124 - color contains mainly: blue. Hex color #70567C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70567C is #8FA983. Grayscale: #616161. Windows color (decimal): -9415044 or 8148592. OLE color: 8148592.

HSL color Cylindrical-coordinate representation of color #70567C: hue angle of 281.05º 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 #70567C is Cyan = 0.10, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB11286124-
CMYK0.100.3100.51
HSL281.05º18.1%41.18%-
HSV(B)281.05º30.65%48.63%-
XYZ13.6511.5620.58-
YUV98.11142.61137.91-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 34.78%
GREEN value IS 86 (33.98% from 255) = 26.71%
BLUE value IS 124 (48.83% from 255) = 38.51%
R=34.78%
G=26.71%
B=38.51%

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
Decimal112861240.100.3100.51281.0518.141.18
Hex70567CA1F0331191229
Octal16012617412370634312251
Binary111000010101101111100101011111011001110001100110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70567C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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