#70719E

Color #70719E Scampi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Scampi #70719E

Tints of Scampi #70719E

Color information

#70719E (or 0x70719E) is unknown color: approx Scampi. HEX triplet: 70, 71 and 9E. RGB value is (112,113,158). Sum of RGB (Red+Green+Blue) = 112+113+158=383 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.24% from 383); Green value is 113 (44.53% from 255 or 29.50% from 383); Blue value is 158 (62.11% from 255 or 41.25% from 383); Max value from RGB is 158 - color contains mainly: blue. Hex color #70719E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #70719E is #8F8E61. Grayscale: #757575. Windows color (decimal): -9408098 or 10383728. OLE color: 10383728.

HSL color Cylindrical-coordinate representation of color #70719E: hue angle of 238.7º degrees, saturation: 0.19, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #70719E is Cyan = 0.29, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB112113158-
CMYK0.290.2800.38
HSL238.7º19.17%52.94%-
HSV(B)238.7º29.11%61.96%-
XYZ18.7617.7234.78-
YUV117.83150.67123.84-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 29.24%
GREEN value IS 113 (44.53% from 255) = 29.50%
BLUE value IS 158 (62.11% from 255) = 41.25%
R=29.24%
G=29.50%
B=41.25%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1121131580.290.2800.38238.719.1752.94
Hex70719E1D1C026ef1335
Octal16016123635340463572365
Binary1110000111000110011110111011110001001101110111110011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70719E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70719E; }

 p { color: rgb(112,113,158); }

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

<style>
 a { background-color: #70719E; }

 a { background-color: rgb(112,113,158); }

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

<style>
 span { border-color: #70719E; }

 span { border-color: rgb(112,113,158); }

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