#70538C

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

Shades of Affair #70538C

Tints of Affair #70538C

Color information

#70538C (or 0x70538C) is unknown color: approx Affair. HEX triplet: 70, 53 and 8C. RGB value is (112,83,140). Sum of RGB (Red+Green+Blue) = 112+83+140=335 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.43% from 335); Green value is 83 (32.81% from 255 or 24.78% from 335); Blue value is 140 (55.08% from 255 or 41.79% from 335); Max value from RGB is 140 - color contains mainly: blue. Hex color #70538C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #70538C is #8FAC73. Grayscale: #616161. Windows color (decimal): -9415796 or 9196400. OLE color: 9196400.

HSL color Cylindrical-coordinate representation of color #70538C: hue angle of 270.53º 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 #70538C is Cyan = 0.20, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB11283140-
CMYK0.200.4100.45
HSL270.53º25.56%43.73%-
HSV(B)270.53º40.71%54.9%-
XYZ14.5111.5226.27-
YUV98.17151.61137.87-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 33.43%
GREEN value IS 83 (32.81% from 255) = 24.78%
BLUE value IS 140 (55.08% from 255) = 41.79%
R=33.43%
G=24.78%
B=41.79%

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
Decimal112831400.200.4100.45270.5325.5643.73
Hex70538C142902D10f1a2c
Octal16012321424510554173254
Binary111000010100111000110010100101001010110110000111111010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70538C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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