#70719A

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

Shades of Scampi #70719A

Tints of Scampi #70719A

Color information

#70719A (or 0x70719A) is unknown color: approx Scampi. HEX triplet: 70, 71 and 9A. RGB value is (112,113,154). Sum of RGB (Red+Green+Blue) = 112+113+154=379 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.55% from 379); Green value is 113 (44.53% from 255 or 29.82% from 379); Blue value is 154 (60.55% from 255 or 40.63% from 379); Max value from RGB is 154 - color contains mainly: blue. Hex color #70719A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #70719A is #8F8E65. Grayscale: #757575. Windows color (decimal): -9408102 or 10121584. OLE color: 10121584.

HSL color Cylindrical-coordinate representation of color #70719A: hue angle of 238.57º degrees, saturation: 0.17, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #70719A is Cyan = 0.27, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB112113154-
CMYK0.270.2700.40
HSL238.57º17.21%52.16%-
HSV(B)238.57º27.27%60.39%-
XYZ18.4217.5933-
YUV117.38148.67124.17-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 29.55%
GREEN value IS 113 (44.53% from 255) = 29.82%
BLUE value IS 154 (60.55% from 255) = 40.63%
R=29.55%
G=29.82%
B=40.63%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1121131540.270.2700.40238.5717.2152.16
Hex70719A1B1B028ef1134
Octal16016123233330503572164
Binary1110000111000110011010110111101101010001110111110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70719A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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