#73679F

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

Shades of Scampi #73679F

Tints of Scampi #73679F

Color information

#73679F (or 0x73679F) is unknown color: approx Scampi. HEX triplet: 73, 67 and 9F. RGB value is (115,103,159). Sum of RGB (Red+Green+Blue) = 115+103+159=377 (49% of max value = 765). Red value is 115 (45.31% from 255 or 30.50% from 377); Green value is 103 (40.62% from 255 or 27.32% from 377); Blue value is 159 (62.5% from 255 or 42.18% from 377); Max value from RGB is 159 - color contains mainly: blue. Hex color #73679F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #73679F is #8C9860. Grayscale: #707070. Windows color (decimal): -9214049 or 10446707. OLE color: 10446707.

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

Color convert

RGB115103159-
CMYK0.280.3500.38
HSL252.86º22.58%51.37%-
HSV(B)252.86º35.22%62.35%-
XYZ18.1815.8534.9-
YUV112.97153.98129.45-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 30.50%
GREEN value IS 103 (40.62% from 255) = 27.32%
BLUE value IS 159 (62.5% from 255) = 42.18%
R=30.50%
G=27.32%
B=42.18%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1151031590.280.3500.38252.8622.5851.37
Hex73679F1C23026fd1733
Octal16314723734430463752763
Binary11100111100111100111111110010001101001101111110110111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73679F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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