#70528C

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

Shades of Affair #70528C

Tints of Affair #70528C

Color information

#70528C (or 0x70528C) is unknown color: approx Affair. HEX triplet: 70, 52 and 8C. RGB value is (112,82,140). Sum of RGB (Red+Green+Blue) = 112+82+140=334 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.53% from 334); Green value is 82 (32.42% from 255 or 24.55% from 334); Blue value is 140 (55.08% from 255 or 41.92% from 334); Max value from RGB is 140 - color contains mainly: blue. Hex color #70528C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #70528C is #8FAD73. Grayscale: #616161. Windows color (decimal): -9416052 or 9196144. OLE color: 9196144.

HSL color Cylindrical-coordinate representation of color #70528C: hue angle of 271.03º degrees, saturation: 0.26, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #70528C is Cyan = 0.20, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB11282140-
CMYK0.200.4100.45
HSL271.03º26.13%43.53%-
HSV(B)271.03º41.43%54.9%-
XYZ14.4311.3726.25-
YUV97.58151.94138.28-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 33.53%
GREEN value IS 82 (32.42% from 255) = 24.55%
BLUE value IS 140 (55.08% from 255) = 41.92%
R=33.53%
G=24.55%
B=41.92%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal112821400.200.4100.45271.0326.1343.53
Hex70528C142902D10f1a2c
Octal16012221424510554173254
Binary111000010100101000110010100101001010110110000111111010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70528C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,82,140); }

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

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

 a { background-color: rgb(112,82,140); }

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

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

 span { border-color: rgb(112,82,140); }

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