#70719D

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

Shades of Scampi #70719D

Tints of Scampi #70719D

Color information

#70719D (or 0x70719D) is unknown color: approx Scampi. HEX triplet: 70, 71 and 9D. RGB value is (112,113,157). Sum of RGB (Red+Green+Blue) = 112+113+157=382 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.32% from 382); Green value is 113 (44.53% from 255 or 29.58% from 382); Blue value is 157 (61.72% from 255 or 41.10% from 382); Max value from RGB is 157 - color contains mainly: blue. Hex color #70719D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #70719D is #8F8E62. Grayscale: #757575. Windows color (decimal): -9408099 or 10318192. OLE color: 10318192.

HSL color Cylindrical-coordinate representation of color #70719D: hue angle of 238.67º 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 #70719D is Cyan = 0.29, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB112113157-
CMYK0.290.2800.38
HSL238.67º18.67%52.75%-
HSV(B)238.67º28.66%61.57%-
XYZ18.6717.6934.33-
YUV117.72150.17123.92-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 29.32%
GREEN value IS 113 (44.53% from 255) = 29.58%
BLUE value IS 157 (61.72% from 255) = 41.10%
R=29.32%
G=29.58%
B=41.10%

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
Decimal1121131570.290.2800.38238.6718.6752.75
Hex70719D1D1C026ef1335
Octal16016123535340463572365
Binary1110000111000110011101111011110001001101110111110011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70719D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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