#745C9D

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

Shades of Scampi #745C9D

Tints of Scampi #745C9D

Color information

#745C9D (or 0x745C9D) is unknown color: approx Scampi. HEX triplet: 74, 5C and 9D. RGB value is (116,92,157). Sum of RGB (Red+Green+Blue) = 116+92+157=365 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.78% from 365); Green value is 92 (36.33% from 255 or 25.21% from 365); Blue value is 157 (61.72% from 255 or 43.01% from 365); Max value from RGB is 157 - color contains mainly: blue. Hex color #745C9D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #745C9D is #8BA362. Grayscale: #6A6A6A. Windows color (decimal): -9151331 or 10312820. OLE color: 10312820.

HSL color Cylindrical-coordinate representation of color #745C9D: hue angle of 262.15º degrees, saturation: 0.26, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #745C9D is Cyan = 0.26, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB11692157-
CMYK0.260.4100.38
HSL262.15º26.1%48.82%-
HSV(B)262.15º41.4%61.57%-
XYZ17.1213.833.66-
YUV106.59156.45134.71-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 31.78%
GREEN value IS 92 (36.33% from 255) = 25.21%
BLUE value IS 157 (61.72% from 255) = 43.01%
R=31.78%
G=25.21%
B=43.01%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal116921570.260.4100.38262.1526.148.82
Hex745C9D1A290261061a31
Octal16413423532510464063261
Binary111010010111001001110111010101001010011010000011011010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #745C9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #745C9D; }

 p { color: rgb(116,92,157); }

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

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

 a { background-color: rgb(116,92,157); }

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

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

 span { border-color: rgb(116,92,157); }

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