#70599F

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

Shades of Scampi #70599F

Tints of Scampi #70599F

Color information

#70599F (or 0x70599F) is unknown color: approx Scampi. HEX triplet: 70, 59 and 9F. RGB value is (112,89,159). Sum of RGB (Red+Green+Blue) = 112+89+159=360 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.11% from 360); Green value is 89 (35.16% from 255 or 24.72% from 360); Blue value is 159 (62.5% from 255 or 44.17% from 360); Max value from RGB is 159 - color contains mainly: blue. Hex color #70599F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #70599F is #8FA660. Grayscale: #676767. Windows color (decimal): -9414241 or 10443120. OLE color: 10443120.

HSL color Cylindrical-coordinate representation of color #70599F: hue angle of 259.71º degrees, saturation: 0.28, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #70599F is Cyan = 0.30, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB11289159-
CMYK0.300.4400.38
HSL259.71º28.23%48.63%-
HSV(B)259.71º44.03%62.35%-
XYZ16.5113.0934.46-
YUV103.86159.12133.81-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 31.11%
GREEN value IS 89 (35.16% from 255) = 24.72%
BLUE value IS 159 (62.5% from 255) = 44.17%
R=31.11%
G=24.72%
B=44.17%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal112891590.300.4400.38259.7128.2348.63
Hex70599F1E2C0261041c31
Octal16013123736540464043461
Binary111000010110011001111111110101100010011010000010011100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70599F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70599F; }

 p { color: rgb(112,89,159); }

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

<style>
 a { background-color: #70599F; }

 a { background-color: rgb(112,89,159); }

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

<style>
 span { border-color: #70599F; }

 span { border-color: rgb(112,89,159); }

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