#70508B

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

Shades of Affair #70508B

Tints of Affair #70508B

Color information

#70508B (or 0x70508B) is unknown color: approx Affair. HEX triplet: 70, 50 and 8B. RGB value is (112,80,139). Sum of RGB (Red+Green+Blue) = 112+80+139=331 (43% of max value = 765). Red value is 112 (44.14% from 255 or 33.84% from 331); Green value is 80 (31.64% from 255 or 24.17% from 331); Blue value is 139 (54.69% from 255 or 41.99% from 331); Max value from RGB is 139 - color contains mainly: blue. Hex color #70508B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #70508B is #8FAF74. Grayscale: #606060. Windows color (decimal): -9416565 or 9130096. OLE color: 9130096.

HSL color Cylindrical-coordinate representation of color #70508B: hue angle of 272.54º degrees, saturation: 0.27, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #70508B is Cyan = 0.19, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB11280139-
CMYK0.190.4200.45
HSL272.54º26.94%42.94%-
HSV(B)272.54º42.45%54.51%-
XYZ14.2111.0525.81-
YUV96.29152.1139.2-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 33.84%
GREEN value IS 80 (31.64% from 255) = 24.17%
BLUE value IS 139 (54.69% from 255) = 41.99%
R=33.84%
G=24.17%
B=41.99%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal112801390.190.4200.45272.5426.9442.94
Hex70508B132A02D1111b2b
Octal16012021323520554213353
Binary111000010100001000101110011101010010110110001000111011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70508B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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