#70587F

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

Shades of Affair #70587F

Tints of Affair #70587F

Color information

#70587F (or 0x70587F) is unknown color: approx Affair. HEX triplet: 70, 58 and 7F. RGB value is (112,88,127). Sum of RGB (Red+Green+Blue) = 112+88+127=327 (43% of max value = 765). Red value is 112 (44.14% from 255 or 34.25% from 327); Green value is 88 (34.77% from 255 or 26.91% from 327); Blue value is 127 (50% from 255 or 38.84% from 327); Max value from RGB is 127 - color contains mainly: blue. Hex color #70587F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70587F is #8FA780. Grayscale: #636363. Windows color (decimal): -9414529 or 8345712. OLE color: 8345712.

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

Color convert

RGB11288127-
CMYK0.120.3100.50
HSL276.92º18.14%42.16%-
HSV(B)276.92º30.71%49.8%-
XYZ1411.9621.65-
YUV99.62143.45136.83-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 34.25%
GREEN value IS 88 (34.77% from 255) = 26.91%
BLUE value IS 127 (50% from 255) = 38.84%
R=34.25%
G=26.91%
B=38.84%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal112881270.120.3100.50276.9218.1442.16
Hex70587FC1F032115122a
Octal16013017714370624252252
Binary111000010110001111111110011111011001010001010110010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70587F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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