#745BAA

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

Shades of Scampi #745BAA

Tints of Scampi #745BAA

Color information

#745BAA (or 0x745BAA) is unknown color: approx Scampi. HEX triplet: 74, 5B and AA. RGB value is (116,91,170). Sum of RGB (Red+Green+Blue) = 116+91+170=377 (49% of max value = 765). Red value is 116 (45.70% from 255 or 30.77% from 377); Green value is 91 (35.94% from 255 or 24.14% from 377); Blue value is 170 (66.80% from 255 or 45.09% from 377); Max value from RGB is 170 - color contains mainly: blue. Hex color #745BAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #745BAA is #8BA455. Grayscale: #6B6B6B. Windows color (decimal): -9151574 or 11164532. OLE color: 11164532.

HSL color Cylindrical-coordinate representation of color #745BAA: hue angle of 258.99º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #745BAA is Cyan = 0.32, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB11691170-
CMYK0.320.4600.33
HSL258.99º31.73%51.18%-
HSV(B)258.99º46.47%66.67%-
XYZ18.214.139.79-
YUV107.48163.28134.08-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 30.77%
GREEN value IS 91 (35.94% from 255) = 24.14%
BLUE value IS 170 (66.80% from 255) = 45.09%
R=30.77%
G=24.14%
B=45.09%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal116911700.320.4600.33258.9931.7351.18
Hex745BAA202E0211032033
Octal16413325240560414034063
Binary11101001011011101010101000001011100100001100000011100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #745BAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,91,170); }

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

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

 a { background-color: rgb(116,91,170); }

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

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

 span { border-color: rgb(116,91,170); }

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