#70538B

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

Shades of Affair #70538B

Tints of Affair #70538B

Color information

#70538B (or 0x70538B) is unknown color: approx Affair. HEX triplet: 70, 53 and 8B. RGB value is (112,83,139). Sum of RGB (Red+Green+Blue) = 112+83+139=334 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.53% from 334); Green value is 83 (32.81% from 255 or 24.85% from 334); Blue value is 139 (54.69% from 255 or 41.62% from 334); Max value from RGB is 139 - color contains mainly: blue. Hex color #70538B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #70538B is #8FAC74. Grayscale: #616161. Windows color (decimal): -9415797 or 9130864. OLE color: 9130864.

HSL color Cylindrical-coordinate representation of color #70538B: hue angle of 271.07º degrees, saturation: 0.25, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #70538B is Cyan = 0.19, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB11283139-
CMYK0.190.4000.45
HSL271.07º25.23%43.53%-
HSV(B)271.07º40.29%54.51%-
XYZ14.4411.525.88-
YUV98.06151.11137.95-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 33.53%
GREEN value IS 83 (32.81% from 255) = 24.85%
BLUE value IS 139 (54.69% from 255) = 41.62%
R=33.53%
G=24.85%
B=41.62%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal112831390.190.4000.45271.0725.2343.53
Hex70538B132802D10f192c
Octal16012321323500554173154
Binary111000010100111000101110011101000010110110000111111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70538B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70538B; }

 p { color: rgb(112,83,139); }

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

<style>
 a { background-color: #70538B; }

 a { background-color: rgb(112,83,139); }

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

<style>
 span { border-color: #70538B; }

 span { border-color: rgb(112,83,139); }

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