#73709E

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

Shades of Scampi #73709E

Tints of Scampi #73709E

Color information

#73709E (or 0x73709E) is unknown color: approx Scampi. HEX triplet: 73, 70 and 9E. RGB value is (115,112,158). Sum of RGB (Red+Green+Blue) = 115+112+158=385 (50% of max value = 765). Red value is 115 (45.31% from 255 or 29.87% from 385); Green value is 112 (44.14% from 255 or 29.09% from 385); Blue value is 158 (62.11% from 255 or 41.04% from 385); Max value from RGB is 158 - color contains mainly: blue. Hex color #73709E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #73709E is #8C8F61. Grayscale: #757575. Windows color (decimal): -9211746 or 10383475. OLE color: 10383475.

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

Color convert

RGB115112158-
CMYK0.270.2900.38
HSL243.91º19.17%52.94%-
HSV(B)243.91º29.11%61.96%-
XYZ19.0417.734.76-
YUV118.14150.49125.76-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 29.87%
GREEN value IS 112 (44.14% from 255) = 29.09%
BLUE value IS 158 (62.11% from 255) = 41.04%
R=29.87%
G=29.09%
B=41.04%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1151121580.270.2900.38243.9119.1752.94
Hex73709E1B1D026f41335
Octal16316023633350463642365
Binary1110011111000010011110110111110101001101111010010011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73709E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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