#736199

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

Shades of Scampi #736199

Tints of Scampi #736199

Color information

#736199 (or 0x736199) is unknown color: approx Scampi. HEX triplet: 73, 61 and 99. RGB value is (115,97,153). Sum of RGB (Red+Green+Blue) = 115+97+153=365 (48% of max value = 765). Red value is 115 (45.31% from 255 or 31.51% from 365); Green value is 97 (38.28% from 255 or 26.58% from 365); Blue value is 153 (60.16% from 255 or 41.92% from 365); Max value from RGB is 153 - color contains mainly: blue. Hex color #736199 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #736199 is #8C9E66. Grayscale: #6C6C6C. Windows color (decimal): -9215591 or 10051955. OLE color: 10051955.

HSL color Cylindrical-coordinate representation of color #736199: hue angle of 259.29º degrees, saturation: 0.22, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #736199 is Cyan = 0.25, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB11597153-
CMYK0.250.3700.4
HSL259.29º22.4%49.02%-
HSV(B)259.29º36.6%60%-
XYZ17.0914.4932.03-
YUV108.77152.96132.45-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 31.51%
GREEN value IS 97 (38.28% from 255) = 26.58%
BLUE value IS 153 (60.16% from 255) = 41.92%
R=31.51%
G=26.58%
B=41.92%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal115971530.250.3700.4259.2922.449.02
Hex73619919250281031631
Octal16314123131450504032661
Binary111001111000011001100111001100101010100010000001110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #736199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #736199; }

 p { color: rgb(115,97,153); }

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

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

 a { background-color: rgb(115,97,153); }

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

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

 span { border-color: rgb(115,97,153); }

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