#745E9D

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

Shades of Scampi #745E9D

Tints of Scampi #745E9D

Color information

#745E9D (or 0x745E9D) is unknown color: approx Scampi. HEX triplet: 74, 5E and 9D. RGB value is (116,94,157). Sum of RGB (Red+Green+Blue) = 116+94+157=367 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.61% from 367); Green value is 94 (37.11% from 255 or 25.61% from 367); Blue value is 157 (61.72% from 255 or 42.78% from 367); Max value from RGB is 157 - color contains mainly: blue. Hex color #745E9D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #745E9D is #8BA162. Grayscale: #6B6B6B. Windows color (decimal): -9150819 or 10313332. OLE color: 10313332.

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

Color convert

RGB11694157-
CMYK0.260.4000.38
HSL260.95º25.1%49.22%-
HSV(B)260.95º40.13%61.57%-
XYZ17.2914.1533.72-
YUV107.76155.79133.88-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 31.61%
GREEN value IS 94 (37.11% from 255) = 25.61%
BLUE value IS 157 (61.72% from 255) = 42.78%
R=31.61%
G=25.61%
B=42.78%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal116941570.260.4000.38260.9525.149.22
Hex745E9D1A280261051931
Octal16413623532500464053161
Binary111010010111101001110111010101000010011010000010111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #745E9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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