#73639D

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

Shades of Scampi #73639D

Tints of Scampi #73639D

Color information

#73639D (or 0x73639D) is unknown color: approx Scampi. HEX triplet: 73, 63 and 9D. RGB value is (115,99,157). Sum of RGB (Red+Green+Blue) = 115+99+157=371 (49% of max value = 765). Red value is 115 (45.31% from 255 or 31.00% from 371); Green value is 99 (39.06% from 255 or 26.68% from 371); Blue value is 157 (61.72% from 255 or 42.32% from 371); Max value from RGB is 157 - color contains mainly: blue. Hex color #73639D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #73639D is #8C9C62. Grayscale: #6E6E6E. Windows color (decimal): -9215075 or 10314611. OLE color: 10314611.

HSL color Cylindrical-coordinate representation of color #73639D: hue angle of 256.55º degrees, saturation: 0.23, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #73639D is Cyan = 0.27, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB11599157-
CMYK0.270.3700.38
HSL256.55º22.83%50.2%-
HSV(B)256.55º36.94%61.57%-
XYZ17.621533.87-
YUV110.4154.3131.28-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 31.00%
GREEN value IS 99 (39.06% from 255) = 26.68%
BLUE value IS 157 (61.72% from 255) = 42.32%
R=31.00%
G=26.68%
B=42.32%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal115991570.270.3700.38256.5522.8350.2
Hex73639D1B250261011732
Octal16314323533450464012762
Binary111001111000111001110111011100101010011010000000110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73639D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73639D; }

 p { color: rgb(115,99,157); }

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

<style>
 a { background-color: #73639D; }

 a { background-color: rgb(115,99,157); }

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

<style>
 span { border-color: #73639D; }

 span { border-color: rgb(115,99,157); }

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