#73709F

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

Shades of Scampi #73709F

Tints of Scampi #73709F

Color information

#73709F (or 0x73709F) is unknown color: approx Scampi. HEX triplet: 73, 70 and 9F. RGB value is (115,112,159). Sum of RGB (Red+Green+Blue) = 115+112+159=386 (51% of max value = 765). Red value is 115 (45.31% from 255 or 29.79% from 386); Green value is 112 (44.14% from 255 or 29.02% from 386); Blue value is 159 (62.5% from 255 or 41.19% from 386); Max value from RGB is 159 - color contains mainly: blue. Hex color #73709F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #73709F is #8C8F60. Grayscale: #767676. Windows color (decimal): -9211745 or 10449011. OLE color: 10449011.

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

Color convert

RGB115112159-
CMYK0.280.3000.38
HSL243.83º19.67%53.14%-
HSV(B)243.83º29.56%62.35%-
XYZ19.1217.7435.22-
YUV118.26150.99125.68-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 29.79%
GREEN value IS 112 (44.14% from 255) = 29.02%
BLUE value IS 159 (62.5% from 255) = 41.19%
R=29.79%
G=29.02%
B=41.19%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1151121590.280.3000.38243.8319.6753.14
Hex73709F1C1E026f41435
Octal16316023734360463642465
Binary1110011111000010011111111001111001001101111010010100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73709F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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