#7366AA

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

Shades of Scampi #7366AA

Tints of Scampi #7366AA

Color information

#7366AA (or 0x7366AA) is unknown color: approx Scampi. HEX triplet: 73, 66 and AA. RGB value is (115,102,170). Sum of RGB (Red+Green+Blue) = 115+102+170=387 (51% of max value = 765). Red value is 115 (45.31% from 255 or 29.72% from 387); Green value is 102 (40.23% from 255 or 26.36% from 387); Blue value is 170 (66.80% from 255 or 43.93% from 387); Max value from RGB is 170 - color contains mainly: blue. Hex color #7366AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7366AA is #8C9955. Grayscale: #717171. Windows color (decimal): -9214294 or 11167347. OLE color: 11167347.

HSL color Cylindrical-coordinate representation of color #7366AA: hue angle of 251.47º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7366AA is Cyan = 0.32, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB115102170-
CMYK0.320.400.33
HSL251.47º28.57%53.33%-
HSV(B)251.47º40%66.67%-
XYZ19.0816.0540.12-
YUV113.64159.81128.97-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 29.72%
GREEN value IS 102 (40.23% from 255) = 26.36%
BLUE value IS 170 (66.80% from 255) = 43.93%
R=29.72%
G=26.36%
B=43.93%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.4
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1151021700.320.400.33251.4728.5753.33
Hex7366AA2028021fb1d35
Octal16314625240500413733565
Binary111001111001101010101010000010100001000011111101111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7366AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7366AA; }

 p { color: rgb(115,102,170); }

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

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

 a { background-color: rgb(115,102,170); }

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

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

 span { border-color: rgb(115,102,170); }

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